|
|
|
1 | 2024-09-27T16:55:51.766Z | job assigned to worker 01J8T6GKXP96AHS9SXK65V8SP0 (queued for 50 s) |
|
2 | 2024-09-27T16:55:59.598Z | starting task 0: "setup" |
3 | 2024-09-27T16:55:59.606Z | ++ uname -s |
4 | 2024-09-27T16:55:59.609Z | + kern=SunOS |
5 | 2024-09-27T16:55:59.609Z | + case "$kern" in |
6 | 2024-09-27T16:55:59.609Z | + groupadd -g 12345 build |
7 | 2024-09-27T16:55:59.612Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-27T16:56:01.625Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-27T16:56:01.799Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-27T16:56:01.802Z | + home_fs=zfs |
11 | 2024-09-27T16:56:01.802Z | + [[ zfs == autofs ]] |
12 | 2024-09-27T16:56:01.802Z | + mkdir -p /home/build |
13 | 2024-09-27T16:56:01.805Z | + chown build:build /home/build /work |
14 | 2024-09-27T16:56:03.808Z | + chmod 0700 /home/build /work |
15 | 2024-09-27T16:56:03.811Z | process exited: duration 4211 ms, exit code 0 |
|
16 | 2024-09-27T16:56:03.817Z | starting task 1: "rust-toolchain" |
17 | 2024-09-27T16:56:03.823Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-27T16:56:03.823Z | * toolchain channel = "1.80.1" |
19 | 2024-09-27T16:56:03.823Z | * toolchain profile = "default" |
20 | 2024-09-27T16:56:03.823Z | ' 1.80.1 |
21 | 2024-09-27T16:56:03.823Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-27T16:56:03.823Z | ' default |
23 | 2024-09-27T16:56:03.826Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-27T16:56:03.826Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-27T16:56:03.930Z | info: downloading installer |
26 | 2024-09-27T16:56:05.072Z | info: profile set to 'default' |
27 | 2024-09-27T16:56:05.072Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-27T16:56:05.075Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-27T16:56:05.206Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-27T16:56:05.206Z | info: downloading component 'cargo' |
31 | 2024-09-27T16:56:05.876Z | info: downloading component 'clippy' |
32 | 2024-09-27T16:56:06.110Z | info: downloading component 'rust-docs' |
33 | 2024-09-27T16:56:07.045Z | info: downloading component 'rust-std' |
34 | 2024-09-27T16:56:08.366Z | info: downloading component 'rustc' |
35 | 2024-09-27T16:56:11.986Z | info: downloading component 'rustfmt' |
36 | 2024-09-27T16:56:12.182Z | info: installing component 'cargo' |
37 | 2024-09-27T16:56:13.061Z | info: installing component 'clippy' |
38 | 2024-09-27T16:56:13.450Z | info: installing component 'rust-docs' |
39 | 2024-09-27T16:56:15.092Z | info: installing component 'rust-std' |
40 | 2024-09-27T16:56:16.776Z | info: installing component 'rustc' |
41 | 2024-09-27T16:56:21.152Z | info: installing component 'rustfmt' |
42 | 2024-09-27T16:56:21.484Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-27T16:56:21.484Z | |
44 | 2024-09-27T16:56:21.736Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-27T16:56:21.737Z | |
46 | 2024-09-27T16:56:21.740Z | |
47 | 2024-09-27T16:56:21.740Z | Rust is installed now. Great! |
48 | 2024-09-27T16:56:21.740Z | |
49 | 2024-09-27T16:56:21.740Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-27T16:56:21.740Z | environment variable. This has not been done automatically. |
51 | 2024-09-27T16:56:21.740Z | |
52 | 2024-09-27T16:56:21.740Z | To configure your current shell, you need to source |
53 | 2024-09-27T16:56:21.740Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-27T16:56:21.741Z | |
55 | 2024-09-27T16:56:21.741Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-27T16:56:21.741Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-27T16:56:21.741Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-27T16:56:21.789Z | + rustc --version |
59 | 2024-09-27T16:56:21.852Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-27T16:56:21.855Z | process exited: duration 18018 ms, exit code 0 |
|
61 | 2024-09-27T16:56:21.864Z | starting task 2: "authentication" |
62 | 2024-09-27T16:56:21.897Z | process exited: duration 33 ms, exit code 0 |
|
63 | 2024-09-27T16:56:21.905Z | starting task 3: "clone repository" |
64 | 2024-09-27T16:56:21.912Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-27T16:56:21.916Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-27T16:56:21.971Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-27T16:56:28.711Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-27T16:56:28.711Z | + git fetch origin 8f89106b26f05dad3ecda33a936b542e389660bd |
69 | 2024-09-27T16:56:29.014Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-27T16:56:29.014Z | * branch 8f89106b26f05dad3ecda33a936b542e389660bd -> FETCH_HEAD |
71 | 2024-09-27T16:56:29.024Z | + [[ -n '' ]] |
72 | 2024-09-27T16:56:29.024Z | + git reset --hard 8f89106b26f05dad3ecda33a936b542e389660bd |
73 | 2024-09-27T16:56:29.176Z | HEAD is now at 8f89106b2 Update instance_reincarnation.rs |
74 | 2024-09-27T16:56:29.180Z | process exited: duration 7267 ms, exit code 0 |
|
75 | 2024-09-27T16:56:29.186Z | starting task 4: "build" |
76 | 2024-09-27T16:56:29.194Z | + export CARGO_TERM_COLOR=always |
77 | 2024-09-27T16:56:29.194Z | + CARGO_TERM_COLOR=always |
78 | 2024-09-27T16:56:29.194Z | + target_os=illumos |
79 | 2024-09-27T16:56:29.194Z | + NEXTEST_VERSION=0.9.78 |
80 | 2024-09-27T16:56:29.194Z | + cargo --version |
81 | 2024-09-27T16:56:29.249Z | cargo 1.80.1 (376290515 2024-07-16) |
82 | 2024-09-27T16:56:29.251Z | + rustc --version |
83 | 2024-09-27T16:56:29.309Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
84 | 2024-09-27T16:56:29.313Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos |
85 | 2024-09-27T16:56:29.315Z | + gunzip |
86 | 2024-09-27T16:56:29.315Z | + tar -xvf - -C /home/build/.cargo/bin |
87 | 2024-09-27T16:56:30.292Z | x cargo-nextest, 16059952 bytes, 31368 tape blocks |
88 | 2024-09-27T16:56:30.295Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
89 | 2024-09-27T16:56:30.295Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
90 | 2024-09-27T16:56:30.295Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
91 | 2024-09-27T16:56:30.295Z | + mkdir /var/tmp/omicron_tmp |
92 | 2024-09-27T16:56:30.295Z | + OUTPUT_DIR=/work |
93 | 2024-09-27T16:56:30.295Z | + echo 'tests will store non-ephemeral output in /work' |
94 | 2024-09-27T16:56:30.295Z | tests will store non-ephemeral output in /work |
95 | 2024-09-27T16:56:30.295Z | + mkdir -p /work |
96 | 2024-09-27T16:56:30.298Z | + source ./env.sh |
97 | 2024-09-27T16:56:30.298Z | ++ OLD_SHELL_OPTS=ehxB |
98 | 2024-09-27T16:56:30.298Z | ++ set -o xtrace |
99 | 2024-09-27T16:56:30.301Z | ++++ dirname ./env.sh |
100 | 2024-09-27T16:56:30.304Z | +++ readlink -f . |
101 | 2024-09-27T16:56:30.307Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2024-09-27T16:56:30.307Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-09-27T16:56:30.307Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-09-27T16:56:30.307Z | ++ 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 |
105 | 2024-09-27T16:56:30.307Z | ++ 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 |
106 | 2024-09-27T16:56:30.307Z | ++ 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 |
107 | 2024-09-27T16:56:30.307Z | ++ 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 |
108 | 2024-09-27T16:56:30.307Z | ++ 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 |
109 | 2024-09-27T16:56:30.307Z | ++ 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 |
110 | 2024-09-27T16:56:30.307Z | ++ case $OLD_SHELL_OPTS in |
111 | 2024-09-27T16:56:30.307Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
112 | 2024-09-27T16:56:30.307Z | + banner prerequisites |
113 | 2024-09-27T16:56:30.311Z | |
114 | 2024-09-27T16:56:30.311Z | ##### ##### ###### ##### ###### #### # # # #### # |
115 | 2024-09-27T16:56:30.311Z | # # # # # # # # # # # # # # # |
116 | 2024-09-27T16:56:30.311Z | # # # # ##### # # ##### # # # # # #### # |
117 | 2024-09-27T16:56:30.311Z | ##### ##### # ##### # # # # # # # # # |
118 | 2024-09-27T16:56:30.311Z | # # # # # # # # # # # # # # # |
119 | 2024-09-27T16:56:30.311Z | # # # ###### # # ###### ### # #### # #### # |
120 | 2024-09-27T16:56:30.311Z | |
121 | 2024-09-27T16:56:30.311Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
122 | 2024-09-27T16:56:36.524Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2024-09-27T16:56:39.192Z | Startup: Caching catalogs ... Done |
124 | 2024-09-27T16:56:43.449Z | Planning: Solver setup ... Done (3.219s) |
125 | 2024-09-27T16:56:43.449Z | Planning: Running solver ... Done (0.051s) |
126 | 2024-09-27T16:56:43.449Z | Planning: Finding local manifests ... Done (0.004s) |
127 | 2024-09-27T16:56:43.449Z | Planning: Fetching manifests: 0/5 0% complete |
128 | 2024-09-27T16:56:43.537Z | Planning: Fetching manifests: 5/5 100% complete |
129 | 2024-09-27T16:56:43.659Z | Planning: Package planning ... Done (0.233s) |
130 | 2024-09-27T16:56:43.715Z | Planning: Merging actions ... Done (0.057s) |
131 | 2024-09-27T16:56:43.912Z | Planning: Checking for conflicting actions ... Done (0.202s) |
132 | 2024-09-27T16:56:45.985Z | Planning: Consolidating action changes ... Done (2.084s) |
133 | 2024-09-27T16:56:46.428Z | Planning: Evaluating mediators ... Done (0.442s) |
134 | 2024-09-27T16:56:46.510Z | Planning: Planning completed in 7.24 seconds |
135 | 2024-09-27T16:56:46.526Z | Packages to install: 4 |
136 | 2024-09-27T16:56:46.526Z | Packages to update: 1 |
137 | 2024-09-27T16:56:46.529Z | Mediators to change: 2 |
138 | 2024-09-27T16:56:46.529Z | Services to change: 1 |
139 | 2024-09-27T16:56:46.529Z | Estimated space available: 155.70 GB |
140 | 2024-09-27T16:56:46.529Z | Estimated space to be consumed: 1.55 GB |
141 | 2024-09-27T16:56:46.529Z | Create boot environment: No |
142 | 2024-09-27T16:56:46.529Z | Create backup boot environment: Yes |
143 | 2024-09-27T16:56:46.529Z | Rebuild boot archive: No |
144 | 2024-09-27T16:56:46.529Z | |
145 | 2024-09-27T16:56:46.529Z | Changed mediators: |
146 | 2024-09-27T16:56:46.529Z | mediator clang: |
147 | 2024-09-27T16:56:46.529Z | version: None -> 15 (system default) |
148 | 2024-09-27T16:56:46.529Z | |
149 | 2024-09-27T16:56:46.529Z | mediator llvm: |
150 | 2024-09-27T16:56:46.529Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-09-27T16:56:46.529Z | |
152 | 2024-09-27T16:56:46.529Z | Changed packages: |
153 | 2024-09-27T16:56:46.529Z | helios-dev |
154 | 2024-09-27T16:56:46.529Z | developer/build-essential |
155 | 2024-09-27T16:56:46.529Z | None -> 11-2.0 |
156 | 2024-09-27T16:56:46.529Z | library/libxmlsec1 |
157 | 2024-09-27T16:56:46.529Z | None -> 1.2.35-2.0 |
158 | 2024-09-27T16:56:46.529Z | ooce/developer/clang-15 |
159 | 2024-09-27T16:56:46.529Z | None -> 15.0.7-2.0 |
160 | 2024-09-27T16:56:46.529Z | ooce/developer/llvm-15 |
161 | 2024-09-27T16:56:46.529Z | None -> 15.0.7-2.0 |
162 | 2024-09-27T16:56:46.529Z | package/pkg |
163 | 2024-09-27T16:56:46.529Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2024-09-27T16:56:46.529Z | |
165 | 2024-09-27T16:56:46.529Z | Services: |
166 | 2024-09-27T16:56:46.529Z | restart_fmri: |
167 | 2024-09-27T16:56:46.529Z | svc:/system/update-man-index:default |
168 | 2024-09-27T16:56:46.529Z | |
169 | 2024-09-27T16:56:46.529Z | Editable files to change: |
170 | 2024-09-27T16:56:46.529Z | Update: |
171 | 2024-09-27T16:56:46.529Z | usr/share/lib/pkg/web/config.shtml |
172 | 2024-09-27T16:56:46.613Z | |
173 | 2024-09-27T16:56:46.613Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
174 | 2024-09-27T16:56:51.621Z | Download: 1004/4281 items 19.5/220.6MB 8% complete (4.0M/s) |
175 | 2024-09-27T16:57:01.489Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (11.8M/s) |
176 | 2024-09-27T16:57:06.623Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (5.1M/s) |
177 | 2024-09-27T16:57:11.659Z | Download: 3244/4281 items 203.0/220.6MB 92% complete (12.1M/s) |
178 | 2024-09-27T16:57:16.944Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (10.4M/s) |
179 | 2024-09-27T16:57:17.049Z | Download: Completed 220.60 MB in 30.40 seconds (7.3M/s) |
180 | 2024-09-27T16:57:19.094Z | Actions: 1/5063 actions (Removing old actions) |
181 | 2024-09-27T16:57:19.114Z | Actions: 194/5063 actions (Installing new actions) |
182 | 2024-09-27T16:57:23.823Z | Actions: 4226/5063 actions (Updating modified actions) |
183 | 2024-09-27T16:57:24.143Z | Actions: Completed 5063 actions in 5.04 seconds. |
184 | 2024-09-27T16:57:24.470Z | Done (0.321s) |
185 | 2024-09-27T16:57:24.475Z | Done (0.000s) |
186 | 2024-09-27T16:57:24.908Z | Done (0.434s) |
187 | 2024-09-27T16:57:29.323Z | Done (4.223s) |
188 | 2024-09-27T16:57:29.412Z | Done (0.018s) |
189 | 2024-09-27T16:57:29.416Z | Done (0.000s) |
190 | 2024-09-27T16:57:29.590Z | Done (0.000s) |
191 | 2024-09-27T16:57:30.223Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-09-27T16:57:30.385Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-09-27T16:57:30.413Z | Planning: Consolidating action changes ... Done |
194 | 2024-09-27T16:57:30.636Z | Planning: Evaluating mediators ... Done |
195 | 2024-09-27T16:57:30.651Z | Planning: Planning completed in 0.43 seconds |
196 | 2024-09-27T16:57:30.676Z | Mediators to change: 2 |
197 | 2024-09-27T16:57:30.676Z | Create boot environment: No |
198 | 2024-09-27T16:57:30.680Z | Create backup boot environment: No |
199 | 2024-09-27T16:57:30.760Z | Done |
200 | 2024-09-27T16:57:30.760Z | Done |
201 | 2024-09-27T16:57:31.015Z | Done |
202 | 2024-09-27T16:57:34.605Z | Done |
203 | 2024-09-27T16:57:34.700Z | Done |
204 | 2024-09-27T16:57:34.700Z | Done |
205 | 2024-09-27T16:57:34.909Z | Done |
206 | 2024-09-27T16:57:35.542Z | Planning: Evaluating mediator changes ... Done |
207 | 2024-09-27T16:57:35.555Z | Planning: Merging actions ... Done |
208 | 2024-09-27T16:57:35.717Z | Planning: Checking for conflicting actions ... Done |
209 | 2024-09-27T16:57:35.747Z | Planning: Consolidating action changes ... Done |
210 | 2024-09-27T16:57:36.000Z | Planning: Evaluating mediators ... Done |
211 | 2024-09-27T16:57:36.028Z | Planning: Planning completed in 0.74 seconds |
212 | 2024-09-27T16:57:36.077Z | Packages to change: 1 |
213 | 2024-09-27T16:57:36.077Z | Mediators to change: 1 |
214 | 2024-09-27T16:57:36.083Z | Services to change: 1 |
215 | 2024-09-27T16:57:36.083Z | Create boot environment: No |
216 | 2024-09-27T16:57:36.084Z | Create backup boot environment: Yes |
217 | 2024-09-27T16:57:37.974Z | Actions: 1/6 actions (Updating modified actions) |
218 | 2024-09-27T16:57:37.977Z | Actions: Completed 6 actions in 0.00 seconds. |
219 | 2024-09-27T16:57:37.977Z | Done |
220 | 2024-09-27T16:57:37.977Z | Done |
221 | 2024-09-27T16:57:38.066Z | Done |
222 | 2024-09-27T16:57:41.661Z | Done |
223 | 2024-09-27T16:57:41.749Z | Done |
224 | 2024-09-27T16:57:41.756Z | Done |
225 | 2024-09-27T16:57:41.845Z | Done |
226 | 2024-09-27T16:57:42.290Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
227 | 2024-09-27T16:57:42.290Z | clang system 15 system |
228 | 2024-09-27T16:57:42.290Z | csh system system illumos |
229 | 2024-09-27T16:57:42.290Z | ctags system system illumos |
230 | 2024-09-27T16:57:42.290Z | gcc vendor 12 vendor |
231 | 2024-09-27T16:57:42.291Z | gcc system 10 system |
232 | 2024-09-27T16:57:42.291Z | gcc system 7 system |
233 | 2024-09-27T16:57:42.291Z | go system 1.20 system |
234 | 2024-09-27T16:57:42.291Z | go system 1.19 system |
235 | 2024-09-27T16:57:42.291Z | llvm system 15 system |
236 | 2024-09-27T16:57:42.291Z | llvm system 14 system |
237 | 2024-09-27T16:57:42.291Z | mariadb system 10.6 system |
238 | 2024-09-27T16:57:42.291Z | mta vendor vendor dma |
239 | 2024-09-27T16:57:42.291Z | openjdk system 17 system |
240 | 2024-09-27T16:57:42.291Z | openjdk system 11 system |
241 | 2024-09-27T16:57:42.291Z | openjdk system 1.8 system |
242 | 2024-09-27T16:57:42.291Z | openssl vendor 3 vendor |
243 | 2024-09-27T16:57:42.292Z | perl system 5.36 system |
244 | 2024-09-27T16:57:42.292Z | postgresql system 15 system |
245 | 2024-09-27T16:57:42.292Z | postgresql system 13 system |
246 | 2024-09-27T16:57:42.292Z | python vendor 3 vendor |
247 | 2024-09-27T16:57:42.292Z | python system 2 system |
248 | 2024-09-27T16:57:42.292Z | python3 system 3.11 system |
249 | 2024-09-27T16:57:42.292Z | ruby system 3.0 system |
250 | 2024-09-27T16:57:42.292Z | words vendor vendor american-english |
251 | 2024-09-27T16:57:42.292Z | words system system australian-english |
252 | 2024-09-27T16:57:42.292Z | words system system british-english |
253 | 2024-09-27T16:57:42.292Z | words system system canadian-english |
254 | 2024-09-27T16:57:42.292Z | words system system french |
255 | 2024-09-27T16:57:42.292Z | words system system italian |
256 | 2024-09-27T16:57:42.292Z | words system system ngerman |
257 | 2024-09-27T16:57:42.292Z | words system system ogerman |
258 | 2024-09-27T16:57:42.293Z | words system system spanish |
259 | 2024-09-27T16:57:42.630Z | PUBLISHER TYPE STATUS P LOCATION |
260 | 2024-09-27T16:57:42.630Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
261 | 2024-09-27T16:57:44.610Z | FMRI IFO |
262 | 2024-09-27T16:57:44.611Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
263 | 2024-09-27T16:57:44.611Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
264 | 2024-09-27T16:57:44.611Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
265 | 2024-09-27T16:57:44.611Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
266 | 2024-09-27T16:57:44.611Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
267 | 2024-09-27T16:57:44.612Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
268 | 2024-09-27T16:57:44.612Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
269 | 2024-09-27T16:57:44.612Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
270 | 2024-09-27T16:57:44.612Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
271 | 2024-09-27T16:57:44.612Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
272 | 2024-09-27T16:57:44.612Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
273 | 2024-09-27T16:57:44.612Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-09-27T16:57:44.613Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-09-27T16:57:45.268Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-09-27T16:57:45.586Z | Updating crates.io index |
277 | 2024-09-27T16:57:45.623Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
278 | 2024-09-27T16:57:46.366Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
279 | 2024-09-27T16:57:49.977Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
280 | 2024-09-27T16:57:50.012Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
281 | 2024-09-27T16:57:50.012Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
282 | 2024-09-27T16:57:50.012Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
283 | 2024-09-27T16:57:50.012Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
284 | 2024-09-27T16:57:50.458Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
285 | 2024-09-27T16:57:52.467Z | Updating git repository `https://github.com/oxidecomputer/opte` |
286 | 2024-09-27T16:57:53.402Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
287 | 2024-09-27T16:57:54.026Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
288 | 2024-09-27T16:57:54.327Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
289 | 2024-09-27T16:57:54.597Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
290 | 2024-09-27T16:57:55.284Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
291 | 2024-09-27T16:57:55.588Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
292 | 2024-09-27T16:57:56.075Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
293 | 2024-09-27T16:57:56.382Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
294 | 2024-09-27T16:57:56.869Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
295 | 2024-09-27T16:57:57.157Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
296 | 2024-09-27T16:57:57.489Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
297 | 2024-09-27T16:57:57.761Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
298 | 2024-09-27T16:57:57.974Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
299 | 2024-09-27T16:57:58.235Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
300 | 2024-09-27T16:57:58.545Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
301 | 2024-09-27T16:57:59.079Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
302 | 2024-09-27T16:57:59.321Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
303 | 2024-09-27T16:57:59.864Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
304 | 2024-09-27T16:58:00.176Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
305 | 2024-09-27T16:58:00.548Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
306 | 2024-09-27T16:58:00.928Z | Updating git repository `https://github.com/oxidecomputer/typify` |
307 | 2024-09-27T16:58:03.395Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
308 | 2024-09-27T16:58:03.661Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
309 | 2024-09-27T16:58:03.925Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
310 | 2024-09-27T16:58:04.362Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
311 | 2024-09-27T16:58:05.485Z | Downloading crates ... |
312 | 2024-09-27T16:58:05.537Z | Downloaded bitflags v2.6.0 |
313 | 2024-09-27T16:58:05.543Z | Downloaded camino v1.1.9 |
314 | 2024-09-27T16:58:05.549Z | Downloaded pretty-hex v0.4.1 |
315 | 2024-09-27T16:58:05.552Z | Downloaded swrite v0.1.0 |
316 | 2024-09-27T16:58:05.552Z | Downloaded equivalent v1.0.1 |
317 | 2024-09-27T16:58:05.557Z | Downloaded anstyle-parse v0.2.4 |
318 | 2024-09-27T16:58:05.560Z | Downloaded scroll_derive v0.12.0 |
319 | 2024-09-27T16:58:05.560Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-09-27T16:58:05.562Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2024-09-27T16:58:05.564Z | Downloaded heck v0.4.1 |
322 | 2024-09-27T16:58:05.567Z | Downloaded cfg-if v1.0.0 |
323 | 2024-09-27T16:58:05.567Z | Downloaded bytecount v0.6.8 |
324 | 2024-09-27T16:58:05.569Z | Downloaded thread-id v4.2.1 |
325 | 2024-09-27T16:58:05.580Z | Downloaded serde_tokenstream v0.2.2 |
326 | 2024-09-27T16:58:05.581Z | Downloaded smawk v0.3.2 |
327 | 2024-09-27T16:58:05.581Z | Downloaded proc-macro-error-attr v1.0.4 |
328 | 2024-09-27T16:58:05.581Z | Downloaded fs-err v2.11.0 |
329 | 2024-09-27T16:58:05.581Z | Downloaded terminal_size v0.3.0 |
330 | 2024-09-27T16:58:05.581Z | Downloaded tabled_derive v0.7.0 |
331 | 2024-09-27T16:58:05.581Z | Downloaded macaddr v1.0.1 |
332 | 2024-09-27T16:58:05.581Z | Downloaded unicode-linebreak v0.1.5 |
333 | 2024-09-27T16:58:05.581Z | Downloaded anyhow v1.0.89 |
334 | 2024-09-27T16:58:05.584Z | Downloaded fastrand v2.1.0 |
335 | 2024-09-27T16:58:05.588Z | Downloaded cargo_metadata v0.18.1 |
336 | 2024-09-27T16:58:05.588Z | Downloaded utf8parse v0.2.1 |
337 | 2024-09-27T16:58:05.591Z | Downloaded usdt v0.5.0 |
338 | 2024-09-27T16:58:05.591Z | Downloaded dof v0.3.0 |
339 | 2024-09-27T16:58:05.591Z | Downloaded byteorder v1.5.0 |
340 | 2024-09-27T16:58:05.593Z | Downloaded clap_lex v0.7.0 |
341 | 2024-09-27T16:58:05.593Z | Downloaded quote v1.0.36 |
342 | 2024-09-27T16:58:05.596Z | Downloaded crypto-common v0.1.6 |
343 | 2024-09-27T16:58:05.599Z | Downloaded anstyle-query v1.0.3 |
344 | 2024-09-27T16:58:05.603Z | Downloaded cpufeatures v0.2.12 |
345 | 2024-09-27T16:58:05.603Z | Downloaded dtrace-parser v0.2.0 |
346 | 2024-09-27T16:58:05.608Z | Downloaded is_terminal_polyfill v1.70.0 |
347 | 2024-09-27T16:58:05.610Z | Downloaded zerocopy-derive v0.7.34 |
348 | 2024-09-27T16:58:05.613Z | Downloaded thiserror v1.0.63 |
349 | 2024-09-27T16:58:05.617Z | Downloaded cargo-platform v0.1.8 |
350 | 2024-09-27T16:58:05.620Z | Downloaded ryu v1.0.18 |
351 | 2024-09-27T16:58:05.620Z | Downloaded pest_meta v2.7.10 |
352 | 2024-09-27T16:58:05.634Z | Downloaded fnv v1.0.7 |
353 | 2024-09-27T16:58:05.637Z | Downloaded cargo_toml v0.20.4 |
354 | 2024-09-27T16:58:05.637Z | Downloaded anstream v0.6.14 |
355 | 2024-09-27T16:58:05.637Z | Downloaded block-buffer v0.10.4 |
356 | 2024-09-27T16:58:05.637Z | Downloaded anstyle v1.0.8 |
357 | 2024-09-27T16:58:05.637Z | Downloaded autocfg v1.3.0 |
358 | 2024-09-27T16:58:05.638Z | Downloaded strsim v0.11.1 |
359 | 2024-09-27T16:58:05.638Z | Downloaded colorchoice v1.0.1 |
360 | 2024-09-27T16:58:05.640Z | Downloaded ucd-trie v0.1.6 |
361 | 2024-09-27T16:58:05.643Z | Downloaded pest_derive v2.7.10 |
362 | 2024-09-27T16:58:05.643Z | Downloaded thiserror-impl v1.0.63 |
363 | 2024-09-27T16:58:05.645Z | Downloaded heck v0.5.0 |
364 | 2024-09-27T16:58:05.648Z | Downloaded clap_derive v4.5.18 |
365 | 2024-09-27T16:58:05.648Z | Downloaded toml_datetime v0.6.8 |
366 | 2024-09-27T16:58:05.651Z | Downloaded itoa v1.0.11 |
367 | 2024-09-27T16:58:05.651Z | Downloaded scroll v0.12.0 |
368 | 2024-09-27T16:58:05.653Z | Downloaded papergrid v0.11.0 |
369 | 2024-09-27T16:58:05.657Z | Downloaded version_check v0.9.5 |
370 | 2024-09-27T16:58:05.659Z | Downloaded memmap v0.7.0 |
371 | 2024-09-27T16:58:05.661Z | Downloaded generic-array v0.14.7 |
372 | 2024-09-27T16:58:05.661Z | Downloaded errno v0.3.9 |
373 | 2024-09-27T16:58:05.663Z | Downloaded camino-tempfile v1.1.1 |
374 | 2024-09-27T16:58:05.666Z | Downloaded digest v0.10.7 |
375 | 2024-09-27T16:58:05.666Z | Downloaded tempfile v3.10.1 |
376 | 2024-09-27T16:58:05.668Z | Downloaded sha2 v0.10.8 |
377 | 2024-09-27T16:58:05.671Z | Downloaded semver v1.0.23 |
378 | 2024-09-27T16:58:05.673Z | Downloaded plain v0.2.3 |
379 | 2024-09-27T16:58:05.675Z | Downloaded proc-macro-error v1.0.4 |
380 | 2024-09-27T16:58:05.677Z | Downloaded once_cell v1.19.0 |
381 | 2024-09-27T16:58:05.679Z | Downloaded usdt-impl v0.5.0 |
382 | 2024-09-27T16:58:05.682Z | Downloaded serde_spanned v0.6.7 |
383 | 2024-09-27T16:58:05.684Z | Downloaded clap v4.5.18 |
384 | 2024-09-27T16:58:05.692Z | Downloaded unicode-ident v1.0.12 |
385 | 2024-09-27T16:58:05.694Z | Downloaded typenum v1.17.0 |
386 | 2024-09-27T16:58:05.697Z | Downloaded textwrap v0.16.1 |
387 | 2024-09-27T16:58:05.699Z | Downloaded proc-macro2 v1.0.86 |
388 | 2024-09-27T16:58:05.702Z | Downloaded serde_derive v1.0.208 |
389 | 2024-09-27T16:58:05.705Z | Downloaded toml_edit v0.22.20 |
390 | 2024-09-27T16:58:05.726Z | Downloaded toml v0.8.19 |
391 | 2024-09-27T16:58:05.729Z | Downloaded log v0.4.21 |
392 | 2024-09-27T16:58:05.732Z | Downloaded serde v1.0.208 |
393 | 2024-09-27T16:58:05.735Z | Downloaded memchr v2.7.2 |
394 | 2024-09-27T16:58:05.740Z | Downloaded pest_generator v2.7.10 |
395 | 2024-09-27T16:58:05.747Z | Downloaded indexmap v2.4.0 |
396 | 2024-09-27T16:58:05.757Z | Downloaded clap_builder v4.5.18 |
397 | 2024-09-27T16:58:05.760Z | Downloaded pest v2.7.10 |
398 | 2024-09-27T16:58:05.765Z | Downloaded winnow v0.6.18 |
399 | 2024-09-27T16:58:05.774Z | Downloaded serde_json v1.0.125 |
400 | 2024-09-27T16:58:05.781Z | Downloaded zerocopy v0.7.34 |
401 | 2024-09-27T16:58:05.798Z | Downloaded hashbrown v0.14.5 |
402 | 2024-09-27T16:58:05.804Z | Downloaded tabled v0.15.0 |
403 | 2024-09-27T16:58:05.819Z | Downloaded syn v1.0.109 |
404 | 2024-09-27T16:58:05.829Z | Downloaded syn v2.0.74 |
405 | 2024-09-27T16:58:05.840Z | Downloaded goblin v0.8.2 |
406 | 2024-09-27T16:58:05.845Z | Downloaded rustix v0.38.34 |
407 | 2024-09-27T16:58:05.867Z | Downloaded unicode-width v0.1.13 |
408 | 2024-09-27T16:58:05.875Z | Downloaded libc v0.2.158 |
409 | 2024-09-27T16:58:06.188Z | Compiling proc-macro2 v1.0.86 |
410 | 2024-09-27T16:58:06.188Z | Compiling unicode-ident v1.0.12 |
411 | 2024-09-27T16:58:06.190Z | Compiling serde v1.0.208 |
412 | 2024-09-27T16:58:06.190Z | Compiling version_check v0.9.5 |
413 | 2024-09-27T16:58:06.190Z | Compiling thiserror v1.0.63 |
414 | 2024-09-27T16:58:06.190Z | Compiling memchr v2.7.2 |
415 | 2024-09-27T16:58:06.223Z | Compiling libc v0.2.158 |
416 | 2024-09-27T16:58:06.226Z | Compiling ryu v1.0.18 |
417 | 2024-09-27T16:58:06.430Z | Compiling itoa v1.0.11 |
418 | 2024-09-27T16:58:06.658Z | Compiling ucd-trie v0.1.6 |
419 | 2024-09-27T16:58:06.658Z | Compiling once_cell v1.19.0 |
420 | 2024-09-27T16:58:07.094Z | Compiling byteorder v1.5.0 |
421 | 2024-09-27T16:58:07.122Z | Compiling rustix v0.38.34 |
422 | 2024-09-27T16:58:07.334Z | Compiling serde_json v1.0.125 |
423 | 2024-09-27T16:58:07.574Z | Compiling bitflags v2.6.0 |
424 | 2024-09-27T16:58:07.741Z | Compiling proc-macro-error-attr v1.0.4 |
425 | 2024-09-27T16:58:07.951Z | Compiling usdt-impl v0.5.0 |
426 | 2024-09-27T16:58:07.975Z | Compiling quote v1.0.36 |
427 | 2024-09-27T16:58:08.013Z | Compiling syn v1.0.109 |
428 | 2024-09-27T16:58:08.130Z | Compiling proc-macro-error v1.0.4 |
429 | 2024-09-27T16:58:08.155Z | Compiling hashbrown v0.14.5 |
430 | 2024-09-27T16:58:08.283Z | Compiling errno v0.3.9 |
431 | 2024-09-27T16:58:08.429Z | Compiling syn v2.0.74 |
432 | 2024-09-27T16:58:08.709Z | Compiling utf8parse v0.2.1 |
433 | 2024-09-27T16:58:08.727Z | Compiling log v0.4.21 |
434 | 2024-09-27T16:58:08.753Z | Compiling camino v1.1.9 |
435 | 2024-09-27T16:58:08.872Z | Compiling thread-id v4.2.1 |
436 | 2024-09-27T16:58:08.901Z | Compiling equivalent v1.0.1 |
437 | 2024-09-27T16:58:08.927Z | Compiling plain v0.2.3 |
438 | 2024-09-27T16:58:09.027Z | Compiling anstyle-parse v0.2.4 |
439 | 2024-09-27T16:58:09.360Z | Compiling indexmap v2.4.0 |
440 | 2024-09-27T16:58:09.441Z | Compiling unicode-width v0.1.13 |
441 | 2024-09-27T16:58:09.468Z | Compiling anstyle-query v1.0.3 |
442 | 2024-09-27T16:58:09.618Z | Compiling colorchoice v1.0.1 |
443 | 2024-09-27T16:58:09.621Z | Compiling autocfg v1.3.0 |
444 | 2024-09-27T16:58:09.684Z | Compiling anstyle v1.0.8 |
445 | 2024-09-27T16:58:09.793Z | Compiling winnow v0.6.18 |
446 | 2024-09-27T16:58:09.823Z | Compiling pretty-hex v0.4.1 |
447 | 2024-09-27T16:58:10.036Z | Compiling semver v1.0.23 |
448 | 2024-09-27T16:58:10.140Z | Compiling is_terminal_polyfill v1.70.0 |
449 | 2024-09-27T16:58:10.278Z | Compiling anstream v0.6.14 |
450 | 2024-09-27T16:58:10.596Z | Compiling fs-err v2.11.0 |
451 | 2024-09-27T16:58:10.645Z | Compiling terminal_size v0.3.0 |
452 | 2024-09-27T16:58:10.906Z | Compiling cfg-if v1.0.0 |
453 | 2024-09-27T16:58:10.929Z | Compiling clap_lex v0.7.0 |
454 | 2024-09-27T16:58:10.971Z | Compiling fastrand v2.1.0 |
455 | 2024-09-27T16:58:10.999Z | Compiling strsim v0.11.1 |
456 | 2024-09-27T16:58:11.056Z | Compiling heck v0.4.1 |
457 | 2024-09-27T16:58:11.399Z | Compiling fnv v1.0.7 |
458 | 2024-09-27T16:58:11.446Z | Compiling anyhow v1.0.89 |
459 | 2024-09-27T16:58:11.528Z | Compiling bytecount v0.6.8 |
460 | 2024-09-27T16:58:11.554Z | Compiling heck v0.5.0 |
461 | 2024-09-27T16:58:11.579Z | Compiling tempfile v3.10.1 |
462 | 2024-09-27T16:58:11.767Z | Compiling papergrid v0.11.0 |
463 | 2024-09-27T16:58:12.144Z | Compiling clap_builder v4.5.18 |
464 | 2024-09-27T16:58:12.439Z | Compiling memmap v0.7.0 |
465 | 2024-09-27T16:58:12.502Z | Compiling unicode-linebreak v0.1.5 |
466 | 2024-09-27T16:58:12.698Z | Compiling smawk v0.3.2 |
467 | 2024-09-27T16:58:12.911Z | Compiling textwrap v0.16.1 |
468 | 2024-09-27T16:58:13.396Z | Compiling swrite v0.1.0 |
469 | 2024-09-27T16:58:14.701Z | Compiling tabled_derive v0.7.0 |
470 | 2024-09-27T16:58:16.326Z | Compiling tabled v0.15.0 |
471 | 2024-09-27T16:58:17.183Z | Compiling serde_derive v1.0.208 |
472 | 2024-09-27T16:58:17.186Z | Compiling thiserror-impl v1.0.63 |
473 | 2024-09-27T16:58:17.186Z | Compiling zerocopy-derive v0.7.34 |
474 | 2024-09-27T16:58:17.203Z | Compiling scroll_derive v0.12.0 |
475 | 2024-09-27T16:58:17.318Z | Compiling clap_derive v4.5.18 |
476 | 2024-09-27T16:58:18.701Z | Compiling scroll v0.12.0 |
477 | 2024-09-27T16:58:19.147Z | Compiling goblin v0.8.2 |
478 | 2024-09-27T16:58:19.367Z | Compiling zerocopy v0.7.34 |
479 | 2024-09-27T16:58:19.839Z | Compiling pest v2.7.10 |
480 | 2024-09-27T16:58:20.886Z | Compiling clap v4.5.18 |
481 | 2024-09-27T16:58:22.197Z | Compiling pest_meta v2.7.10 |
482 | 2024-09-27T16:58:22.992Z | Compiling pest_generator v2.7.10 |
483 | 2024-09-27T16:58:24.897Z | Compiling pest_derive v2.7.10 |
484 | 2024-09-27T16:58:25.574Z | Compiling dtrace-parser v0.2.0 |
485 | 2024-09-27T16:58:27.403Z | Compiling serde_spanned v0.6.7 |
486 | 2024-09-27T16:58:27.406Z | Compiling toml_datetime v0.6.8 |
487 | 2024-09-27T16:58:27.406Z | Compiling cargo-platform v0.1.8 |
488 | 2024-09-27T16:58:27.780Z | Compiling serde_tokenstream v0.2.2 |
489 | 2024-09-27T16:58:27.922Z | Compiling toml_edit v0.22.20 |
490 | 2024-09-27T16:58:28.000Z | Compiling macaddr v1.0.1 |
491 | 2024-09-27T16:58:28.023Z | Compiling camino-tempfile v1.1.1 |
492 | 2024-09-27T16:58:28.851Z | Compiling dof v0.3.0 |
493 | 2024-09-27T16:58:28.851Z | Compiling cargo_metadata v0.18.1 |
494 | 2024-09-27T16:58:30.612Z | Compiling toml v0.8.19 |
495 | 2024-09-27T16:58:30.726Z | Compiling usdt-macro v0.5.0 |
496 | 2024-09-27T16:58:30.726Z | Compiling usdt-attr-macro v0.5.0 |
497 | 2024-09-27T16:58:31.386Z | Compiling cargo_toml v0.20.4 |
498 | 2024-09-27T16:58:32.197Z | Compiling usdt v0.5.0 |
499 | 2024-09-27T16:58:35.097Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
500 | 2024-09-27T16:58:39.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.25s |
501 | 2024-09-27T16:58:39.590Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
502 | 2024-09-27T16:58:40.203Z | Downloading crates ... |
503 | 2024-09-27T16:58:40.319Z | Downloaded arrayref v0.3.7 |
504 | 2024-09-27T16:58:40.324Z | Downloaded aead v0.5.2 |
505 | 2024-09-27T16:58:40.324Z | Downloaded async-stream-impl v0.3.5 |
506 | 2024-09-27T16:58:40.327Z | Downloaded adler v1.0.2 |
507 | 2024-09-27T16:58:40.330Z | Downloaded arc-swap v1.7.1 |
508 | 2024-09-27T16:58:40.333Z | Downloaded cfg_aliases v0.2.1 |
509 | 2024-09-27T16:58:40.336Z | Downloaded bitstruct_derive v0.1.0 |
510 | 2024-09-27T16:58:40.336Z | Downloaded atty v0.2.14 |
511 | 2024-09-27T16:58:40.336Z | Downloaded assert_matches v1.5.0 |
512 | 2024-09-27T16:58:40.340Z | Downloaded ciborium-io v0.2.2 |
513 | 2024-09-27T16:58:40.344Z | Downloaded crucible-workspace-hack v0.1.0 |
514 | 2024-09-27T16:58:40.344Z | Downloaded async-recursion v1.1.1 |
515 | 2024-09-27T16:58:40.348Z | Downloaded home v0.5.9 |
516 | 2024-09-27T16:58:40.368Z | Downloaded darling v0.20.9 |
517 | 2024-09-27T16:58:40.373Z | Downloaded convert_case v0.4.0 |
518 | 2024-09-27T16:58:40.374Z | Downloaded matches v0.1.10 |
519 | 2024-09-27T16:58:40.374Z | Downloaded crc-catalog v2.4.0 |
520 | 2024-09-27T16:58:40.374Z | Downloaded crc v3.2.1 |
521 | 2024-09-27T16:58:40.374Z | Downloaded const_format_proc_macros v0.2.33 |
522 | 2024-09-27T16:58:40.374Z | Downloaded is_ci v1.2.0 |
523 | 2024-09-27T16:58:40.374Z | Downloaded newtype_derive v0.1.6 |
524 | 2024-09-27T16:58:40.374Z | Downloaded hostname v0.4.0 |
525 | 2024-09-27T16:58:40.374Z | Downloaded hex-literal v0.4.1 |
526 | 2024-09-27T16:58:40.378Z | Downloaded ctr v0.9.2 |
527 | 2024-09-27T16:58:40.378Z | Downloaded mockall v0.13.0 |
528 | 2024-09-27T16:58:40.378Z | Downloaded lru-cache v0.1.2 |
529 | 2024-09-27T16:58:40.382Z | Downloaded maplit v1.0.2 |
530 | 2024-09-27T16:58:40.382Z | Downloaded lazycell v1.3.0 |
531 | 2024-09-27T16:58:40.384Z | Downloaded md-5 v0.10.6 |
532 | 2024-09-27T16:58:40.384Z | Downloaded libsw v3.3.1 |
533 | 2024-09-27T16:58:40.388Z | Downloaded internet-checksum v0.2.1 |
534 | 2024-09-27T16:58:40.391Z | Downloaded memoffset v0.9.1 |
535 | 2024-09-27T16:58:40.391Z | Downloaded instability v0.3.2 |
536 | 2024-09-27T16:58:40.394Z | Downloaded lalrpop-util v0.19.12 |
537 | 2024-09-27T16:58:40.394Z | Downloaded impl-trait-for-tuples v0.2.2 |
538 | 2024-09-27T16:58:40.398Z | Downloaded bcs v0.1.6 |
539 | 2024-09-27T16:58:40.398Z | Downloaded highway v1.2.0 |
540 | 2024-09-27T16:58:40.401Z | Downloaded multimap v0.10.0 |
541 | 2024-09-27T16:58:40.401Z | Downloaded cfg_aliases v0.1.1 |
542 | 2024-09-27T16:58:40.405Z | Downloaded ipnetwork v0.20.0 |
543 | 2024-09-27T16:58:40.405Z | Downloaded atomicwrites v0.4.4 |
544 | 2024-09-27T16:58:40.408Z | Downloaded iana-time-zone v0.1.60 |
545 | 2024-09-27T16:58:40.411Z | Downloaded arrayvec v0.7.4 |
546 | 2024-09-27T16:58:40.411Z | Downloaded bitstruct v0.1.1 |
547 | 2024-09-27T16:58:40.414Z | Downloaded newline-converter v0.3.0 |
548 | 2024-09-27T16:58:40.414Z | Downloaded crunchy v0.2.2 |
549 | 2024-09-27T16:58:40.418Z | Downloaded hickory-client v0.24.1 |
550 | 2024-09-27T16:58:40.421Z | Downloaded hubpack_derive v0.1.1 |
551 | 2024-09-27T16:58:40.421Z | Downloaded instant v0.1.12 |
552 | 2024-09-27T16:58:40.424Z | Downloaded cstr-argument v0.1.2 |
553 | 2024-09-27T16:58:40.424Z | Downloaded ident_case v1.0.1 |
554 | 2024-09-27T16:58:40.425Z | Downloaded mime_guess v2.0.4 |
555 | 2024-09-27T16:58:40.428Z | Downloaded http-range v0.1.5 |
556 | 2024-09-27T16:58:40.428Z | Downloaded md5 v0.7.0 |
557 | 2024-09-27T16:58:40.428Z | Downloaded cookie v0.18.1 |
558 | 2024-09-27T16:58:40.431Z | Downloaded blake2 v0.10.6 |
559 | 2024-09-27T16:58:40.434Z | Downloaded jobserver v0.1.32 |
560 | 2024-09-27T16:58:40.437Z | Downloaded sigpipe v0.1.3 |
561 | 2024-09-27T16:58:40.437Z | Downloaded signal-hook-tokio v0.3.1 |
562 | 2024-09-27T16:58:40.440Z | Downloaded serde_arrays v0.1.0 |
563 | 2024-09-27T16:58:40.440Z | Downloaded match_cfg v0.1.0 |
564 | 2024-09-27T16:58:40.440Z | Downloaded rustc_version v0.1.7 |
565 | 2024-09-27T16:58:40.443Z | Downloaded sqlparser_derive v0.2.2 |
566 | 2024-09-27T16:58:40.443Z | Downloaded is-terminal v0.4.12 |
567 | 2024-09-27T16:58:40.465Z | Downloaded base16ct v0.2.0 |
568 | 2024-09-27T16:58:40.465Z | Downloaded async-bb8-diesel v0.2.1 |
569 | 2024-09-27T16:58:40.470Z | Downloaded new_debug_unreachable v1.0.6 |
570 | 2024-09-27T16:58:40.470Z | Downloaded bit-vec v0.6.3 |
571 | 2024-09-27T16:58:40.471Z | Downloaded native-tls v0.2.11 |
572 | 2024-09-27T16:58:40.471Z | Downloaded miniz_oxide v0.7.2 |
573 | 2024-09-27T16:58:40.471Z | Downloaded smallvec v0.6.14 |
574 | 2024-09-27T16:58:40.471Z | Downloaded hyper-tls v0.5.0 |
575 | 2024-09-27T16:58:40.471Z | Downloaded hubpack v0.1.2 |
576 | 2024-09-27T16:58:40.471Z | Downloaded http-body v0.4.6 |
577 | 2024-09-27T16:58:40.471Z | Downloaded crossbeam-deque v0.8.5 |
578 | 2024-09-27T16:58:40.471Z | Downloaded mime v0.3.17 |
579 | 2024-09-27T16:58:40.471Z | Downloaded constant_time_eq v0.3.0 |
580 | 2024-09-27T16:58:40.471Z | Downloaded display-error-chain v0.2.1 |
581 | 2024-09-27T16:58:40.471Z | Downloaded colored v2.1.0 |
582 | 2024-09-27T16:58:40.475Z | Downloaded buf-list v1.0.3 |
583 | 2024-09-27T16:58:40.475Z | Downloaded ciborium-ll v0.2.2 |
584 | 2024-09-27T16:58:40.475Z | Downloaded lazy_static v1.5.0 |
585 | 2024-09-27T16:58:40.480Z | Downloaded hyper-util v0.1.7 |
586 | 2024-09-27T16:58:40.483Z | Downloaded rustc-hash v1.1.0 |
587 | 2024-09-27T16:58:40.483Z | Downloaded resolv-conf v0.7.0 |
588 | 2024-09-27T16:58:40.486Z | Downloaded linear-map v1.2.0 |
589 | 2024-09-27T16:58:40.486Z | Downloaded secrecy v0.8.0 |
590 | 2024-09-27T16:58:40.489Z | Downloaded hostname v0.3.1 |
591 | 2024-09-27T16:58:40.490Z | Downloaded signature v2.2.0 |
592 | 2024-09-27T16:58:40.493Z | Downloaded managed v0.8.0 |
593 | 2024-09-27T16:58:40.493Z | Downloaded foreign-types-shared v0.1.1 |
594 | 2024-09-27T16:58:40.496Z | Downloaded tokio-native-tls v0.3.1 |
595 | 2024-09-27T16:58:40.496Z | Downloaded hickory-server v0.24.1 |
596 | 2024-09-27T16:58:40.501Z | Downloaded spki v0.7.3 |
597 | 2024-09-27T16:58:40.504Z | Downloaded number_prefix v0.4.0 |
598 | 2024-09-27T16:58:40.507Z | Downloaded hyper-rustls v0.24.2 |
599 | 2024-09-27T16:58:40.507Z | Downloaded thiserror-impl-no-std v2.0.2 |
600 | 2024-09-27T16:58:40.510Z | Downloaded universal-hash v0.5.1 |
601 | 2024-09-27T16:58:40.510Z | Downloaded ipnet v2.9.0 |
602 | 2024-09-27T16:58:40.514Z | Downloaded zeroize_derive v1.4.2 |
603 | 2024-09-27T16:58:40.514Z | Downloaded twox-hash v1.6.3 |
604 | 2024-09-27T16:58:40.517Z | Downloaded rustls-pki-types v1.7.0 |
605 | 2024-09-27T16:58:40.521Z | Downloaded cookie_store v0.20.0 |
606 | 2024-09-27T16:58:40.521Z | Downloaded thiserror-no-std v2.0.2 |
607 | 2024-09-27T16:58:40.524Z | Downloaded zeroize v1.8.1 |
608 | 2024-09-27T16:58:40.528Z | Downloaded futures-io v0.3.30 |
609 | 2024-09-27T16:58:40.528Z | Downloaded precomputed-hash v0.1.1 |
610 | 2024-09-27T16:58:40.528Z | Downloaded multer v3.1.0 |
611 | 2024-09-27T16:58:40.533Z | Downloaded base64 v0.22.1 |
612 | 2024-09-27T16:58:40.538Z | Downloaded filetime v0.2.25 |
613 | 2024-09-27T16:58:40.546Z | Downloaded embedded-io v0.4.0 |
614 | 2024-09-27T16:58:40.546Z | Downloaded nibble_vec v0.1.0 |
615 | 2024-09-27T16:58:40.546Z | Downloaded ff v0.13.0 |
616 | 2024-09-27T16:58:40.550Z | Downloaded either v1.13.0 |
617 | 2024-09-27T16:58:40.550Z | Downloaded lock_api v0.4.12 |
618 | 2024-09-27T16:58:40.551Z | Downloaded foreign-types-shared v0.3.1 |
619 | 2024-09-27T16:58:40.551Z | Downloaded opaque-debug v0.3.1 |
620 | 2024-09-27T16:58:40.551Z | Downloaded slog-envlogger v2.2.0 |
621 | 2024-09-27T16:58:40.558Z | Downloaded num v0.4.3 |
622 | 2024-09-27T16:58:40.558Z | Downloaded supports-color v3.0.1 |
623 | 2024-09-27T16:58:40.558Z | Downloaded gethostname v0.5.0 |
624 | 2024-09-27T16:58:40.558Z | Downloaded toolchain_find v0.4.0 |
625 | 2024-09-27T16:58:40.564Z | Downloaded percent-encoding v2.3.1 |
626 | 2024-09-27T16:58:40.564Z | Downloaded hash32 v0.3.1 |
627 | 2024-09-27T16:58:40.564Z | Downloaded hash32 v0.2.1 |
628 | 2024-09-27T16:58:40.565Z | Downloaded base64 v0.13.1 |
629 | 2024-09-27T16:58:40.565Z | Downloaded peg v0.8.4 |
630 | 2024-09-27T16:58:40.569Z | Downloaded derive_builder_core v0.20.0 |
631 | 2024-09-27T16:58:40.572Z | Downloaded vte_generate_state_changes v0.1.1 |
632 | 2024-09-27T16:58:40.572Z | Downloaded crossbeam-utils v0.8.19 |
633 | 2024-09-27T16:58:40.574Z | Downloaded clang-sys v1.7.0 |
634 | 2024-09-27T16:58:40.577Z | Downloaded ref-cast v1.0.23 |
635 | 2024-09-27T16:58:40.580Z | Downloaded powerfmt v0.2.0 |
636 | 2024-09-27T16:58:40.580Z | Downloaded mio v0.8.11 |
637 | 2024-09-27T16:58:40.586Z | Downloaded http v1.1.0 |
638 | 2024-09-27T16:58:40.590Z | Downloaded dyn-clone v1.0.17 |
639 | 2024-09-27T16:58:40.593Z | Downloaded num-conv v0.1.0 |
640 | 2024-09-27T16:58:40.594Z | Downloaded serde_plain v1.0.2 |
641 | 2024-09-27T16:58:40.596Z | Downloaded serde_path_to_error v0.1.16 |
642 | 2024-09-27T16:58:40.599Z | Downloaded spin v0.9.8 |
643 | 2024-09-27T16:58:40.599Z | Downloaded portpicker v0.1.1 |
644 | 2024-09-27T16:58:40.602Z | Downloaded path-slash v0.1.5 |
645 | 2024-09-27T16:58:40.602Z | Downloaded oso-derive v0.27.3 |
646 | 2024-09-27T16:58:40.605Z | Downloaded termtree v0.4.1 |
647 | 2024-09-27T16:58:40.605Z | Downloaded termcolor v1.4.1 |
648 | 2024-09-27T16:58:40.609Z | Downloaded slog-scope v4.4.0 |
649 | 2024-09-27T16:58:40.609Z | Downloaded slog-json v2.6.1 |
650 | 2024-09-27T16:58:40.612Z | Downloaded vergen v8.3.2 |
651 | 2024-09-27T16:58:40.614Z | Downloaded pkcs8 v0.10.2 |
652 | 2024-09-27T16:58:40.617Z | Downloaded derive_builder v0.20.0 |
653 | 2024-09-27T16:58:40.620Z | Downloaded test-strategy v0.3.1 |
654 | 2024-09-27T16:58:40.624Z | Downloaded termios v0.3.3 |
655 | 2024-09-27T16:58:40.626Z | Downloaded tinyvec_macros v0.1.1 |
656 | 2024-09-27T16:58:40.629Z | Downloaded flagset v0.4.5 |
657 | 2024-09-27T16:58:40.629Z | Downloaded enum-as-inner v0.6.0 |
658 | 2024-09-27T16:58:40.632Z | Downloaded wait-timeout v0.2.0 |
659 | 2024-09-27T16:58:40.632Z | Downloaded postgres-protocol v0.6.7 |
660 | 2024-09-27T16:58:40.635Z | Downloaded schemars v0.8.21 |
661 | 2024-09-27T16:58:40.646Z | Downloaded paste v1.0.15 |
662 | 2024-09-27T16:58:40.650Z | Downloaded which v4.4.2 |
663 | 2024-09-27T16:58:40.653Z | Downloaded slog-term v2.9.1 |
664 | 2024-09-27T16:58:40.657Z | Downloaded serde_derive_internals v0.29.1 |
665 | 2024-09-27T16:58:40.671Z | Downloaded term v0.7.0 |
666 | 2024-09-27T16:58:40.674Z | Downloaded endian-type v0.1.2 |
667 | 2024-09-27T16:58:40.674Z | Downloaded rustls-pemfile v1.0.4 |
668 | 2024-09-27T16:58:40.674Z | Downloaded parking_lot v0.12.2 |
669 | 2024-09-27T16:58:40.679Z | Downloaded scopeguard v1.2.0 |
670 | 2024-09-27T16:58:40.682Z | Downloaded slog-bunyan v2.5.0 |
671 | 2024-09-27T16:58:40.682Z | Downloaded const_format v0.2.33 |
672 | 2024-09-27T16:58:40.686Z | Downloaded strum_macros v0.24.3 |
673 | 2024-09-27T16:58:40.686Z | Downloaded strum_macros v0.25.3 |
674 | 2024-09-27T16:58:40.689Z | Downloaded der_derive v0.7.2 |
675 | 2024-09-27T16:58:40.692Z | Downloaded libm v0.2.8 |
676 | 2024-09-27T16:58:40.698Z | Downloaded postgres-types v0.2.7 |
677 | 2024-09-27T16:58:40.701Z | Downloaded take_mut v0.2.2 |
678 | 2024-09-27T16:58:40.705Z | Downloaded predicates-core v1.0.6 |
679 | 2024-09-27T16:58:40.705Z | Downloaded serde-big-array v0.5.1 |
680 | 2024-09-27T16:58:40.708Z | Downloaded topological-sort v0.2.2 |
681 | 2024-09-27T16:58:40.708Z | Downloaded env_filter v0.1.2 |
682 | 2024-09-27T16:58:40.711Z | Downloaded enum-as-inner v0.5.1 |
683 | 2024-09-27T16:58:40.711Z | Downloaded tower-layer v0.3.2 |
684 | 2024-09-27T16:58:40.714Z | Downloaded pin-project-lite v0.2.14 |
685 | 2024-09-27T16:58:40.718Z | Downloaded parking_lot_core v0.8.6 |
686 | 2024-09-27T16:58:40.721Z | Downloaded group v0.13.0 |
687 | 2024-09-27T16:58:40.721Z | Downloaded futures-task v0.3.30 |
688 | 2024-09-27T16:58:40.725Z | Downloaded headers-core v0.2.0 |
689 | 2024-09-27T16:58:40.725Z | Downloaded pin-project-internal v1.1.5 |
690 | 2024-09-27T16:58:40.725Z | Downloaded pem v3.0.4 |
691 | 2024-09-27T16:58:40.728Z | Downloaded tracing v0.1.40 |
692 | 2024-09-27T16:58:40.731Z | Downloaded crossterm v0.27.0 |
693 | 2024-09-27T16:58:40.740Z | Downloaded pem-rfc7468 v0.7.0 |
694 | 2024-09-27T16:58:40.743Z | Downloaded fxhash v0.2.1 |
695 | 2024-09-27T16:58:40.743Z | Downloaded psl-types v2.0.11 |
696 | 2024-09-27T16:58:40.743Z | Downloaded rustversion v1.0.17 |
697 | 2024-09-27T16:58:40.756Z | Downloaded mio v1.0.2 |
698 | 2024-09-27T16:58:40.772Z | Downloaded env_logger v0.9.3 |
699 | 2024-09-27T16:58:40.772Z | Downloaded pretty-hex v0.2.1 |
700 | 2024-09-27T16:58:40.772Z | Downloaded globset v0.4.14 |
701 | 2024-09-27T16:58:40.772Z | Downloaded dhcproto-macros v0.1.0 |
702 | 2024-09-27T16:58:40.772Z | Downloaded russh-cryptovec v0.7.2 |
703 | 2024-09-27T16:58:40.776Z | Downloaded serde_urlencoded v0.7.1 |
704 | 2024-09-27T16:58:40.776Z | Downloaded rand_seeder v0.3.0 |
705 | 2024-09-27T16:58:40.776Z | Downloaded float-ord v0.3.2 |
706 | 2024-09-27T16:58:40.776Z | Downloaded tower-service v0.3.2 |
707 | 2024-09-27T16:58:40.776Z | Downloaded sync_wrapper v0.1.2 |
708 | 2024-09-27T16:58:40.777Z | Downloaded ena v0.14.3 |
709 | 2024-09-27T16:58:40.777Z | Downloaded parking_lot_core v0.9.10 |
710 | 2024-09-27T16:58:40.777Z | Downloaded unicase v2.7.0 |
711 | 2024-09-27T16:58:40.777Z | Downloaded foreign-types v0.3.2 |
712 | 2024-09-27T16:58:40.777Z | Downloaded unicode-truncate v1.0.0 |
713 | 2024-09-27T16:58:40.777Z | Downloaded zone v0.1.8 |
714 | 2024-09-27T16:58:40.780Z | Downloaded pin-project v1.1.5 |
715 | 2024-09-27T16:58:40.788Z | Downloaded nu-ansi-term v0.50.0 |
716 | 2024-09-27T16:58:40.791Z | Downloaded glob v0.3.1 |
717 | 2024-09-27T16:58:40.794Z | Downloaded peg-runtime v0.8.3 |
718 | 2024-09-27T16:58:40.794Z | Downloaded expectorate v1.1.0 |
719 | 2024-09-27T16:58:40.797Z | Downloaded semver v0.1.20 |
720 | 2024-09-27T16:58:40.800Z | Downloaded minimal-lexical v0.2.1 |
721 | 2024-09-27T16:58:40.804Z | Downloaded normalize-line-endings v0.3.0 |
722 | 2024-09-27T16:58:40.804Z | Downloaded rpassword v7.3.1 |
723 | 2024-09-27T16:58:40.808Z | Downloaded data-encoding v2.6.0 |
724 | 2024-09-27T16:58:40.808Z | Downloaded try-lock v0.2.5 |
725 | 2024-09-27T16:58:40.808Z | Downloaded float-cmp v0.9.0 |
726 | 2024-09-27T16:58:40.811Z | Downloaded num-bigint v0.4.5 |
727 | 2024-09-27T16:58:40.815Z | Downloaded tls_codec_derive v0.4.1 |
728 | 2024-09-27T16:58:40.819Z | Downloaded nodrop v0.1.14 |
729 | 2024-09-27T16:58:40.819Z | Downloaded postcard v1.0.8 |
730 | 2024-09-27T16:58:40.823Z | Downloaded subtle v2.5.0 |
731 | 2024-09-27T16:58:40.823Z | Downloaded heck v0.3.3 |
732 | 2024-09-27T16:58:40.826Z | Downloaded futures-channel v0.3.30 |
733 | 2024-09-27T16:58:40.826Z | Downloaded samael v0.0.17 |
734 | 2024-09-27T16:58:40.831Z | Downloaded rfc6979 v0.4.0 |
735 | 2024-09-27T16:58:40.834Z | Downloaded num-integer v0.1.46 |
736 | 2024-09-27T16:58:40.837Z | Downloaded slog v2.7.0 |
737 | 2024-09-27T16:58:40.843Z | Downloaded rayon-core v1.12.1 |
738 | 2024-09-27T16:58:40.847Z | Downloaded aho-corasick v1.1.3 |
739 | 2024-09-27T16:58:40.850Z | Downloaded openssl-macros v0.1.1 |
740 | 2024-09-27T16:58:40.850Z | Downloaded static_assertions v1.1.0 |
741 | 2024-09-27T16:58:40.852Z | Downloaded stable_deref_trait v1.2.0 |
742 | 2024-09-27T16:58:40.852Z | Downloaded shell-words v1.1.0 |
743 | 2024-09-27T16:58:40.853Z | Downloaded hashlink v0.9.1 |
744 | 2024-09-27T16:58:40.855Z | Downloaded phf_shared v0.10.0 |
745 | 2024-09-27T16:58:40.855Z | Downloaded des v0.8.1 |
746 | 2024-09-27T16:58:40.858Z | Downloaded rustls-pemfile v2.1.3 |
747 | 2024-09-27T16:58:40.864Z | Downloaded tokio-tungstenite v0.20.1 |
748 | 2024-09-27T16:58:40.864Z | Downloaded strum v0.26.3 |
749 | 2024-09-27T16:58:40.865Z | Downloaded tls_codec v0.4.1 |
750 | 2024-09-27T16:58:40.867Z | Downloaded rand v0.8.5 |
751 | 2024-09-27T16:58:40.872Z | Downloaded yasna v0.5.2 |
752 | 2024-09-27T16:58:40.873Z | Downloaded olpc-cjson v0.1.3 |
753 | 2024-09-27T16:58:40.875Z | Downloaded utf-8 v0.7.6 |
754 | 2024-09-27T16:58:40.875Z | Downloaded derive_builder_macro v0.20.0 |
755 | 2024-09-27T16:58:40.876Z | Downloaded pkg-config v0.3.30 |
756 | 2024-09-27T16:58:40.878Z | Downloaded primeorder v0.13.6 |
757 | 2024-09-27T16:58:40.879Z | Downloaded predicates-tree v1.0.9 |
758 | 2024-09-27T16:58:40.881Z | Downloaded getrandom v0.2.14 |
759 | 2024-09-27T16:58:40.885Z | Downloaded p256 v0.13.2 |
760 | 2024-09-27T16:58:40.888Z | Downloaded darling_macro v0.20.9 |
761 | 2024-09-27T16:58:40.888Z | Downloaded signal-hook-mio v0.2.4 |
762 | 2024-09-27T16:58:40.888Z | Downloaded tokio-util v0.7.11 |
763 | 2024-09-27T16:58:40.895Z | Downloaded futures-executor v0.3.30 |
764 | 2024-09-27T16:58:40.898Z | Downloaded diesel_table_macro_syntax v0.2.0 |
765 | 2024-09-27T16:58:40.898Z | Downloaded peg-macros v0.8.4 |
766 | 2024-09-27T16:58:40.901Z | Downloaded zone v0.3.0 |
767 | 2024-09-27T16:58:40.901Z | Downloaded tiny-keccak v2.0.2 |
768 | 2024-09-27T16:58:40.904Z | Downloaded thread_local v1.1.8 |
769 | 2024-09-27T16:58:40.906Z | Downloaded hkdf v0.12.4 |
770 | 2024-09-27T16:58:40.910Z | Downloaded time-macros v0.2.18 |
771 | 2024-09-27T16:58:40.910Z | Downloaded password-hash v0.4.2 |
772 | 2024-09-27T16:58:40.913Z | Downloaded openssl-probe v0.1.5 |
773 | 2024-09-27T16:58:40.913Z | Downloaded env_logger v0.11.5 |
774 | 2024-09-27T16:58:40.916Z | Downloaded poly1305 v0.8.0 |
775 | 2024-09-27T16:58:40.919Z | Downloaded futures-core v0.3.30 |
776 | 2024-09-27T16:58:40.919Z | Downloaded futures-macro v0.3.30 |
777 | 2024-09-27T16:58:40.922Z | Downloaded structmeta-derive v0.3.0 |
778 | 2024-09-27T16:58:40.922Z | Downloaded defmt-macros v0.3.9 |
779 | 2024-09-27T16:58:40.925Z | Downloaded zerocopy v0.6.6 |
780 | 2024-09-27T16:58:40.928Z | Downloaded tokio-tungstenite v0.23.1 |
781 | 2024-09-27T16:58:40.931Z | Downloaded zone_cfg_derive v0.3.0 |
782 | 2024-09-27T16:58:40.931Z | Downloaded ref-cast-impl v1.0.23 |
783 | 2024-09-27T16:58:40.934Z | Downloaded parse-display-derive v0.10.0 |
784 | 2024-09-27T16:58:40.934Z | Downloaded foreign-types-macros v0.2.3 |
785 | 2024-09-27T16:58:40.934Z | Downloaded phf v0.11.2 |
786 | 2024-09-27T16:58:40.937Z | Downloaded parse-display v0.10.0 |
787 | 2024-09-27T16:58:40.937Z | Downloaded snafu-derive v0.8.2 |
788 | 2024-09-27T16:58:40.943Z | Downloaded publicsuffix v2.2.3 |
789 | 2024-09-27T16:58:40.943Z | Downloaded string_cache v0.8.7 |
790 | 2024-09-27T16:58:40.946Z | Downloaded toml_edit v0.19.15 |
791 | 2024-09-27T16:58:40.960Z | Downloaded stringprep v0.1.4 |
792 | 2024-09-27T16:58:40.965Z | Downloaded proc-macro-crate v1.3.1 |
793 | 2024-09-27T16:58:40.965Z | Downloaded difflib v0.4.0 |
794 | 2024-09-27T16:58:40.965Z | Downloaded pin-utils v0.1.0 |
795 | 2024-09-27T16:58:40.965Z | Downloaded phf_shared v0.11.2 |
796 | 2024-09-27T16:58:40.969Z | Downloaded packed_struct_codegen v0.10.1 |
797 | 2024-09-27T16:58:40.969Z | Downloaded funty v2.0.0 |
798 | 2024-09-27T16:58:40.969Z | Downloaded ron v0.8.1 |
799 | 2024-09-27T16:58:40.973Z | Downloaded rusty-fork v0.3.0 |
800 | 2024-09-27T16:58:40.973Z | Downloaded unsafe-libyaml v0.2.11 |
801 | 2024-09-27T16:58:40.976Z | Downloaded siphasher v0.3.11 |
802 | 2024-09-27T16:58:40.979Z | Downloaded futures v0.3.30 |
803 | 2024-09-27T16:58:40.982Z | Downloaded form_urlencoded v1.2.1 |
804 | 2024-09-27T16:58:40.986Z | Downloaded flume v0.11.0 |
805 | 2024-09-27T16:58:40.988Z | Downloaded serde_with v3.9.0 |
806 | 2024-09-27T16:58:40.996Z | Downloaded fragile v2.0.0 |
807 | 2024-09-27T16:58:40.999Z | Downloaded ed25519 v2.2.3 |
808 | 2024-09-27T16:58:41.002Z | Downloaded itertools v0.13.0 |
809 | 2024-09-27T16:58:41.006Z | Downloaded pkcs1 v0.7.5 |
810 | 2024-09-27T16:58:41.010Z | Downloaded dropshot_endpoint v0.10.1 |
811 | 2024-09-27T16:58:41.010Z | Downloaded subprocess v0.2.9 |
812 | 2024-09-27T16:58:41.013Z | Downloaded num-traits v0.2.19 |
813 | 2024-09-27T16:58:41.016Z | Downloaded tungstenite v0.20.1 |
814 | 2024-09-27T16:58:41.022Z | Downloaded shlex v1.3.0 |
815 | 2024-09-27T16:58:41.031Z | Downloaded x509-cert v0.2.5 |
816 | 2024-09-27T16:58:41.046Z | Downloaded tokio-tungstenite v0.21.0 |
817 | 2024-09-27T16:58:41.046Z | Downloaded similar v2.6.0 |
818 | 2024-09-27T16:58:41.046Z | Downloaded derive_more v0.99.18 |
819 | 2024-09-27T16:58:41.049Z | Downloaded socket2 v0.5.7 |
820 | 2024-09-27T16:58:41.049Z | Downloaded tokio-rustls v0.26.0 |
821 | 2024-09-27T16:58:41.050Z | Downloaded rsa v0.9.6 |
822 | 2024-09-27T16:58:41.050Z | Downloaded tinyvec v1.6.0 |
823 | 2024-09-27T16:58:41.053Z | Downloaded sqlparser v0.45.0 |
824 | 2024-09-27T16:58:41.057Z | Downloaded hyper v0.14.30 |
825 | 2024-09-27T16:58:41.064Z | Downloaded serde_yaml v0.9.34+deprecated |
826 | 2024-09-27T16:58:41.068Z | Downloaded diesel_derives v2.2.2 |
827 | 2024-09-27T16:58:41.073Z | Downloaded hashbrown v0.12.3 |
828 | 2024-09-27T16:58:41.077Z | Downloaded ron v0.7.1 |
829 | 2024-09-27T16:58:41.082Z | Downloaded darling_core v0.20.9 |
830 | 2024-09-27T16:58:41.086Z | Downloaded signal-hook v0.3.17 |
831 | 2024-09-27T16:58:41.090Z | Downloaded unicode-segmentation v1.11.0 |
832 | 2024-09-27T16:58:41.093Z | Downloaded hashbrown v0.13.2 |
833 | 2024-09-27T16:58:41.104Z | Downloaded socket2 v0.4.10 |
834 | 2024-09-27T16:58:41.108Z | Downloaded tokio-postgres v0.7.11 |
835 | 2024-09-27T16:58:41.108Z | Downloaded snafu v0.8.2 |
836 | 2024-09-27T16:58:41.112Z | Downloaded steno v0.4.1 |
837 | 2024-09-27T16:58:41.120Z | Downloaded tower v0.4.13 |
838 | 2024-09-27T16:58:41.124Z | Downloaded idna v0.4.0 |
839 | 2024-09-27T16:58:41.131Z | Downloaded time v0.3.36 |
840 | 2024-09-27T16:58:41.138Z | Downloaded ed25519-dalek v2.1.1 |
841 | 2024-09-27T16:58:41.141Z | Downloaded url v2.5.2 |
842 | 2024-09-27T16:58:41.145Z | Downloaded tough v0.17.1 |
843 | 2024-09-27T16:58:41.154Z | Downloaded h2 v0.3.26 |
844 | 2024-09-27T16:58:41.159Z | Downloaded h2 v0.4.6 |
845 | 2024-09-27T16:58:41.167Z | Downloaded lalrpop v0.19.12 |
846 | 2024-09-27T16:58:41.179Z | Downloaded winnow v0.5.40 |
847 | 2024-09-27T16:58:41.187Z | Downloaded rustyline v14.0.0 |
848 | 2024-09-27T16:58:41.193Z | Downloaded ssh-key v0.6.6 |
849 | 2024-09-27T16:58:41.199Z | Downloaded idna v0.3.0 |
850 | 2024-09-27T16:58:41.207Z | Downloaded p384 v0.13.0 |
851 | 2024-09-27T16:58:41.223Z | Downloaded p521 v0.13.3 |
852 | 2024-09-27T16:58:41.226Z | Downloaded bindgen v0.69.4 |
853 | 2024-09-27T16:58:41.226Z | Downloaded nom v7.1.3 |
854 | 2024-09-27T16:58:41.233Z | Downloaded rusqlite v0.32.1 |
855 | 2024-09-27T16:58:41.246Z | Downloaded nix v0.28.0 |
856 | 2024-09-27T16:58:41.261Z | Downloaded curve25519-dalek v4.1.3 |
857 | 2024-09-27T16:58:41.268Z | Downloaded salty v0.3.0 |
858 | 2024-09-27T16:58:41.268Z | Downloaded futures-util v0.3.30 |
859 | 2024-09-27T16:58:41.276Z | Downloaded rustls-webpki v0.102.4 |
860 | 2024-09-27T16:58:41.294Z | Downloaded rayon v1.10.0 |
861 | 2024-09-27T16:58:41.305Z | Downloaded proptest v1.5.0 |
862 | 2024-09-27T16:58:41.313Z | Downloaded smoltcp v0.9.1 |
863 | 2024-09-27T16:58:41.328Z | Downloaded regex v1.10.6 |
864 | 2024-09-27T16:58:41.340Z | Downloaded object v0.30.4 |
865 | 2024-09-27T16:58:41.347Z | Downloaded smoltcp v0.11.0 |
866 | 2024-09-27T16:58:41.360Z | Downloaded object v0.32.2 |
867 | 2024-09-27T16:58:41.370Z | Downloaded dropshot v0.10.1 |
868 | 2024-09-27T16:58:41.380Z | Downloaded polar-core v0.27.3 |
869 | 2024-09-27T16:58:41.390Z | Downloaded openapiv3 v2.0.0 |
870 | 2024-09-27T16:58:41.405Z | Downloaded regress v0.9.1 |
871 | 2024-09-27T16:58:41.415Z | Downloaded regex-syntax v0.8.4 |
872 | 2024-09-27T16:58:41.421Z | Downloaded rustls v0.22.4 |
873 | 2024-09-27T16:58:41.433Z | Downloaded diesel v2.2.4 |
874 | 2024-09-27T16:58:41.452Z | Downloaded rustls v0.23.10 |
875 | 2024-09-27T16:58:41.470Z | Downloaded sled v0.34.7 |
876 | 2024-09-27T16:58:41.485Z | Downloaded ratatui v0.28.0 |
877 | 2024-09-27T16:58:41.498Z | Downloaded zerocopy-derive v0.6.6 |
878 | 2024-09-27T16:58:41.508Z | Downloaded regex-automata v0.4.6 |
879 | 2024-09-27T16:58:41.526Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
880 | 2024-09-27T16:58:41.538Z | Downloaded sha3 v0.10.8 |
881 | 2024-09-27T16:58:41.543Z | Downloaded nix v0.29.0 |
882 | 2024-09-27T16:58:41.554Z | Downloaded openssl v0.10.66 |
883 | 2024-09-27T16:58:41.563Z | Downloaded rustls v0.21.12 |
884 | 2024-09-27T16:58:41.582Z | Downloaded finl_unicode v1.2.0 |
885 | 2024-09-27T16:58:41.597Z | Downloaded regex-syntax v0.6.29 |
886 | 2024-09-27T16:58:41.601Z | Downloaded petgraph v0.6.5 |
887 | 2024-09-27T16:58:41.612Z | Downloaded csv v1.3.0 |
888 | 2024-09-27T16:58:41.633Z | Downloaded tokio v1.39.3 |
889 | 2024-09-27T16:58:41.670Z | Downloaded gimli v0.28.1 |
890 | 2024-09-27T16:58:41.690Z | Downloaded bstr v1.9.1 |
891 | 2024-09-27T16:58:41.702Z | Downloaded radix_trie v0.2.1 |
892 | 2024-09-27T16:58:41.708Z | Downloaded trust-dns-proto v0.22.0 |
893 | 2024-09-27T16:58:41.713Z | Downloaded hickory-proto v0.24.1 |
894 | 2024-09-27T16:58:41.722Z | Downloaded webpki-roots v0.25.4 |
895 | 2024-09-27T16:58:41.726Z | Downloaded nix v0.27.1 |
896 | 2024-09-27T16:58:41.736Z | Downloaded portable-atomic v1.6.0 |
897 | 2024-09-27T16:58:41.742Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
898 | 2024-09-27T16:58:41.800Z | Downloaded encoding_rs v0.8.34 |
899 | 2024-09-27T16:58:41.822Z | Downloaded git2 v0.19.0 |
900 | 2024-09-27T16:58:41.830Z | Downloaded idna v0.5.0 |
901 | 2024-09-27T16:58:41.838Z | Downloaded quick-xml v0.33.0 |
902 | 2024-09-27T16:58:41.865Z | Downloaded vcpkg v0.2.15 |
903 | 2024-09-27T16:58:41.907Z | Downloaded chrono v0.4.38 |
904 | 2024-09-27T16:58:41.917Z | Downloaded idna v0.2.3 |
905 | 2024-09-27T16:58:41.921Z | Downloaded bitvec v1.0.1 |
906 | 2024-09-27T16:58:41.937Z | Downloaded rustls-webpki v0.101.7 |
907 | 2024-09-27T16:58:41.952Z | Downloaded heapless v0.7.17 |
908 | 2024-09-27T16:58:41.955Z | Downloaded foreign-types v0.5.0 |
909 | 2024-09-27T16:58:41.961Z | Downloaded dirs-next v2.0.0 |
910 | 2024-09-27T16:58:41.961Z | Downloaded num-iter v0.1.45 |
911 | 2024-09-27T16:58:41.961Z | Downloaded parking_lot v0.11.2 |
912 | 2024-09-27T16:58:41.985Z | Downloaded tokio-rustls v0.25.0 |
913 | 2024-09-27T16:58:41.985Z | Downloaded heapless v0.8.0 |
914 | 2024-09-27T16:58:41.993Z | Downloaded reqwest v0.11.27 |
915 | 2024-09-27T16:58:41.993Z | Downloaded blake3 v1.5.1 |
916 | 2024-09-27T16:58:41.993Z | Downloaded unicode-normalization v0.1.23 |
917 | 2024-09-27T16:58:41.997Z | Downloaded num-bigint-dig v0.8.4 |
918 | 2024-09-27T16:58:41.998Z | Downloaded strum_macros v0.26.4 |
919 | 2024-09-27T16:58:42.002Z | Downloaded num-rational v0.4.2 |
920 | 2024-09-27T16:58:42.002Z | Downloaded walkdir v2.5.0 |
921 | 2024-09-27T16:58:42.005Z | Downloaded untrusted v0.7.1 |
922 | 2024-09-27T16:58:42.005Z | Downloaded prettyplease v0.2.20 |
923 | 2024-09-27T16:58:42.008Z | Downloaded hyper v1.4.1 |
924 | 2024-09-27T16:58:42.012Z | Downloaded flate2 v1.0.33 |
925 | 2024-09-27T16:58:42.019Z | Downloaded debug-ignore v1.0.5 |
926 | 2024-09-27T16:58:42.022Z | Downloaded downcast v0.11.0 |
927 | 2024-09-27T16:58:42.022Z | Downloaded crossterm v0.28.1 |
928 | 2024-09-27T16:58:42.028Z | Downloaded salsa20 v0.10.2 |
929 | 2024-09-27T16:58:42.034Z | Downloaded tui-tree-widget v0.22.0 |
930 | 2024-09-27T16:58:42.034Z | Downloaded structmeta v0.3.0 |
931 | 2024-09-27T16:58:42.034Z | Downloaded structmeta v0.2.0 |
932 | 2024-09-27T16:58:42.042Z | Downloaded strip-ansi-escapes v0.2.0 |
933 | 2024-09-27T16:58:42.042Z | Downloaded packed_struct v0.10.1 |
934 | 2024-09-27T16:58:42.042Z | Downloaded der v0.7.9 |
935 | 2024-09-27T16:58:42.047Z | Downloaded time-core v0.1.2 |
936 | 2024-09-27T16:58:42.047Z | Downloaded sha1 v0.10.6 |
937 | 2024-09-27T16:58:42.047Z | Downloaded pbkdf2 v0.12.2 |
938 | 2024-09-27T16:58:42.047Z | Downloaded pbkdf2 v0.11.0 |
939 | 2024-09-27T16:58:42.051Z | Downloaded tungstenite v0.23.0 |
940 | 2024-09-27T16:58:42.051Z | Downloaded tungstenite v0.21.0 |
941 | 2024-09-27T16:58:42.058Z | Downloaded headers v0.3.9 |
942 | 2024-09-27T16:58:42.064Z | Downloaded num_threads v0.1.7 |
943 | 2024-09-27T16:58:42.068Z | Downloaded zone_cfg_derive v0.1.2 |
944 | 2024-09-27T16:58:42.068Z | Downloaded waitgroup v0.1.2 |
945 | 2024-09-27T16:58:42.068Z | Downloaded libxml v0.3.3 |
946 | 2024-09-27T16:58:42.072Z | Downloaded unicode-xid v0.2.4 |
947 | 2024-09-27T16:58:42.075Z | Downloaded getopts v0.2.21 |
948 | 2024-09-27T16:58:42.075Z | Downloaded reedline v0.33.0 |
949 | 2024-09-27T16:58:42.082Z | Downloaded itertools v0.10.5 |
950 | 2024-09-27T16:58:42.090Z | Downloaded env_logger v0.10.2 |
951 | 2024-09-27T16:58:42.098Z | Downloaded libz-sys v1.1.16 |
952 | 2024-09-27T16:58:42.163Z | Downloaded serde_with_macros v3.9.0 |
953 | 2024-09-27T16:58:42.166Z | Downloaded dhcproto v0.12.0 |
954 | 2024-09-27T16:58:42.166Z | Downloaded aes-gcm v0.10.3 |
955 | 2024-09-27T16:58:42.169Z | Downloaded rtoolbox v0.0.2 |
956 | 2024-09-27T16:58:42.169Z | Downloaded quick-error v1.2.3 |
957 | 2024-09-27T16:58:42.169Z | Downloaded diff v0.1.13 |
958 | 2024-09-27T16:58:42.177Z | Downloaded rustfmt-wrapper v0.2.1 |
959 | 2024-09-27T16:58:42.183Z | Downloaded num_enum v0.5.11 |
960 | 2024-09-27T16:58:42.183Z | Downloaded russh v0.45.0 |
961 | 2024-09-27T16:58:42.183Z | Downloaded itertools v0.12.1 |
962 | 2024-09-27T16:58:42.190Z | Downloaded ghash v0.5.1 |
963 | 2024-09-27T16:58:42.194Z | Downloaded polyval v0.6.2 |
964 | 2024-09-27T16:58:42.194Z | Downloaded tar v0.4.41 |
965 | 2024-09-27T16:58:42.197Z | Downloaded unicode-bidi v0.3.15 |
966 | 2024-09-27T16:58:42.201Z | Downloaded unicode_categories v0.1.1 |
967 | 2024-09-27T16:58:42.201Z | Downloaded tracing-core v0.1.32 |
968 | 2024-09-27T16:58:42.204Z | Downloaded xattr v1.3.1 |
969 | 2024-09-27T16:58:42.207Z | Downloaded unarray v0.1.4 |
970 | 2024-09-27T16:58:42.207Z | Downloaded structmeta-derive v0.2.0 |
971 | 2024-09-27T16:58:42.207Z | Downloaded serde_repr v0.1.19 |
972 | 2024-09-27T16:58:42.210Z | Downloaded futures-sink v0.3.30 |
973 | 2024-09-27T16:58:42.210Z | Downloaded ring v0.17.8 |
974 | 2024-09-27T16:58:42.278Z | Downloaded libsqlite3-sys v0.30.1 |
975 | 2024-09-27T16:58:42.365Z | Downloaded typed-path v0.7.1 |
976 | 2024-09-27T16:58:42.376Z | Downloaded password-hash v0.5.0 |
977 | 2024-09-27T16:58:42.376Z | Downloaded oso v0.27.3 |
978 | 2024-09-27T16:58:42.381Z | Downloaded whoami v1.5.1 |
979 | 2024-09-27T16:58:42.381Z | Downloaded omicron-zone-package v0.11.0 |
980 | 2024-09-27T16:58:42.381Z | Downloaded tap v1.0.1 |
981 | 2024-09-27T16:58:42.381Z | Downloaded tabwriter v1.4.0 |
982 | 2024-09-27T16:58:42.381Z | Downloaded serde-hex v0.1.0 |
983 | 2024-09-27T16:58:42.381Z | Downloaded sec1 v0.7.3 |
984 | 2024-09-27T16:58:42.385Z | Downloaded rand_xorshift v0.3.0 |
985 | 2024-09-27T16:58:42.385Z | Downloaded ring v0.16.20 |
986 | 2024-09-27T16:58:42.465Z | Downloaded fatfs v0.3.6 |
987 | 2024-09-27T16:58:42.469Z | Downloaded ecdsa v0.16.9 |
988 | 2024-09-27T16:58:42.472Z | Downloaded defmt v0.3.8 |
989 | 2024-09-27T16:58:42.476Z | Downloaded crypto-bigint v0.5.5 |
990 | 2024-09-27T16:58:42.479Z | Downloaded tokio-rustls v0.24.1 |
991 | 2024-09-27T16:58:42.482Z | Downloaded vte v0.11.1 |
992 | 2024-09-27T16:58:42.485Z | Downloaded uuid v1.10.0 |
993 | 2024-09-27T16:58:42.489Z | Downloaded aes v0.8.4 |
994 | 2024-09-27T16:58:42.494Z | Downloaded base64 v0.21.7 |
995 | 2024-09-27T16:58:42.498Z | Downloaded owo-colors v4.0.0 |
996 | 2024-09-27T16:58:42.498Z | Downloaded num-complex v0.4.6 |
997 | 2024-09-27T16:58:42.498Z | Downloaded pkcs5 v0.7.1 |
998 | 2024-09-27T16:58:42.502Z | Downloaded openssl-sys v0.9.103 |
999 | 2024-09-27T16:58:42.507Z | Downloaded num_enum_derive v0.5.11 |
1000 | 2024-09-27T16:58:42.510Z | Downloaded http v0.2.12 |
1001 | 2024-09-27T16:58:42.515Z | Downloaded fallible-streaming-iterator v0.1.9 |
1002 | 2024-09-27T16:58:42.515Z | Downloaded erased-serde v0.3.31 |
1003 | 2024-09-27T16:58:42.519Z | Downloaded russh-keys v0.45.0 |
1004 | 2024-09-27T16:58:42.519Z | Downloaded elliptic-curve v0.13.8 |
1005 | 2024-09-27T16:58:42.522Z | Downloaded vsss-rs v3.3.4 |
1006 | 2024-09-27T16:58:42.525Z | Downloaded scheduled-thread-pool v0.2.7 |
1007 | 2024-09-27T16:58:42.525Z | Downloaded derive-where v1.2.7 |
1008 | 2024-09-27T16:58:42.530Z | Downloaded zip v0.6.6 |
1009 | 2024-09-27T16:58:42.535Z | Downloaded rcgen v0.12.1 |
1010 | 2024-09-27T16:58:42.550Z | Downloaded cc v1.0.97 |
1011 | 2024-09-27T16:58:42.550Z | Downloaded slog-async v2.8.0 |
1012 | 2024-09-27T16:58:42.555Z | Downloaded scrypt v0.11.0 |
1013 | 2024-09-27T16:58:42.555Z | Downloaded half v2.4.1 |
1014 | 2024-09-27T16:58:42.556Z | Downloaded predicates v3.1.2 |
1015 | 2024-09-27T16:58:42.556Z | Downloaded untrusted v0.9.0 |
1016 | 2024-09-27T16:58:42.556Z | Downloaded schemars_derive v0.8.21 |
1017 | 2024-09-27T16:58:42.556Z | Downloaded rand_core v0.6.4 |
1018 | 2024-09-27T16:58:42.556Z | Downloaded rand_chacha v0.3.1 |
1019 | 2024-09-27T16:58:42.556Z | Downloaded radium v0.7.0 |
1020 | 2024-09-27T16:58:42.556Z | Downloaded r2d2 v0.8.10 |
1021 | 2024-09-27T16:58:42.556Z | Downloaded tokio-stream v0.1.15 |
1022 | 2024-09-27T16:58:42.559Z | Downloaded slog-dtrace v0.3.0 |
1023 | 2024-09-27T16:58:42.559Z | Downloaded sct v0.7.1 |
1024 | 2024-09-27T16:58:42.562Z | Downloaded want v0.3.1 |
1025 | 2024-09-27T16:58:42.565Z | Downloaded num-derive v0.4.2 |
1026 | 2024-09-27T16:58:42.565Z | Downloaded fixedbitset v0.4.2 |
1027 | 2024-09-27T16:58:42.569Z | Downloaded fallible-iterator v0.3.0 |
1028 | 2024-09-27T16:58:42.569Z | Downloaded fallible-iterator v0.2.0 |
1029 | 2024-09-27T16:58:42.570Z | Downloaded dsl_auto_type v0.1.2 |
1030 | 2024-09-27T16:58:42.572Z | Downloaded deranged v0.3.11 |
1031 | 2024-09-27T16:58:42.573Z | Downloaded defmt-parser v0.3.4 |
1032 | 2024-09-27T16:58:42.573Z | Downloaded rustc-demangle v0.1.24 |
1033 | 2024-09-27T16:58:42.576Z | Downloaded toml v0.7.8 |
1034 | 2024-09-27T16:58:42.580Z | Downloaded indicatif v0.17.8 |
1035 | 2024-09-27T16:58:42.586Z | Downloaded crossbeam-channel v0.5.12 |
1036 | 2024-09-27T16:58:42.586Z | Downloaded uzers v0.11.3 |
1037 | 2024-09-27T16:58:42.591Z | Downloaded backtrace v0.3.71 |
1038 | 2024-09-27T16:58:42.596Z | Downloaded smf v0.2.3 |
1039 | 2024-09-27T16:58:42.596Z | Downloaded slog-stdlog v4.1.1 |
1040 | 2024-09-27T16:58:42.599Z | Downloaded slab v0.4.9 |
1041 | 2024-09-27T16:58:42.599Z | Downloaded same-file v1.0.6 |
1042 | 2024-09-27T16:58:42.599Z | Downloaded rustc_version v0.4.0 |
1043 | 2024-09-27T16:58:42.599Z | Downloaded ppv-lite86 v0.2.17 |
1044 | 2024-09-27T16:58:42.599Z | Downloaded mockall_derive v0.13.0 |
1045 | 2024-09-27T16:58:42.602Z | Downloaded value-bag v1.9.0 |
1046 | 2024-09-27T16:58:42.605Z | Downloaded tracing-attributes v0.1.27 |
1047 | 2024-09-27T16:58:42.606Z | Downloaded crc-any v2.5.0 |
1048 | 2024-09-27T16:58:42.609Z | Downloaded parse-size v1.0.0 |
1049 | 2024-09-27T16:58:42.609Z | Downloaded smallvec v1.13.2 |
1050 | 2024-09-27T16:58:42.613Z | Downloaded memmap2 v0.9.4 |
1051 | 2024-09-27T16:58:42.613Z | Downloaded hickory-resolver v0.24.1 |
1052 | 2024-09-27T16:58:42.617Z | Downloaded spin v0.5.2 |
1053 | 2024-09-27T16:58:42.620Z | Downloaded fd-lock v4.0.2 |
1054 | 2024-09-27T16:58:42.620Z | Downloaded dirs-sys-next v0.1.2 |
1055 | 2024-09-27T16:58:42.623Z | Downloaded wyz v0.5.1 |
1056 | 2024-09-27T16:58:42.623Z | Downloaded csv-core v0.1.11 |
1057 | 2024-09-27T16:58:42.624Z | Downloaded cookie v0.17.0 |
1058 | 2024-09-27T16:58:42.627Z | Downloaded base64ct v1.6.0 |
1059 | 2024-09-27T16:58:42.630Z | Downloaded console v0.15.8 |
1060 | 2024-09-27T16:58:42.630Z | Downloaded ciborium v0.2.2 |
1061 | 2024-09-27T16:58:42.634Z | Downloaded castaway v0.2.3 |
1062 | 2024-09-27T16:58:42.636Z | Downloaded cancel-safe-futures v0.1.5 |
1063 | 2024-09-27T16:58:42.658Z | Downloaded tokio-macros v2.4.0 |
1064 | 2024-09-27T16:58:42.658Z | Downloaded crc32fast v1.4.0 |
1065 | 2024-09-27T16:58:42.658Z | Downloaded httparse v1.8.0 |
1066 | 2024-09-27T16:58:42.664Z | Downloaded libloading v0.8.3 |
1067 | 2024-09-27T16:58:42.664Z | Downloaded inout v0.1.3 |
1068 | 2024-09-27T16:58:42.664Z | Downloaded ssh-encoding v0.2.0 |
1069 | 2024-09-27T16:58:42.664Z | Downloaded sqlformat v0.2.4 |
1070 | 2024-09-27T16:58:42.664Z | Downloaded newtype-uuid v1.1.0 |
1071 | 2024-09-27T16:58:42.664Z | Downloaded nanorand v0.7.0 |
1072 | 2024-09-27T16:58:42.664Z | Downloaded ssh-cipher v0.2.0 |
1073 | 2024-09-27T16:58:42.664Z | Downloaded signal-hook-registry v1.4.2 |
1074 | 2024-09-27T16:58:42.664Z | Downloaded maybe-uninit v2.0.0 |
1075 | 2024-09-27T16:58:42.664Z | Downloaded bzip2 v0.4.4 |
1076 | 2024-09-27T16:58:42.664Z | Downloaded backoff v0.4.0 |
1077 | 2024-09-27T16:58:42.664Z | Downloaded allocator-api2 v0.2.18 |
1078 | 2024-09-27T16:58:42.664Z | Downloaded addr2line v0.21.0 |
1079 | 2024-09-27T16:58:42.668Z | Downloaded libefi-sys v0.1.0 |
1080 | 2024-09-27T16:58:42.669Z | Downloaded chacha20poly1305 v0.10.1 |
1081 | 2024-09-27T16:58:42.669Z | Downloaded bytes v1.7.2 |
1082 | 2024-09-27T16:58:42.672Z | Downloaded keccak v0.1.5 |
1083 | 2024-09-27T16:58:42.673Z | Downloaded indent_write v2.2.0 |
1084 | 2024-09-27T16:58:42.673Z | Downloaded compact_str v0.8.0 |
1085 | 2024-09-27T16:58:42.677Z | Downloaded bitfield-struct v0.6.1 |
1086 | 2024-09-27T16:58:42.677Z | Downloaded block-padding v0.3.3 |
1087 | 2024-09-27T16:58:42.677Z | Downloaded chacha20 v0.9.1 |
1088 | 2024-09-27T16:58:42.681Z | Downloaded blowfish v0.9.1 |
1089 | 2024-09-27T16:58:42.681Z | Downloaded bcrypt-pbkdf v0.10.0 |
1090 | 2024-09-27T16:58:42.681Z | Downloaded ahash v0.8.11 |
1091 | 2024-09-27T16:58:42.684Z | Downloaded lru v0.12.3 |
1092 | 2024-09-27T16:58:42.684Z | Downloaded indexmap v1.9.3 |
1093 | 2024-09-27T16:58:42.690Z | Downloaded miniz_oxide v0.8.0 |
1094 | 2024-09-27T16:58:42.690Z | Downloaded crossbeam-epoch v0.9.18 |
1095 | 2024-09-27T16:58:42.693Z | Downloaded const-oid v0.9.6 |
1096 | 2024-09-27T16:58:42.696Z | Downloaded hmac v0.12.1 |
1097 | 2024-09-27T16:58:42.696Z | Downloaded async-trait v0.1.82 |
1098 | 2024-09-27T16:58:42.699Z | Downloaded async-stream v0.3.5 |
1099 | 2024-09-27T16:58:42.702Z | Downloaded argon2 v0.5.3 |
1100 | 2024-09-27T16:58:42.702Z | Downloaded kstat-rs v0.2.4 |
1101 | 2024-09-27T16:58:42.708Z | Downloaded httpdate v1.0.3 |
1102 | 2024-09-27T16:58:42.708Z | Downloaded array-init v0.0.4 |
1103 | 2024-09-27T16:58:42.708Z | Downloaded adler2 v2.0.0 |
1104 | 2024-09-27T16:58:42.708Z | Downloaded humantime v2.1.0 |
1105 | 2024-09-27T16:58:42.711Z | Downloaded hyper-staticfile v0.9.5 |
1106 | 2024-09-27T16:58:42.712Z | Downloaded ascii v1.1.0 |
1107 | 2024-09-27T16:58:42.712Z | Downloaded ascii-canvas v3.0.0 |
1108 | 2024-09-27T16:58:42.712Z | Downloaded indoc v1.0.9 |
1109 | 2024-09-27T16:58:42.715Z | Downloaded linked-hash-map v0.5.6 |
1110 | 2024-09-27T16:58:42.715Z | Downloaded cassowary v0.3.0 |
1111 | 2024-09-27T16:58:42.719Z | Downloaded hex v0.4.3 |
1112 | 2024-09-27T16:58:42.719Z | Downloaded curve25519-dalek-derive v0.1.1 |
1113 | 2024-09-27T16:58:42.719Z | Downloaded bit-set v0.5.3 |
1114 | 2024-09-27T16:58:42.725Z | Downloaded cobs v0.2.3 |
1115 | 2024-09-27T16:58:42.725Z | Downloaded cexpr v0.6.0 |
1116 | 2024-09-27T16:58:42.725Z | Downloaded cbc v0.1.2 |
1117 | 2024-09-27T16:58:42.728Z | Downloaded bitflags v1.3.2 |
1118 | 2024-09-27T16:58:42.728Z | Downloaded bb8 v0.8.5 |
1119 | 2024-09-27T16:58:42.728Z | Downloaded http-body v1.0.0 |
1120 | 2024-09-27T16:58:42.729Z | Downloaded cipher v0.4.4 |
1121 | 2024-09-27T16:58:42.732Z | Downloaded bitfield v0.14.0 |
1122 | 2024-09-27T16:58:42.732Z | Downloaded atomic-waker v1.1.2 |
1123 | 2024-09-27T16:58:42.831Z | Compiling serde v1.0.208 |
1124 | 2024-09-27T16:58:42.837Z | Compiling typenum v1.17.0 |
1125 | 2024-09-27T16:58:42.837Z | Compiling generic-array v0.14.7 |
1126 | 2024-09-27T16:58:42.837Z | Compiling lock_api v0.4.12 |
1127 | 2024-09-27T16:58:42.837Z | Compiling scopeguard v1.2.0 |
1128 | 2024-09-27T16:58:43.026Z | Compiling syn v2.0.74 |
1129 | 2024-09-27T16:58:43.039Z | Compiling getrandom v0.2.14 |
1130 | 2024-09-27T16:58:43.043Z | Compiling value-bag v1.9.0 |
1131 | 2024-09-27T16:58:43.150Z | Compiling const-oid v0.9.6 |
1132 | 2024-09-27T16:58:43.304Z | Compiling rand_core v0.6.4 |
1133 | 2024-09-27T16:58:43.568Z | Compiling log v0.4.21 |
1134 | 2024-09-27T16:58:43.662Z | Compiling subtle v2.5.0 |
1135 | 2024-09-27T16:58:43.828Z | Compiling jobserver v0.1.32 |
1136 | 2024-09-27T16:58:43.983Z | Compiling smallvec v1.13.2 |
1137 | 2024-09-27T16:58:44.117Z | Compiling pin-project-lite v0.2.14 |
1138 | 2024-09-27T16:58:44.132Z | Compiling parking_lot_core v0.9.10 |
1139 | 2024-09-27T16:58:44.239Z | Compiling cc v1.0.97 |
1140 | 2024-09-27T16:58:44.389Z | Compiling signal-hook-registry v1.4.2 |
1141 | 2024-09-27T16:58:44.410Z | Compiling mio v1.0.2 |
1142 | 2024-09-27T16:58:44.754Z | Compiling socket2 v0.5.7 |
1143 | 2024-09-27T16:58:45.065Z | Compiling parking_lot v0.12.2 |
1144 | 2024-09-27T16:58:45.194Z | Compiling ahash v0.8.11 |
1145 | 2024-09-27T16:58:45.268Z | Compiling cpufeatures v0.2.12 |
1146 | 2024-09-27T16:58:45.371Z | Compiling futures-core v0.3.30 |
1147 | 2024-09-27T16:58:45.544Z | Compiling futures-sink v0.3.30 |
1148 | 2024-09-27T16:58:45.629Z | Compiling slab v0.4.9 |
1149 | 2024-09-27T16:58:45.679Z | Compiling allocator-api2 v0.2.18 |
1150 | 2024-09-27T16:58:45.697Z | Compiling spin v0.9.8 |
1151 | 2024-09-27T16:58:45.700Z | Compiling tinyvec_macros v0.1.1 |
1152 | 2024-09-27T16:58:45.736Z | Compiling futures-channel v0.3.30 |
1153 | 2024-09-27T16:58:45.798Z | Compiling tinyvec v1.6.0 |
1154 | 2024-09-27T16:58:45.988Z | Compiling base64ct v1.6.0 |
1155 | 2024-09-27T16:58:46.090Z | Compiling pin-utils v0.1.0 |
1156 | 2024-09-27T16:58:46.129Z | Compiling futures-io v0.3.30 |
1157 | 2024-09-27T16:58:46.185Z | Compiling serde_json v1.0.125 |
1158 | 2024-09-27T16:58:46.343Z | Compiling libm v0.2.8 |
1159 | 2024-09-27T16:58:46.443Z | Compiling futures-task v0.3.30 |
1160 | 2024-09-27T16:58:46.464Z | Compiling pem-rfc7468 v0.7.0 |
1161 | 2024-09-27T16:58:46.542Z | Compiling num-traits v0.2.19 |
1162 | 2024-09-27T16:58:46.587Z | Compiling unicode-bidi v0.3.15 |
1163 | 2024-09-27T16:58:46.723Z | Compiling flagset v0.4.5 |
1164 | 2024-09-27T16:58:47.030Z | Compiling tracing-core v0.1.32 |
1165 | 2024-09-27T16:58:47.178Z | Compiling vcpkg v0.2.15 |
1166 | 2024-09-27T16:58:47.216Z | Compiling pkg-config v0.3.30 |
1167 | 2024-09-27T16:58:47.377Z | Compiling unicode-normalization v0.1.23 |
1168 | 2024-09-27T16:58:48.324Z | Compiling percent-encoding v2.3.1 |
1169 | 2024-09-27T16:58:48.360Z | Compiling ring v0.17.8 |
1170 | 2024-09-27T16:58:48.475Z | Compiling ppv-lite86 v0.2.17 |
1171 | 2024-09-27T16:58:48.535Z | Compiling httparse v1.8.0 |
1172 | 2024-09-27T16:58:48.721Z | Compiling try-lock v0.2.5 |
1173 | 2024-09-27T16:58:48.818Z | Compiling untrusted v0.9.0 |
1174 | 2024-09-27T16:58:48.866Z | Compiling rustix v0.38.34 |
1175 | 2024-09-27T16:58:49.013Z | Compiling want v0.3.1 |
1176 | 2024-09-27T16:58:49.249Z | Compiling rand_chacha v0.3.1 |
1177 | 2024-09-27T16:58:49.280Z | Compiling foreign-types-shared v0.1.1 |
1178 | 2024-09-27T16:58:49.388Z | Compiling num-conv v0.1.0 |
1179 | 2024-09-27T16:58:49.434Z | Compiling openssl-sys v0.9.103 |
1180 | 2024-09-27T16:58:49.682Z | Compiling rand v0.8.5 |
1181 | 2024-09-27T16:58:49.749Z | Compiling powerfmt v0.2.0 |
1182 | 2024-09-27T16:58:49.767Z | Compiling tower-service v0.3.2 |
1183 | 2024-09-27T16:58:49.888Z | Compiling time-core v0.1.2 |
1184 | 2024-09-27T16:58:50.079Z | Compiling httpdate v1.0.3 |
1185 | 2024-09-27T16:58:50.253Z | Compiling openssl v0.10.66 |
1186 | 2024-09-27T16:58:50.272Z | Compiling rustversion v1.0.17 |
1187 | 2024-09-27T16:58:50.548Z | Compiling time-macros v0.2.18 |
1188 | 2024-09-27T16:58:50.730Z | Compiling deranged v0.3.11 |
1189 | 2024-09-27T16:58:51.062Z | Compiling foreign-types v0.3.2 |
1190 | 2024-09-27T16:58:51.161Z | Compiling form_urlencoded v1.2.1 |
1191 | 2024-09-27T16:58:51.453Z | Compiling aho-corasick v1.1.3 |
1192 | 2024-09-27T16:58:51.486Z | Compiling syn v1.0.109 |
1193 | 2024-09-27T16:58:51.573Z | Compiling siphasher v0.3.11 |
1194 | 2024-09-27T16:58:51.958Z | Compiling rustls v0.21.12 |
1195 | 2024-09-27T16:58:51.978Z | Compiling native-tls v0.2.11 |
1196 | 2024-09-27T16:58:52.126Z | Compiling crossbeam-utils v0.8.19 |
1197 | 2024-09-27T16:58:52.225Z | Compiling num_threads v0.1.7 |
1198 | 2024-09-27T16:58:52.327Z | Compiling regex-syntax v0.8.4 |
1199 | 2024-09-27T16:58:52.644Z | Compiling idna v0.5.0 |
1200 | 2024-09-27T16:58:52.772Z | Compiling cookie v0.17.0 |
1201 | 2024-09-27T16:58:53.078Z | Compiling slog v2.7.0 |
1202 | 2024-09-27T16:58:53.612Z | Compiling finl_unicode v1.2.0 |
1203 | 2024-09-27T16:58:53.719Z | Compiling openssl-probe v0.1.5 |
1204 | 2024-09-27T16:58:53.800Z | Compiling time v0.3.36 |
1205 | 2024-09-27T16:58:54.053Z | Compiling iana-time-zone v0.1.60 |
1206 | 2024-09-27T16:58:54.167Z | Compiling stringprep v0.1.4 |
1207 | 2024-09-27T16:58:54.255Z | Compiling url v2.5.2 |
1208 | 2024-09-27T16:58:55.827Z | Compiling regex-automata v0.4.6 |
1209 | 2024-09-27T16:58:56.103Z | Compiling num-integer v0.1.46 |
1210 | 2024-09-27T16:58:56.871Z | Compiling backtrace v0.3.71 |
1211 | 2024-09-27T16:58:56.874Z | Compiling idna v0.3.0 |
1212 | 2024-09-27T16:58:57.248Z | Compiling serde_derive v1.0.208 |
1213 | 2024-09-27T16:58:57.381Z | Compiling zeroize_derive v1.4.2 |
1214 | 2024-09-27T16:58:58.530Z | Compiling zerocopy-derive v0.7.34 |
1215 | 2024-09-27T16:58:58.774Z | Compiling tokio-macros v2.4.0 |
1216 | 2024-09-27T16:58:58.798Z | Compiling futures-macro v0.3.30 |
1217 | 2024-09-27T16:58:59.009Z | Compiling zeroize v1.8.1 |
1218 | 2024-09-27T16:58:59.034Z | Compiling der_derive v0.7.2 |
1219 | 2024-09-27T16:59:00.443Z | Compiling thiserror-impl v1.0.63 |
1220 | 2024-09-27T16:59:00.758Z | Compiling zerocopy v0.7.34 |
1221 | 2024-09-27T16:59:00.779Z | Compiling futures-util v0.3.30 |
1222 | 2024-09-27T16:59:00.866Z | Compiling crypto-common v0.1.6 |
1223 | 2024-09-27T16:59:01.099Z | Compiling block-buffer v0.10.4 |
1224 | 2024-09-27T16:59:01.361Z | Compiling digest v0.10.7 |
1225 | 2024-09-27T16:59:01.559Z | Compiling block-padding v0.3.3 |
1226 | 2024-09-27T16:59:01.808Z | Compiling hmac v0.12.1 |
1227 | 2024-09-27T16:59:01.882Z | Compiling inout v0.1.3 |
1228 | 2024-09-27T16:59:02.093Z | Compiling sha2 v0.10.8 |
1229 | 2024-09-27T16:59:02.160Z | Compiling cipher v0.4.4 |
1230 | 2024-09-27T16:59:02.709Z | Compiling der v0.7.9 |
1231 | 2024-09-27T16:59:03.064Z | Compiling hashbrown v0.14.5 |
1232 | 2024-09-27T16:59:03.803Z | Compiling thiserror v1.0.63 |
1233 | 2024-09-27T16:59:03.945Z | Compiling salsa20 v0.10.2 |
1234 | 2024-09-27T16:59:04.165Z | Compiling pbkdf2 v0.12.2 |
1235 | 2024-09-27T16:59:04.350Z | Compiling tracing-attributes v0.1.27 |
1236 | 2024-09-27T16:59:04.502Z | Compiling scrypt v0.11.0 |
1237 | 2024-09-27T16:59:05.099Z | Compiling spki v0.7.3 |
1238 | 2024-09-27T16:59:05.482Z | Compiling cbc v0.1.2 |
1239 | 2024-09-27T16:59:05.701Z | Compiling aes v0.8.4 |
1240 | 2024-09-27T16:59:05.720Z | Compiling pest v2.7.10 |
1241 | 2024-09-27T16:59:05.949Z | Compiling scroll_derive v0.12.0 |
1242 | 2024-09-27T16:59:07.041Z | Compiling pkcs5 v0.7.1 |
1243 | 2024-09-27T16:59:07.494Z | Compiling scroll v0.12.0 |
1244 | 2024-09-27T16:59:08.033Z | Compiling pkcs8 v0.10.2 |
1245 | 2024-09-27T16:59:08.161Z | Compiling tracing v0.1.40 |
1246 | 2024-09-27T16:59:08.266Z | Compiling goblin v0.8.2 |
1247 | 2024-09-27T16:59:08.479Z | Compiling pest_meta v2.7.10 |
1248 | 2024-09-27T16:59:08.670Z | Compiling openssl-macros v0.1.1 |
1249 | 2024-09-27T16:59:08.691Z | Compiling signature v2.2.0 |
1250 | 2024-09-27T16:59:08.768Z | Compiling sct v0.7.1 |
1251 | 2024-09-27T16:59:08.833Z | Compiling rustls-webpki v0.101.7 |
1252 | 2024-09-27T16:59:08.984Z | Compiling md-5 v0.10.6 |
1253 | 2024-09-27T16:59:09.069Z | Compiling pin-project-internal v1.1.5 |
1254 | 2024-09-27T16:59:09.223Z | Compiling lazy_static v1.5.0 |
1255 | 2024-09-27T16:59:09.341Z | Compiling ff v0.13.0 |
1256 | 2024-09-27T16:59:09.443Z | Compiling hash32 v0.2.1 |
1257 | 2024-09-27T16:59:09.458Z | Compiling crc32fast v1.4.0 |
1258 | 2024-09-27T16:59:09.540Z | Compiling signal-hook v0.3.17 |
1259 | 2024-09-27T16:59:09.791Z | Compiling pest_generator v2.7.10 |
1260 | 2024-09-27T16:59:14.058Z | Compiling gimli v0.28.1 |
1261 | 2024-09-27T16:59:14.106Z | Compiling fallible-iterator v0.2.0 |
1262 | 2024-09-27T16:59:14.106Z | Compiling smoltcp v0.9.1 |
1263 | 2024-09-27T16:59:14.106Z | Compiling bytes v1.7.2 |
1264 | 2024-09-27T16:59:14.106Z | Compiling indexmap v2.4.0 |
1265 | 2024-09-27T16:59:14.106Z | Compiling bitflags v2.6.0 |
1266 | 2024-09-27T16:59:14.106Z | Compiling semver v1.0.23 |
1267 | 2024-09-27T16:59:14.106Z | Compiling tokio v1.39.3 |
1268 | 2024-09-27T16:59:14.106Z | Compiling rustc_version v0.4.0 |
1269 | 2024-09-27T16:59:14.106Z | Compiling http v0.2.12 |
1270 | 2024-09-27T16:59:14.106Z | Compiling pest_derive v2.7.10 |
1271 | 2024-09-27T16:59:14.523Z | Compiling dtrace-parser v0.2.0 |
1272 | 2024-09-27T16:59:15.090Z | Compiling http-body v0.4.6 |
1273 | 2024-09-27T16:59:15.232Z | Compiling dof v0.3.0 |
1274 | 2024-09-27T16:59:15.561Z | Compiling heapless v0.7.17 |
1275 | 2024-09-27T16:59:15.843Z | Compiling http v1.1.0 |
1276 | 2024-09-27T16:59:16.693Z | Compiling uuid v1.10.0 |
1277 | 2024-09-27T16:59:17.546Z | Compiling usdt-impl v0.5.0 |
1278 | 2024-09-27T16:59:18.161Z | Compiling curve25519-dalek v4.1.3 |
1279 | 2024-09-27T16:59:18.465Z | Compiling serde_spanned v0.6.7 |
1280 | 2024-09-27T16:59:18.685Z | Compiling toml_datetime v0.6.8 |
1281 | 2024-09-27T16:59:18.734Z | Compiling serde_tokenstream v0.2.2 |
1282 | 2024-09-27T16:59:18.789Z | Compiling chrono v0.4.38 |
1283 | 2024-09-27T16:59:18.810Z | Compiling base64 v0.22.1 |
1284 | 2024-09-27T16:59:19.121Z | Compiling psl-types v2.0.11 |
1285 | 2024-09-27T16:59:19.206Z | Compiling adler v1.0.2 |
1286 | 2024-09-27T16:59:19.303Z | Compiling stable_deref_trait v1.2.0 |
1287 | 2024-09-27T16:59:19.362Z | Compiling num-bigint-dig v0.8.4 |
1288 | 2024-09-27T16:59:19.406Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-09-27T16:59:19.429Z | Compiling base16ct v0.2.0 |
1290 | 2024-09-27T16:59:19.540Z | Compiling miniz_oxide v0.7.2 |
1291 | 2024-09-27T16:59:19.588Z | Compiling publicsuffix v2.2.3 |
1292 | 2024-09-27T16:59:19.700Z | Compiling sec1 v0.7.3 |
1293 | 2024-09-27T16:59:19.752Z | Compiling postgres-protocol v0.6.7 |
1294 | 2024-09-27T16:59:19.954Z | Compiling terminal_size v0.3.0 |
1295 | 2024-09-27T16:59:20.148Z | Compiling http-body v1.0.0 |
1296 | 2024-09-27T16:59:20.282Z | Compiling addr2line v0.21.0 |
1297 | 2024-09-27T16:59:20.309Z | Compiling pin-project v1.1.5 |
1298 | 2024-09-27T16:59:20.458Z | Compiling group v0.13.0 |
1299 | 2024-09-27T16:59:20.481Z | Compiling hubpack_derive v0.1.1 |
1300 | 2024-09-27T16:59:20.592Z | Compiling hkdf v0.12.4 |
1301 | 2024-09-27T16:59:20.784Z | Compiling crypto-bigint v0.5.5 |
1302 | 2024-09-27T16:59:20.875Z | Compiling zerocopy-derive v0.6.6 |
1303 | 2024-09-27T16:59:20.926Z | Compiling async-trait v0.1.82 |
1304 | 2024-09-27T16:59:21.041Z | Compiling tokio-util v0.7.11 |
1305 | 2024-09-27T16:59:21.426Z | Compiling tokio-rustls v0.24.1 |
1306 | 2024-09-27T16:59:21.827Z | Compiling curve25519-dalek-derive v0.1.1 |
1307 | 2024-09-27T16:59:22.433Z | Compiling h2 v0.3.26 |
1308 | 2024-09-27T16:59:23.064Z | Compiling tokio-native-tls v0.3.1 |
1309 | 2024-09-27T16:59:23.115Z | Compiling h2 v0.4.6 |
1310 | 2024-09-27T16:59:23.328Z | Compiling num-iter v0.1.45 |
1311 | 2024-09-27T16:59:23.751Z | Compiling phf_shared v0.11.2 |
1312 | 2024-09-27T16:59:24.125Z | Compiling serde_derive_internals v0.29.1 |
1313 | 2024-09-27T16:59:24.538Z | Compiling object v0.32.2 |
1314 | 2024-09-27T16:59:24.573Z | Compiling fs-err v2.11.0 |
1315 | 2024-09-27T16:59:24.822Z | Compiling anyhow v1.0.89 |
1316 | 2024-09-27T16:59:24.876Z | Compiling bitflags v1.3.2 |
1317 | 2024-09-27T16:59:24.990Z | Compiling schemars v0.8.21 |
1318 | 2024-09-27T16:59:25.350Z | Compiling adler2 v2.0.0 |
1319 | 2024-09-27T16:59:25.450Z | Compiling either v1.13.0 |
1320 | 2024-09-27T16:59:25.581Z | Compiling tower-layer v0.3.2 |
1321 | 2024-09-27T16:59:25.869Z | Compiling ipnet v2.9.0 |
1322 | 2024-09-27T16:59:25.869Z | Compiling rustc-demangle v0.1.24 |
1323 | 2024-09-27T16:59:26.837Z | Compiling winnow v0.5.40 |
1324 | 2024-09-27T16:59:26.864Z | Compiling managed v0.8.0 |
1325 | 2024-09-27T16:59:27.056Z | Compiling base64 v0.21.7 |
1326 | 2024-09-27T16:59:27.082Z | Compiling schemars_derive v0.8.21 |
1327 | 2024-09-27T16:59:27.785Z | Compiling rustls-pemfile v1.0.4 |
1328 | 2024-09-27T16:59:28.083Z | Compiling tower v0.4.13 |
1329 | 2024-09-27T16:59:28.248Z | Compiling miniz_oxide v0.8.0 |
1330 | 2024-09-27T16:59:29.171Z | Compiling clap_builder v4.5.18 |
1331 | 2024-09-27T16:59:29.373Z | Compiling hyper v0.14.30 |
1332 | 2024-09-27T16:59:29.940Z | Compiling hyper v1.4.1 |
1333 | 2024-09-27T16:59:30.469Z | Compiling toml_edit v0.19.15 |
1334 | 2024-09-27T16:59:30.690Z | Compiling phf v0.11.2 |
1335 | 2024-09-27T16:59:31.577Z | Compiling cookie_store v0.20.0 |
1336 | 2024-09-27T16:59:32.983Z | Compiling elliptic-curve v0.13.8 |
1337 | 2024-09-27T16:59:33.805Z | Compiling zerocopy v0.6.6 |
1338 | 2024-09-27T16:59:34.244Z | Compiling hubpack v0.1.2 |
1339 | 2024-09-27T16:59:34.577Z | Compiling postgres-types v0.2.7 |
1340 | 2024-09-27T16:59:34.987Z | Compiling usdt-macro v0.5.0 |
1341 | 2024-09-27T16:59:35.663Z | Compiling usdt-attr-macro v0.5.0 |
1342 | 2024-09-27T16:59:36.088Z | Compiling serde_urlencoded v0.7.1 |
1343 | 2024-09-27T16:59:36.513Z | Compiling hyper-rustls v0.24.2 |
1344 | 2024-09-27T16:59:36.621Z | Compiling hyper-tls v0.5.0 |
1345 | 2024-09-27T16:59:36.869Z | Compiling serde-big-array v0.5.1 |
1346 | 2024-09-27T16:59:36.994Z | Compiling ed25519 v2.2.3 |
1347 | 2024-09-27T16:59:37.142Z | Compiling pkcs1 v0.7.5 |
1348 | 2024-09-27T16:59:37.340Z | Compiling futures-executor v0.3.30 |
1349 | 2024-09-27T16:59:37.930Z | Compiling rfc6979 v0.4.0 |
1350 | 2024-09-27T16:59:38.120Z | Compiling regex v1.10.6 |
1351 | 2024-09-27T16:59:38.202Z | Compiling bstr v1.9.1 |
1352 | 2024-09-27T16:59:38.417Z | Compiling strum_macros v0.25.3 |
1353 | 2024-09-27T16:59:38.452Z | Compiling serde_repr v0.1.19 |
1354 | 2024-09-27T16:59:39.059Z | Compiling clap_derive v4.5.18 |
1355 | 2024-09-27T16:59:39.215Z | Compiling enum-as-inner v0.6.0 |
1356 | 2024-09-27T16:59:39.326Z | Compiling phf_shared v0.10.0 |
1357 | 2024-09-27T16:59:39.640Z | Compiling float-cmp v0.9.0 |
1358 | 2024-09-27T16:59:39.715Z | Compiling idna v0.4.0 |
1359 | 2024-09-27T16:59:39.852Z | Compiling mio v0.8.11 |
1360 | 2024-09-27T16:59:39.983Z | Compiling encoding_rs v0.8.34 |
1361 | 2024-09-27T16:59:40.283Z | Compiling mime v0.3.17 |
1362 | 2024-09-27T16:59:40.871Z | Compiling static_assertions v1.1.0 |
1363 | 2024-09-27T16:59:40.974Z | Compiling precomputed-hash v0.1.1 |
1364 | 2024-09-27T16:59:41.067Z | Compiling webpki-roots v0.25.4 |
1365 | 2024-09-27T16:59:41.086Z | Compiling minimal-lexical v0.2.1 |
1366 | 2024-09-27T16:59:41.232Z | Compiling sync_wrapper v0.1.2 |
1367 | 2024-09-27T16:59:41.293Z | Compiling predicates-core v1.0.6 |
1368 | 2024-09-27T16:59:41.370Z | Compiling fixedbitset v0.4.2 |
1369 | 2024-09-27T16:59:41.521Z | Compiling unicode-segmentation v1.11.0 |
1370 | 2024-09-27T16:59:41.607Z | Compiling data-encoding v2.6.0 |
1371 | 2024-09-27T16:59:41.653Z | Compiling bit-vec v0.6.3 |
1372 | 2024-09-27T16:59:41.838Z | Compiling difflib v0.4.0 |
1373 | 2024-09-27T16:59:42.151Z | Compiling normalize-line-endings v0.3.0 |
1374 | 2024-09-27T16:59:42.277Z | Compiling dyn-clone v1.0.17 |
1375 | 2024-09-27T16:59:42.395Z | Compiling new_debug_unreachable v1.0.6 |
1376 | 2024-09-27T16:59:42.493Z | Compiling whoami v1.5.1 |
1377 | 2024-09-27T16:59:42.513Z | Compiling string_cache v0.8.7 |
1378 | 2024-09-27T16:59:42.532Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1379 | 2024-09-27T16:59:42.979Z | Compiling tokio-postgres v0.7.11 |
1380 | 2024-09-27T16:59:43.467Z | Compiling reqwest v0.11.27 |
1381 | 2024-09-27T16:59:44.029Z | Compiling hickory-proto v0.24.1 |
1382 | 2024-09-27T16:59:44.059Z | Compiling clap v4.5.18 |
1383 | 2024-09-27T16:59:44.189Z | Compiling predicates v3.1.2 |
1384 | 2024-09-27T16:59:44.406Z | Compiling similar v2.6.0 |
1385 | 2024-09-27T16:59:45.927Z | Compiling bit-set v0.5.3 |
1386 | 2024-09-27T16:59:46.222Z | Compiling petgraph v0.6.5 |
1387 | 2024-09-27T16:59:46.853Z | Compiling nom v7.1.3 |
1388 | 2024-09-27T16:59:46.926Z | Compiling toml_edit v0.22.20 |
1389 | 2024-09-27T16:59:47.704Z | Compiling console v0.15.8 |
1390 | 2024-09-27T16:59:48.719Z | Compiling signal-hook-mio v0.2.4 |
1391 | 2024-09-27T16:59:48.900Z | Compiling usdt v0.5.0 |
1392 | 2024-09-27T16:59:49.242Z | Compiling ecdsa v0.16.9 |
1393 | 2024-09-27T16:59:49.424Z | Compiling rsa v0.9.6 |
1394 | 2024-09-27T16:59:49.428Z | Compiling futures v0.3.30 |
1395 | 2024-09-27T16:59:49.544Z | Compiling ed25519-dalek v2.1.1 |
1396 | 2024-09-27T16:59:50.093Z | Compiling flate2 v1.0.33 |
1397 | 2024-09-27T16:59:50.261Z | Compiling toml v0.7.8 |
1398 | 2024-09-27T16:59:50.579Z | Compiling hyper-util v0.1.7 |
1399 | 2024-09-27T16:59:51.743Z | Compiling itertools v0.10.5 |
1400 | 2024-09-27T16:59:51.885Z | Compiling itertools v0.12.1 |
1401 | 2024-09-27T16:59:51.984Z | Compiling tokio-stream v0.1.15 |
1402 | 2024-09-27T16:59:53.040Z | Compiling openapiv3 v2.0.0 |
1403 | 2024-09-27T16:59:53.599Z | Compiling hex v0.4.3 |
1404 | 2024-09-27T16:59:54.227Z | Compiling x509-cert v0.2.5 |
1405 | 2024-09-27T16:59:54.521Z | Compiling sha1 v0.10.6 |
1406 | 2024-09-27T16:59:54.603Z | Compiling crossbeam-epoch v0.9.18 |
1407 | 2024-09-27T16:59:54.954Z | Compiling dirs-sys-next v0.1.2 |
1408 | 2024-09-27T16:59:55.090Z | Compiling lalrpop-util v0.19.12 |
1409 | 2024-09-27T16:59:55.271Z | Compiling unicode-xid v0.2.4 |
1410 | 2024-09-27T16:59:55.387Z | Compiling peg-runtime v0.8.3 |
1411 | 2024-09-27T16:59:55.444Z | Compiling dirs-next v2.0.0 |
1412 | 2024-09-27T16:59:55.463Z | Compiling thread_local v1.1.8 |
1413 | 2024-09-27T16:59:55.624Z | Compiling slog-async v2.8.0 |
1414 | 2024-09-27T16:59:55.644Z | Compiling term v0.7.0 |
1415 | 2024-09-27T16:59:56.016Z | Compiling xattr v1.3.1 |
1416 | 2024-09-27T16:59:56.018Z | Compiling strum_macros v0.26.4 |
1417 | 2024-09-27T16:59:56.236Z | Compiling crossbeam-channel v0.5.12 |
1418 | 2024-09-27T16:59:56.299Z | Compiling is-terminal v0.4.12 |
1419 | 2024-09-27T16:59:56.430Z | Compiling filetime v0.2.25 |
1420 | 2024-09-27T16:59:56.764Z | Compiling take_mut v0.2.2 |
1421 | 2024-09-27T16:59:56.930Z | Compiling tar v0.4.41 |
1422 | 2024-09-27T16:59:57.360Z | Compiling slog-term v2.9.1 |
1423 | 2024-09-27T16:59:57.460Z | Compiling camino v1.1.9 |
1424 | 2024-09-27T16:59:58.646Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1425 | 2024-09-27T16:59:59.417Z | Compiling strum v0.26.3 |
1426 | 2024-09-27T16:59:59.496Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1427 | 2024-09-27T17:00:04.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
1428 | 2024-09-27T17:00:04.705Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1429 | 2024-09-27T17:00:04.756Z | Sep 27 17:00:03.980 INFO Starting download, target: Clickhouse |
1430 | 2024-09-27T17:00:04.756Z | Sep 27 17:00:03.980 INFO Starting download, target: Cockroach |
1431 | 2024-09-27T17:00:04.756Z | Sep 27 17:00:03.981 INFO Starting download, target: Console |
1432 | 2024-09-27T17:00:04.756Z | Sep 27 17:00:03.981 INFO Starting download, target: DendriteOpenapi |
1433 | 2024-09-27T17:00:04.758Z | Sep 27 17:00:03.981 INFO Starting download, target: DendriteStub |
1434 | 2024-09-27T17:00:04.758Z | Sep 27 17:00:03.981 INFO Starting download, target: MaghemiteMgd |
1435 | 2024-09-27T17:00:04.758Z | Sep 27 17:00:03.981 INFO Starting download, target: TransceiverControl |
1436 | 2024-09-27T17:00:04.758Z | Sep 27 17:00:03.981 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1437 | 2024-09-27T17:00:04.758Z | Sep 27 17:00:03.981 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1438 | 2024-09-27T17:00:04.758Z | Sep 27 17:00:03.981 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1439 | 2024-09-27T17:00:04.758Z | Sep 27 17:00:03.981 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1440 | 2024-09-27T17:00:04.758Z | Sep 27 17:00:03.982 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1441 | 2024-09-27T17:00:04.759Z | Sep 27 17:00:03.982 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1442 | 2024-09-27T17:00:04.759Z | Sep 27 17:00:03.982 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1443 | 2024-09-27T17:00:04.966Z | Sep 27 17:00:04.189 INFO Download complete, target: DendriteOpenapi |
1444 | 2024-09-27T17:00:05.017Z | Sep 27 17:00:04.240 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1445 | 2024-09-27T17:00:05.299Z | Sep 27 17:00:04.522 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1446 | 2024-09-27T17:00:05.492Z | Sep 27 17:00:04.716 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1447 | 2024-09-27T17:00:05.618Z | Sep 27 17:00:04.842 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1448 | 2024-09-27T17:00:05.657Z | Sep 27 17:00:04.880 INFO Download complete, target: Console |
1449 | 2024-09-27T17:00:05.767Z | Sep 27 17:00:04.991 INFO Download complete, target: TransceiverControl |
1450 | 2024-09-27T17:00:06.371Z | Sep 27 17:00:05.594 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1451 | 2024-09-27T17:00:06.371Z | Sep 27 17:00:05.594 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1452 | 2024-09-27T17:00:07.702Z | Sep 27 17:00:06.924 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1453 | 2024-09-27T17:00:08.790Z | Sep 27 17:00:08.011 INFO Download complete, target: DendriteStub |
1454 | 2024-09-27T17:00:08.848Z | Sep 27 17:00:08.068 INFO Download complete, target: MaghemiteMgd |
1455 | 2024-09-27T17:00:14.623Z | Sep 27 17:00:13.837 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1456 | 2024-09-27T17:00:14.988Z | Sep 27 17:00:14.202 INFO Checking that binary works, target: Cockroach |
1457 | 2024-09-27T17:00:15.188Z | Sep 27 17:00:14.402 INFO Download complete, target: Cockroach |
1458 | 2024-09-27T17:00:21.524Z | Sep 27 17:00:20.732 INFO Checking that binary works, target: Clickhouse |
1459 | 2024-09-27T17:00:21.670Z | Sep 27 17:00:20.877 INFO Download complete, target: Clickhouse |
1460 | 2024-09-27T17:00:21.690Z | All builder prerequisites installed successfully, and PATH looks valid |
1461 | 2024-09-27T17:00:21.693Z | |
1462 | 2024-09-27T17:00:21.693Z | real 3:51.141171836 |
1463 | 2024-09-27T17:00:21.693Z | user 12:05.993634828 |
1464 | 2024-09-27T17:00:21.693Z | sys 2:32.720013164 |
1465 | 2024-09-27T17:00:21.693Z | trap 0.449378474 |
1466 | 2024-09-27T17:00:21.693Z | tflt 1.619270113 |
1467 | 2024-09-27T17:00:21.693Z | dflt 1.580977817 |
1468 | 2024-09-27T17:00:21.693Z | kflt 0.026713413 |
1469 | 2024-09-27T17:00:21.693Z | lock 23:23.341844180 |
1470 | 2024-09-27T17:00:21.693Z | slp 46:27.532657480 |
1471 | 2024-09-27T17:00:21.693Z | lat 45.020049835 |
1472 | 2024-09-27T17:00:21.693Z | stop 1:59.681490407 |
1473 | 2024-09-27T17:00:21.693Z | + banner build |
1474 | 2024-09-27T17:00:21.696Z | |
1475 | 2024-09-27T17:00:21.696Z | ##### # # # # ##### |
1476 | 2024-09-27T17:00:21.696Z | # # # # # # # # |
1477 | 2024-09-27T17:00:21.696Z | ##### # # # # # # |
1478 | 2024-09-27T17:00:21.696Z | # # # # # # # # |
1479 | 2024-09-27T17:00:21.696Z | # # # # # # # # |
1480 | 2024-09-27T17:00:21.696Z | ##### #### # ###### ##### |
1481 | 2024-09-27T17:00:21.696Z | |
1482 | 2024-09-27T17:00:21.696Z | + export 'RUSTFLAGS=-D warnings' |
1483 | 2024-09-27T17:00:21.696Z | + RUSTFLAGS='-D warnings' |
1484 | 2024-09-27T17:00:21.696Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
1485 | 2024-09-27T17:00:21.696Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
1486 | 2024-09-27T17:00:21.696Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
1487 | 2024-09-27T17:00:21.696Z | + RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
1488 | 2024-09-27T17:00:21.696Z | + export TMPDIR=/var/tmp/omicron_tmp |
1489 | 2024-09-27T17:00:21.696Z | + TMPDIR=/var/tmp/omicron_tmp |
1490 | 2024-09-27T17:00:21.696Z | + export RUST_BACKTRACE=1 |
1491 | 2024-09-27T17:00:21.696Z | + RUST_BACKTRACE=1 |
1492 | 2024-09-27T17:00:21.696Z | + export CARGO_INCREMENTAL=0 |
1493 | 2024-09-27T17:00:21.696Z | + CARGO_INCREMENTAL=0 |
1494 | 2024-09-27T17:00:21.696Z | + export RUSTC_BOOTSTRAP=1 |
1495 | 2024-09-27T17:00:21.696Z | + RUSTC_BOOTSTRAP=1 |
1496 | 2024-09-27T17:00:21.697Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
1497 | 2024-09-27T17:00:22.485Z | Downloading crates ... |
1498 | 2024-09-27T17:00:22.807Z | Downloaded async-channel v1.9.0 |
1499 | 2024-09-27T17:00:22.810Z | Downloaded async-global-executor v2.4.1 |
1500 | 2024-09-27T17:00:22.812Z | Downloaded approx v0.5.1 |
1501 | 2024-09-27T17:00:22.815Z | Downloaded concurrent-queue v2.5.0 |
1502 | 2024-09-27T17:00:22.820Z | Downloaded nested v0.1.1 |
1503 | 2024-09-27T17:00:22.822Z | Downloaded headers-core v0.3.0 |
1504 | 2024-09-27T17:00:22.840Z | Downloaded pathdiff v0.2.1 |
1505 | 2024-09-27T17:00:22.847Z | Downloaded guppy-workspace-hack v0.1.0 |
1506 | 2024-09-27T17:00:22.847Z | Downloaded datatest-stable v0.2.9 |
1507 | 2024-09-27T17:00:22.847Z | Downloaded criterion-plot v0.5.0 |
1508 | 2024-09-27T17:00:22.847Z | Downloaded threadpool v1.8.1 |
1509 | 2024-09-27T17:00:22.847Z | Downloaded relative-path v1.9.3 |
1510 | 2024-09-27T17:00:22.847Z | Downloaded proc-macro-crate v3.1.0 |
1511 | 2024-09-27T17:00:22.847Z | Downloaded futures-timer v3.0.3 |
1512 | 2024-09-27T17:00:22.854Z | Downloaded event-listener-strategy v0.5.2 |
1513 | 2024-09-27T17:00:22.854Z | Downloaded event-listener v2.5.3 |
1514 | 2024-09-27T17:00:22.854Z | Downloaded similar-asserts v1.5.0 |
1515 | 2024-09-27T17:00:22.854Z | Downloaded oorandom v11.1.3 |
1516 | 2024-09-27T17:00:22.854Z | Downloaded indoc v2.0.5 |
1517 | 2024-09-27T17:00:22.864Z | Downloaded plotters-backend v0.3.5 |
1518 | 2024-09-27T17:00:22.864Z | Downloaded libtest-mimic v0.7.3 |
1519 | 2024-09-27T17:00:22.864Z | Downloaded async-process v2.2.4 |
1520 | 2024-09-27T17:00:22.867Z | Downloaded assert_cmd v2.0.16 |
1521 | 2024-09-27T17:00:22.867Z | Downloaded partial-io v0.5.4 |
1522 | 2024-09-27T17:00:22.867Z | Downloaded target-lexicon v0.12.16 |
1523 | 2024-09-27T17:00:22.867Z | Downloaded blake2b_simd v1.0.2 |
1524 | 2024-09-27T17:00:22.871Z | Downloaded rustls-native-certs v0.7.0 |
1525 | 2024-09-27T17:00:22.871Z | Downloaded async-attributes v1.1.2 |
1526 | 2024-09-27T17:00:22.873Z | Downloaded doc-comment v0.3.3 |
1527 | 2024-09-27T17:00:22.873Z | Downloaded async-object-pool v0.1.5 |
1528 | 2024-09-27T17:00:22.873Z | Downloaded hyper-rustls v0.26.0 |
1529 | 2024-09-27T17:00:22.876Z | Downloaded async-lock v3.4.0 |
1530 | 2024-09-27T17:00:22.879Z | Downloaded escape8259 v0.5.2 |
1531 | 2024-09-27T17:00:22.879Z | Downloaded async-channel v2.3.1 |
1532 | 2024-09-27T17:00:22.881Z | Downloaded assert-json-diff v2.0.2 |
1533 | 2024-09-27T17:00:22.881Z | Downloaded anes v0.1.6 |
1534 | 2024-09-27T17:00:22.884Z | Downloaded futures-lite v2.3.0 |
1535 | 2024-09-27T17:00:22.886Z | Downloaded plotters-svg v0.3.5 |
1536 | 2024-09-27T17:00:22.886Z | Downloaded cfg-expr v0.16.0 |
1537 | 2024-09-27T17:00:22.893Z | Downloaded cast v0.3.0 |
1538 | 2024-09-27T17:00:22.895Z | Downloaded async-signal v0.2.10 |
1539 | 2024-09-27T17:00:22.898Z | Downloaded blocking v1.6.1 |
1540 | 2024-09-27T17:00:22.901Z | Downloaded serde_regex v1.1.0 |
1541 | 2024-09-27T17:00:22.901Z | Downloaded piper v0.2.4 |
1542 | 2024-09-27T17:00:22.904Z | Downloaded num_cpus v1.16.0 |
1543 | 2024-09-27T17:00:22.907Z | Downloaded kv-log-macro v1.0.7 |
1544 | 2024-09-27T17:00:22.907Z | Downloaded path-tree v0.8.1 |
1545 | 2024-09-27T17:00:22.909Z | Downloaded parking v2.2.1 |
1546 | 2024-09-27T17:00:22.910Z | Downloaded http-body-util v0.1.2 |
1547 | 2024-09-27T17:00:22.913Z | Downloaded stringmetrics v2.2.2 |
1548 | 2024-09-27T17:00:22.916Z | Downloaded polling v3.7.3 |
1549 | 2024-09-27T17:00:22.919Z | Downloaded async-task v4.7.1 |
1550 | 2024-09-27T17:00:22.922Z | Downloaded async-executor v1.13.1 |
1551 | 2024-09-27T17:00:22.924Z | Downloaded tinytemplate v1.2.1 |
1552 | 2024-09-27T17:00:22.927Z | Downloaded rust-argon2 v2.1.0 |
1553 | 2024-09-27T17:00:22.929Z | Downloaded rstest_macros v0.22.0 |
1554 | 2024-09-27T17:00:22.932Z | Downloaded yansi v1.0.1 |
1555 | 2024-09-27T17:00:22.934Z | Downloaded httptest v0.15.5 |
1556 | 2024-09-27T17:00:22.934Z | Downloaded target-spec v3.2.1 |
1557 | 2024-09-27T17:00:22.937Z | Downloaded event-listener v5.3.1 |
1558 | 2024-09-27T17:00:22.940Z | Downloaded async-io v2.3.4 |
1559 | 2024-09-27T17:00:22.942Z | Downloaded trybuild v1.0.99 |
1560 | 2024-09-27T17:00:22.945Z | Downloaded toml_edit v0.21.1 |
1561 | 2024-09-27T17:00:22.967Z | Downloaded rand_distr v0.4.3 |
1562 | 2024-09-27T17:00:22.970Z | Downloaded regex-automata v0.1.10 |
1563 | 2024-09-27T17:00:22.974Z | Downloaded pretty_assertions v1.4.1 |
1564 | 2024-09-27T17:00:22.977Z | Downloaded plotters v0.3.5 |
1565 | 2024-09-27T17:00:22.985Z | Downloaded guppy v0.17.7 |
1566 | 2024-09-27T17:00:22.991Z | Downloaded async-std v1.13.0 |
1567 | 2024-09-27T17:00:23.010Z | Downloaded criterion v0.5.1 |
1568 | 2024-09-27T17:00:23.016Z | Downloaded bstr v0.2.17 |
1569 | 2024-09-27T17:00:23.025Z | Downloaded headers v0.4.0 |
1570 | 2024-09-27T17:00:23.031Z | Downloaded fancy-regex v0.13.0 |
1571 | 2024-09-27T17:00:23.034Z | Downloaded rstest v0.22.0 |
1572 | 2024-09-27T17:00:23.063Z | Downloaded httpmock v0.8.0-alpha.1 |
1573 | 2024-09-27T17:00:23.730Z | Dirty unicode-ident v1.0.12: the rustflags changed |
1574 | 2024-09-27T17:00:23.730Z | Compiling unicode-ident v1.0.12 |
1575 | 2024-09-27T17:00:23.730Z | Dirty proc-macro2 v1.0.86: the rustflags changed |
1576 | 2024-09-27T17:00:23.730Z | Compiling proc-macro2 v1.0.86 |
1577 | 2024-09-27T17:00:23.734Z | Dirty libc v0.2.158: the rustflags changed |
1578 | 2024-09-27T17:00:23.734Z | Compiling libc v0.2.158 |
1579 | 2024-09-27T17:00:23.734Z | Dirty cfg-if v1.0.0: the rustflags changed |
1580 | 2024-09-27T17:00:23.734Z | Compiling cfg-if v1.0.0 |
1581 | 2024-09-27T17:00:23.734Z | Dirty serde v1.0.208: the rustflags changed |
1582 | 2024-09-27T17:00:23.734Z | Compiling serde v1.0.208 |
1583 | 2024-09-27T17:00:23.734Z | Dirty version_check v0.9.5: the rustflags changed |
1584 | 2024-09-27T17:00:23.734Z | Compiling version_check v0.9.5 |
1585 | 2024-09-27T17:00:23.734Z | Dirty autocfg v1.3.0: the rustflags changed |
1586 | 2024-09-27T17:00:23.734Z | Compiling autocfg v1.3.0 |
1587 | 2024-09-27T17:00:23.734Z | Dirty once_cell v1.19.0: the rustflags changed |
1588 | 2024-09-27T17:00:23.734Z | Compiling once_cell v1.19.0 |
1589 | 2024-09-27T17:00:23.734Z | 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.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=3d72d7b152c86412 -C extra-filename=-3d72d7b152c86412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1590 | 2024-09-27T17:00:23.734Z | 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.86/build.rs --error-format=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=d49ccfd8249300a7 -C extra-filename=-d49ccfd8249300a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1591 | 2024-09-27T17:00:23.734Z | 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.158/build.rs --error-format=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=d7688388bbee30c6 -C extra-filename=-d7688388bbee30c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-d7688388bbee30c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1592 | 2024-09-27T17:00:23.734Z | 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` |
1593 | 2024-09-27T17:00:23.734Z | 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.208/build.rs --error-format=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=b084312515d7d617 -C extra-filename=-b084312515d7d617 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-b084312515d7d617 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1594 | 2024-09-27T17:00:23.734Z | 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.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=7640f4cdb39f9682 -C extra-filename=-7640f4cdb39f9682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1595 | 2024-09-27T17:00:23.873Z | 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` |
1596 | 2024-09-27T17:00:23.876Z | 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.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=d381d90b77512a0f -C extra-filename=-d381d90b77512a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1597 | 2024-09-27T17:00:24.012Z | Dirty memchr v2.7.2: the rustflags changed |
1598 | 2024-09-27T17:00:24.012Z | Compiling memchr v2.7.2 |
1599 | 2024-09-27T17:00:24.014Z | 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=3b15747880b886c1 -C extra-filename=-3b15747880b886c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1600 | 2024-09-27T17:00:24.036Z | Dirty value-bag v1.9.0: the rustflags changed |
1601 | 2024-09-27T17:00:24.036Z | Compiling value-bag v1.9.0 |
1602 | 2024-09-27T17:00:24.038Z | 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` |
1603 | 2024-09-27T17:00:24.387Z | Dirty byteorder v1.5.0: the rustflags changed |
1604 | 2024-09-27T17:00:24.387Z | Compiling byteorder v1.5.0 |
1605 | 2024-09-27T17:00:24.391Z | 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` |
1606 | 2024-09-27T17:00:24.471Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-b084312515d7d617/build-script-build` |
1607 | 2024-09-27T17:00:24.541Z | Dirty log v0.4.21: the rustflags changed |
1608 | 2024-09-27T17:00:24.541Z | Compiling log v0.4.21 |
1609 | 2024-09-27T17:00:24.543Z | 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.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="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=9bb3211f8a6d4da7 -C extra-filename=-9bb3211f8a6d4da7 --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` |
1610 | 2024-09-27T17:00:24.565Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7/build-script-build` |
1611 | 2024-09-27T17:00:24.660Z | Dirty scopeguard v1.2.0: the rustflags changed |
1612 | 2024-09-27T17:00:24.660Z | Compiling scopeguard v1.2.0 |
1613 | 2024-09-27T17:00:24.664Z | 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` |
1614 | 2024-09-27T17:00:24.750Z | Dirty itoa v1.0.11: the rustflags changed |
1615 | 2024-09-27T17:00:24.750Z | Compiling itoa v1.0.11 |
1616 | 2024-09-27T17:00:24.753Z | 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` |
1617 | 2024-09-27T17:00:24.778Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-d7688388bbee30c6/build-script-build` |
1618 | 2024-09-27T17:00:24.810Z | Dirty lock_api v0.4.12: the rustflags changed |
1619 | 2024-09-27T17:00:24.810Z | Compiling lock_api v0.4.12 |
1620 | 2024-09-27T17:00:24.813Z | 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=653785a230c85179 -C extra-filename=-653785a230c85179 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1621 | 2024-09-27T17:00:24.834Z | Dirty smallvec v1.13.2: the rustflags changed |
1622 | 2024-09-27T17:00:24.835Z | Compiling smallvec v1.13.2 |
1623 | 2024-09-27T17:00:24.853Z | Dirty pin-project-lite v0.2.14: the rustflags changed |
1624 | 2024-09-27T17:00:24.853Z | Compiling pin-project-lite v0.2.14 |
1625 | 2024-09-27T17:00:24.856Z | 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` |
1626 | 2024-09-27T17:00:24.856Z | 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` |
1627 | 2024-09-27T17:00:24.856Z | 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.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=39d204f28cc7075a -C extra-filename=-39d204f28cc7075a --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-3d72d7b152c86412.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)'` |
1628 | 2024-09-27T17:00:24.971Z | 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.158/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=3cee8a96976693de -C extra-filename=-3cee8a96976693de --out-dir /work/oxidecomputer/omicron/target/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(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"))'` |
1629 | 2024-09-27T17:00:25.008Z | Dirty parking_lot_core v0.9.10: the rustflags changed |
1630 | 2024-09-27T17:00:25.008Z | Compiling parking_lot_core v0.9.10 |
1631 | 2024-09-27T17:00:25.010Z | 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` |
1632 | 2024-09-27T17:00:25.031Z | Dirty thiserror v1.0.63: the rustflags changed |
1633 | 2024-09-27T17:00:25.031Z | Compiling thiserror v1.0.63 |
1634 | 2024-09-27T17:00:25.033Z | 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.63/build.rs --error-format=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=a6af16f059664a63 -C extra-filename=-a6af16f059664a63 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a6af16f059664a63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1635 | 2024-09-27T17:00:25.226Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179/build-script-build` |
1636 | 2024-09-27T17:00:25.268Z | Dirty ahash v0.8.11: the rustflags changed |
1637 | 2024-09-27T17:00:25.268Z | Compiling ahash v0.8.11 |
1638 | 2024-09-27T17:00:25.271Z | 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` |
1639 | 2024-09-27T17:00:25.372Z | 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=09a20e99f076665f -C extra-filename=-09a20e99f076665f --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` |
1640 | 2024-09-27T17:00:25.471Z | Dirty typenum v1.17.0: the rustflags changed |
1641 | 2024-09-27T17:00:25.471Z | Compiling typenum v1.17.0 |
1642 | 2024-09-27T17:00:25.475Z | 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` |
1643 | 2024-09-27T17:00:25.591Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5/build-script-build` |
1644 | 2024-09-27T17:00:25.625Z | Dirty generic-array v0.14.7: the rustflags changed |
1645 | 2024-09-27T17:00:25.625Z | Compiling generic-array v0.14.7 |
1646 | 2024-09-27T17:00:25.628Z | 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` |
1647 | 2024-09-27T17:00:25.704Z | Dirty quote v1.0.36: the rustflags changed |
1648 | 2024-09-27T17:00:25.705Z | Compiling quote v1.0.36 |
1649 | 2024-09-27T17:00:25.705Z | 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.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=46c64c1f55b4d3af -C extra-filename=-46c64c1f55b4d3af --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-39d204f28cc7075a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1650 | 2024-09-27T17:00:25.729Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a6af16f059664a63/build-script-build` |
1651 | 2024-09-27T17:00:25.840Z | Dirty futures-core v0.3.30: the rustflags changed |
1652 | 2024-09-27T17:00:25.840Z | Compiling futures-core v0.3.30 |
1653 | 2024-09-27T17:00:25.842Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2/build-script-build` |
1654 | 2024-09-27T17:00:25.861Z | 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.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="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"))' -C metadata=965f1abbaef84084 -C extra-filename=-965f1abbaef84084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1655 | 2024-09-27T17:00:25.915Z | Dirty allocator-api2 v0.2.18: the rustflags changed |
1656 | 2024-09-27T17:00:25.915Z | Compiling allocator-api2 v0.2.18 |
1657 | 2024-09-27T17:00:25.920Z | 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` |
1658 | 2024-09-27T17:00:25.969Z | Dirty subtle v2.5.0: the rustflags changed |
1659 | 2024-09-27T17:00:25.969Z | Compiling subtle v2.5.0 |
1660 | 2024-09-27T17:00:25.972Z | 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.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=69c441407b09e74b -C extra-filename=-69c441407b09e74b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1661 | 2024-09-27T17:00:26.039Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7/build-script-build` |
1662 | 2024-09-27T17:00:26.110Z | Dirty syn v2.0.74: the rustflags changed |
1663 | 2024-09-27T17:00:26.110Z | Compiling syn v2.0.74 |
1664 | 2024-09-27T17:00:26.112Z | Dirty ryu v1.0.18: the rustflags changed |
1665 | 2024-09-27T17:00:26.113Z | Compiling ryu v1.0.18 |
1666 | 2024-09-27T17:00:26.113Z | 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` |
1667 | 2024-09-27T17:00:26.132Z | 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.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 --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=8a46d8fdbab68150 -C extra-filename=-8a46d8fdbab68150 --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-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1668 | 2024-09-27T17:00:26.329Z | Dirty getrandom v0.2.14: the rustflags changed |
1669 | 2024-09-27T17:00:26.329Z | Compiling getrandom v0.2.14 |
1670 | 2024-09-27T17:00:26.333Z | 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.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 --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=bb6974eb2a6ed7a2 -C extra-filename=-bb6974eb2a6ed7a2 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1671 | 2024-09-27T17:00:26.420Z | Dirty jobserver v0.1.32: the rustflags changed |
1672 | 2024-09-27T17:00:26.420Z | Compiling jobserver v0.1.32 |
1673 | 2024-09-27T17:00:26.423Z | 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=13ad412af24c11e7 -C extra-filename=-13ad412af24c11e7 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1674 | 2024-09-27T17:00:26.477Z | 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=32550cb75a89fa37 -C extra-filename=-32550cb75a89fa37 --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-3cee8a96976693de.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` |
1675 | 2024-09-27T17:00:26.504Z | Dirty signal-hook-registry v1.4.2: the rustflags changed |
1676 | 2024-09-27T17:00:26.504Z | Compiling signal-hook-registry v1.4.2 |
1677 | 2024-09-27T17:00:26.507Z | 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=402a1c926ffbe73d -C extra-filename=-402a1c926ffbe73d --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1678 | 2024-09-27T17:00:26.618Z | Dirty rand_core v0.6.4: the rustflags changed |
1679 | 2024-09-27T17:00:26.618Z | Compiling rand_core v0.6.4 |
1680 | 2024-09-27T17:00:26.621Z | 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=025910be55d74958 -C extra-filename=-025910be55d74958 --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-bb6974eb2a6ed7a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1681 | 2024-09-27T17:00:26.668Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211/build-script-main` |
1682 | 2024-09-27T17:00:26.737Z | Dirty mio v1.0.2: the rustflags changed |
1683 | 2024-09-27T17:00:26.737Z | Compiling mio v1.0.2 |
1684 | 2024-09-27T17:00:26.740Z | 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=73ba9b38c2adb040 -C extra-filename=-73ba9b38c2adb040 --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-3cee8a96976693de.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1685 | 2024-09-27T17:00:26.803Z | Dirty cc v1.0.97: the rustflags changed |
1686 | 2024-09-27T17:00:26.803Z | Compiling cc v1.0.97 |
1687 | 2024-09-27T17:00:26.824Z | 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.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="jobserver"' --cfg 'feature="libc"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "once_cell", "parallel"))' -C metadata=16c270462d044a3e -C extra-filename=-16c270462d044a3e --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-13ad412af24c11e7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1688 | 2024-09-27T17:00:26.881Z | Dirty parking_lot v0.12.2: the rustflags changed |
1689 | 2024-09-27T17:00:26.881Z | Compiling parking_lot v0.12.2 |
1690 | 2024-09-27T17:00:26.884Z | 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=d8a6256384ee3248 -C extra-filename=-d8a6256384ee3248 --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-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-32550cb75a89fa37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1691 | 2024-09-27T17:00:27.102Z | 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` |
1692 | 2024-09-27T17:00:27.191Z | Dirty libm v0.2.8: the rustflags changed |
1693 | 2024-09-27T17:00:27.191Z | Compiling libm v0.2.8 |
1694 | 2024-09-27T17:00:27.196Z | 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` |
1695 | 2024-09-27T17:00:27.318Z | Dirty spin v0.9.8: the rustflags changed |
1696 | 2024-09-27T17:00:27.318Z | Compiling spin v0.9.8 |
1697 | 2024-09-27T17:00:27.327Z | 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=d52e3d8c16e8a214 -C extra-filename=-d52e3d8c16e8a214 --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-09a20e99f076665f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1698 | 2024-09-27T17:00:27.361Z | Dirty num-traits v0.2.19: the rustflags changed |
1699 | 2024-09-27T17:00:27.362Z | Compiling num-traits v0.2.19 |
1700 | 2024-09-27T17:00:27.367Z | 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=df973dab6b6b4461 -C extra-filename=-df973dab6b6b4461 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1701 | 2024-09-27T17:00:27.632Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507/build-script-build` |
1702 | 2024-09-27T17:00:27.665Z | 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` |
1703 | 2024-09-27T17:00:27.725Z | Dirty serde_json v1.0.125: the rustflags changed |
1704 | 2024-09-27T17:00:27.725Z | Compiling serde_json v1.0.125 |
1705 | 2024-09-27T17:00:27.728Z | 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.125/build.rs --error-format=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=15a1be94685c3c56 -C extra-filename=-15a1be94685c3c56 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-15a1be94685c3c56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1706 | 2024-09-27T17:00:27.745Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461/build-script-build` |
1707 | 2024-09-27T17:00:27.823Z | Dirty socket2 v0.5.7: the rustflags changed |
1708 | 2024-09-27T17:00:27.823Z | Compiling socket2 v0.5.7 |
1709 | 2024-09-27T17:00:27.826Z | 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=7081604ed8ed5c37 -C extra-filename=-7081604ed8ed5c37 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1710 | 2024-09-27T17:00:27.936Z | Dirty fnv v1.0.7: the rustflags changed |
1711 | 2024-09-27T17:00:27.936Z | Compiling fnv v1.0.7 |
1712 | 2024-09-27T17:00:27.940Z | 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` |
1713 | 2024-09-27T17:00:27.970Z | Dirty equivalent v1.0.1: the rustflags changed |
1714 | 2024-09-27T17:00:27.970Z | Compiling equivalent v1.0.1 |
1715 | 2024-09-27T17:00:27.973Z | 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` |
1716 | 2024-09-27T17:00:28.086Z | Dirty slab v0.4.9: the rustflags changed |
1717 | 2024-09-27T17:00:28.086Z | Compiling slab v0.4.9 |
1718 | 2024-09-27T17:00:28.089Z | Dirty futures-io v0.3.30: the rustflags changed |
1719 | 2024-09-27T17:00:28.089Z | Compiling futures-io v0.3.30 |
1720 | 2024-09-27T17:00:28.089Z | 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=26e342cf5190e347 -C extra-filename=-26e342cf5190e347 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1721 | 2024-09-27T17:00:28.089Z | 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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=ec51e95ae6c78625 -C extra-filename=-ec51e95ae6c78625 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1722 | 2024-09-27T17:00:28.147Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-15a1be94685c3c56/build-script-build` |
1723 | 2024-09-27T17:00:28.180Z | Dirty futures-sink v0.3.30: the rustflags changed |
1724 | 2024-09-27T17:00:28.180Z | Compiling futures-sink v0.3.30 |
1725 | 2024-09-27T17:00:28.192Z | 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d5a6af5eceae766d -C extra-filename=-d5a6af5eceae766d --out-dir /work/oxidecomputer/omicron/target/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-09-27T17:00:28.345Z | Dirty const-oid v0.9.6: the rustflags changed |
1727 | 2024-09-27T17:00:28.345Z | Compiling const-oid v0.9.6 |
1728 | 2024-09-27T17:00:28.349Z | 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` |
1729 | 2024-09-27T17:00:28.425Z | Dirty pin-utils v0.1.0: the rustflags changed |
1730 | 2024-09-27T17:00:28.425Z | Compiling pin-utils v0.1.0 |
1731 | 2024-09-27T17:00:28.428Z | 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` |
1732 | 2024-09-27T17:00:28.467Z | Dirty futures-channel v0.3.30: the rustflags changed |
1733 | 2024-09-27T17:00:28.467Z | Compiling futures-channel v0.3.30 |
1734 | 2024-09-27T17:00:28.469Z | 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.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="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"))' -C metadata=315266bf3c88a0ab -C extra-filename=-315266bf3c88a0ab --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-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1735 | 2024-09-27T17:00:28.469Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347/build-script-build` |
1736 | 2024-09-27T17:00:28.531Z | Dirty futures-task v0.3.30: the rustflags changed |
1737 | 2024-09-27T17:00:28.531Z | Compiling futures-task v0.3.30 |
1738 | 2024-09-27T17:00:28.533Z | 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.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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=b2e13e142afbdd87 -C extra-filename=-b2e13e142afbdd87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1739 | 2024-09-27T17:00:28.640Z | 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=2914d78ac96fc53c -C extra-filename=-2914d78ac96fc53c --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` |
1740 | 2024-09-27T17:00:28.759Z | 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=f96e20c34b56be83 -C extra-filename=-f96e20c34b56be83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1741 | 2024-09-27T17:00:28.846Z | Dirty regex-syntax v0.8.4: the rustflags changed |
1742 | 2024-09-27T17:00:28.846Z | Compiling regex-syntax v0.8.4 |
1743 | 2024-09-27T17:00:28.850Z | 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.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"' --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=7d938304ceffab4a -C extra-filename=-7d938304ceffab4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1744 | 2024-09-27T17:00:28.886Z | Dirty cpufeatures v0.2.12: the rustflags changed |
1745 | 2024-09-27T17:00:28.886Z | Compiling cpufeatures v0.2.12 |
1746 | 2024-09-27T17:00:28.888Z | 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.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())' -C metadata=250510e548f1bd64 -C extra-filename=-250510e548f1bd64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1747 | 2024-09-27T17:00:28.997Z | Dirty aho-corasick v1.1.3: the rustflags changed |
1748 | 2024-09-27T17:00:28.997Z | Compiling aho-corasick v1.1.3 |
1749 | 2024-09-27T17:00:29.000Z | 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=ccd418511fd0e494 -C extra-filename=-ccd418511fd0e494 --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1750 | 2024-09-27T17:00:29.079Z | Dirty syn v1.0.109: the rustflags changed |
1751 | 2024-09-27T17:00:29.079Z | Compiling syn v1.0.109 |
1752 | 2024-09-27T17:00:29.082Z | Dirty pkg-config v0.3.30: the rustflags changed |
1753 | 2024-09-27T17:00:29.082Z | Compiling pkg-config v0.3.30 |
1754 | 2024-09-27T17:00:29.082Z | 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` |
1755 | 2024-09-27T17:00:29.082Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb481e38678e4e0a -C extra-filename=-eb481e38678e4e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1756 | 2024-09-27T17:00:29.773Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1/build-script-build` |
1757 | 2024-09-27T17:00:29.854Z | 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=0c3b85329fe55c62 -C extra-filename=-0c3b85329fe55c62 --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-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
1758 | 2024-09-27T17:00:30.390Z | Dirty rustix v0.38.34: the rustflags changed |
1759 | 2024-09-27T17:00:30.390Z | Compiling rustix v0.38.34 |
1760 | 2024-09-27T17:00:30.393Z | 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.34/build.rs --error-format=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="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", "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", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=c9b87f87aa9acbac -C extra-filename=-c9b87f87aa9acbac --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-c9b87f87aa9acbac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1761 | 2024-09-27T17:00:30.687Z | Dirty errno v0.3.9: the rustflags changed |
1762 | 2024-09-27T17:00:30.687Z | Compiling errno v0.3.9 |
1763 | 2024-09-27T17:00:30.692Z | 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=afb8d41ec981239d -C extra-filename=-afb8d41ec981239d --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1764 | 2024-09-27T17:00:30.728Z | Dirty semver v1.0.23: the rustflags changed |
1765 | 2024-09-27T17:00:30.729Z | Compiling semver v1.0.23 |
1766 | 2024-09-27T17:00:30.732Z | 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` |
1767 | 2024-09-27T17:00:30.940Z | Dirty heck v0.5.0: the rustflags changed |
1768 | 2024-09-27T17:00:30.940Z | Compiling heck v0.5.0 |
1769 | 2024-09-27T17:00:30.942Z | 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` |
1770 | 2024-09-27T17:00:30.972Z | Dirty tracing-core v0.1.32: the rustflags changed |
1771 | 2024-09-27T17:00:30.973Z | Compiling tracing-core v0.1.32 |
1772 | 2024-09-27T17:00:30.975Z | 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=adeb21224cd93e5d -C extra-filename=-adeb21224cd93e5d --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-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1773 | 2024-09-27T17:00:31.258Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-c9b87f87aa9acbac/build-script-build` |
1774 | 2024-09-27T17:00:31.358Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4/build-script-build` |
1775 | 2024-09-27T17:00:31.389Z | Dirty iana-time-zone v0.1.60: the rustflags changed |
1776 | 2024-09-27T17:00:31.389Z | Compiling iana-time-zone v0.1.60 |
1777 | 2024-09-27T17:00:31.392Z | 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.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=e4234c30fefa5b8b -C extra-filename=-e4234c30fefa5b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1778 | 2024-09-27T17:00:31.434Z | Dirty tinyvec_macros v0.1.1: the rustflags changed |
1779 | 2024-09-27T17:00:31.434Z | Compiling tinyvec_macros v0.1.1 |
1780 | 2024-09-27T17:00:31.437Z | 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` |
1781 | 2024-09-27T17:00:31.456Z | Dirty unicode-bidi v0.3.15: the rustflags changed |
1782 | 2024-09-27T17:00:31.456Z | Compiling unicode-bidi v0.3.15 |
1783 | 2024-09-27T17:00:31.459Z | 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.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="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=773c324f50696e3f -C extra-filename=-773c324f50696e3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1784 | 2024-09-27T17:00:31.532Z | Dirty tinyvec v1.6.0: the rustflags changed |
1785 | 2024-09-27T17:00:31.532Z | Compiling tinyvec v1.6.0 |
1786 | 2024-09-27T17:00:31.535Z | 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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=bfd9b440086bc207 -C extra-filename=-bfd9b440086bc207 --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` |
1787 | 2024-09-27T17:00:31.856Z | Dirty percent-encoding v2.3.1: the rustflags changed |
1788 | 2024-09-27T17:00:31.856Z | Compiling percent-encoding v2.3.1 |
1789 | 2024-09-27T17:00:31.859Z | 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` |
1790 | 2024-09-27T17:00:32.247Z | Dirty ppv-lite86 v0.2.17: the rustflags changed |
1791 | 2024-09-27T17:00:32.247Z | Compiling ppv-lite86 v0.2.17 |
1792 | 2024-09-27T17:00:32.250Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=de1c01fb16cf43da -C extra-filename=-de1c01fb16cf43da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1793 | 2024-09-27T17:00:32.377Z | Dirty regex-automata v0.4.6: the rustflags changed |
1794 | 2024-09-27T17:00:32.377Z | Compiling regex-automata v0.4.6 |
1795 | 2024-09-27T17:00:32.379Z | 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.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="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=fcd8ea28b6b8ac77 -C extra-filename=-fcd8ea28b6b8ac77 --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-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1796 | 2024-09-27T17:00:32.976Z | Dirty unicode-normalization v0.1.23: the rustflags changed |
1797 | 2024-09-27T17:00:32.976Z | Compiling unicode-normalization v0.1.23 |
1798 | 2024-09-27T17:00:32.979Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4163aa611c9fa9ab -C extra-filename=-4163aa611c9fa9ab --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-bfd9b440086bc207.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1799 | 2024-09-27T17:00:33.011Z | Dirty form_urlencoded v1.2.1: the rustflags changed |
1800 | 2024-09-27T17:00:33.011Z | Compiling form_urlencoded v1.2.1 |
1801 | 2024-09-27T17:00:33.014Z | 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` |
1802 | 2024-09-27T17:00:33.065Z | Dirty rand_chacha v0.3.1: the rustflags changed |
1803 | 2024-09-27T17:00:33.066Z | Compiling rand_chacha v0.3.1 |
1804 | 2024-09-27T17:00:33.068Z | 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=232b7ed080472947 -C extra-filename=-232b7ed080472947 --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-de1c01fb16cf43da.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1805 | 2024-09-27T17:00:33.355Z | Dirty vcpkg v0.2.15: the rustflags changed |
1806 | 2024-09-27T17:00:33.355Z | Compiling vcpkg v0.2.15 |
1807 | 2024-09-27T17:00:33.358Z | 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` |
1808 | 2024-09-27T17:00:34.083Z | Dirty serde_derive_internals v0.29.1: the rustflags changed |
1809 | 2024-09-27T17:00:34.083Z | Compiling serde_derive_internals v0.29.1 |
1810 | 2024-09-27T17:00:34.085Z | 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=8bdd97e67bf53503 -C extra-filename=-8bdd97e67bf53503 --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-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1811 | 2024-09-27T17:00:34.729Z | Dirty dyn-clone v1.0.17: the rustflags changed |
1812 | 2024-09-27T17:00:34.730Z | Compiling dyn-clone v1.0.17 |
1813 | 2024-09-27T17:00:34.732Z | 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` |
1814 | 2024-09-27T17:00:34.998Z | Dirty schemars v0.8.21: the rustflags changed |
1815 | 2024-09-27T17:00:34.998Z | Compiling schemars v0.8.21 |
1816 | 2024-09-27T17:00:35.002Z | 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` |
1817 | 2024-09-27T17:00:35.384Z | Dirty rand v0.8.5: the rustflags changed |
1818 | 2024-09-27T17:00:35.384Z | Compiling rand v0.8.5 |
1819 | 2024-09-27T17:00:35.387Z | 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="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=6ea14e4997ff6b64 -C extra-filename=-6ea14e4997ff6b64 --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-3cee8a96976693de.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-232b7ed080472947.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1820 | 2024-09-27T17:00:35.455Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e/build-script-build` |
1821 | 2024-09-27T17:00:35.489Z | Dirty crossbeam-utils v0.8.19: the rustflags changed |
1822 | 2024-09-27T17:00:35.489Z | Compiling crossbeam-utils v0.8.19 |
1823 | 2024-09-27T17:00:35.492Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c614866a1ad12207 -C extra-filename=-c614866a1ad12207 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1824 | 2024-09-27T17:00:35.511Z | Dirty ring v0.17.8: the rustflags changed |
1825 | 2024-09-27T17:00:35.512Z | Compiling ring v0.17.8 |
1826 | 2024-09-27T17:00:35.517Z | 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=30391ef0dfabbbd4 -C extra-filename=-30391ef0dfabbbd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-30391ef0dfabbbd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-16c270462d044a3e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1827 | 2024-09-27T17:00:35.563Z | Dirty lazy_static v1.5.0: the rustflags changed |
1828 | 2024-09-27T17:00:35.563Z | Compiling lazy_static v1.5.0 |
1829 | 2024-09-27T17:00:35.566Z | 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=4058c7340bf7b5f3 -C extra-filename=-4058c7340bf7b5f3 --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-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1830 | 2024-09-27T17:00:35.700Z | Dirty httparse v1.8.0: the rustflags changed |
1831 | 2024-09-27T17:00:35.700Z | Compiling httparse v1.8.0 |
1832 | 2024-09-27T17:00:35.703Z | 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.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=080b0553c9222f9d -C extra-filename=-080b0553c9222f9d --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1833 | 2024-09-27T17:00:36.205Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207/build-script-build` |
1834 | 2024-09-27T17:00:36.235Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d/build-script-build` |
1835 | 2024-09-27T17:00:36.257Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=6f3b480f63e334a5 -C extra-filename=-6f3b480f63e334a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1836 | 2024-09-27T17:00:36.283Z | Dirty idna v0.5.0: the rustflags changed |
1837 | 2024-09-27T17:00:36.283Z | Compiling idna v0.5.0 |
1838 | 2024-09-27T17:00:36.286Z | 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=28c67756af01de96 -C extra-filename=-28c67756af01de96 --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1839 | 2024-09-27T17:00:36.755Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-30391ef0dfabbbd4/build-script-build` |
1840 | 2024-09-27T17:00:36.903Z | 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.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("default", "std"))' -C metadata=4ceb8996510f7f6e -C extra-filename=-4ceb8996510f7f6e --out-dir /work/oxidecomputer/omicron/target/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` |
1841 | 2024-09-27T17:00:37.301Z | Dirty url v2.5.2: the rustflags changed |
1842 | 2024-09-27T17:00:37.301Z | Compiling url v2.5.2 |
1843 | 2024-09-27T17:00:37.304Z | 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=c883dcfe2d3789aa -C extra-filename=-c883dcfe2d3789aa --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-28c67756af01de96.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` |
1844 | 2024-09-27T17:00:37.548Z | Dirty time-core v0.1.2: the rustflags changed |
1845 | 2024-09-27T17:00:37.548Z | Compiling time-core v0.1.2 |
1846 | 2024-09-27T17:00:37.550Z | 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` |
1847 | 2024-09-27T17:00:37.602Z | Dirty num-conv v0.1.0: the rustflags changed |
1848 | 2024-09-27T17:00:37.602Z | Compiling num-conv v0.1.0 |
1849 | 2024-09-27T17:00:37.605Z | 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` |
1850 | 2024-09-27T17:00:37.737Z | Dirty regex v1.10.6: the rustflags changed |
1851 | 2024-09-27T17:00:37.737Z | Compiling regex v1.10.6 |
1852 | 2024-09-27T17:00:37.740Z | 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.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="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=f062f553787acf4a -C extra-filename=-f062f553787acf4a --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-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1853 | 2024-09-27T17:00:37.853Z | Dirty powerfmt v0.2.0: the rustflags changed |
1854 | 2024-09-27T17:00:37.853Z | Compiling powerfmt v0.2.0 |
1855 | 2024-09-27T17:00:37.856Z | 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` |
1856 | 2024-09-27T17:00:37.877Z | Dirty time-macros v0.2.18: the rustflags changed |
1857 | 2024-09-27T17:00:37.877Z | Compiling time-macros v0.2.18 |
1858 | 2024-09-27T17:00:37.880Z | 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` |
1859 | 2024-09-27T17:00:38.254Z | Dirty deranged v0.3.11: the rustflags changed |
1860 | 2024-09-27T17:00:38.254Z | Compiling deranged v0.3.11 |
1861 | 2024-09-27T17:00:38.256Z | 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` |
1862 | 2024-09-27T17:00:38.796Z | Dirty num_threads v0.1.7: the rustflags changed |
1863 | 2024-09-27T17:00:38.796Z | Compiling num_threads v0.1.7 |
1864 | 2024-09-27T17:00:38.799Z | 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` |
1865 | 2024-09-27T17:00:38.931Z | Dirty either v1.13.0: the rustflags changed |
1866 | 2024-09-27T17:00:38.931Z | Compiling either v1.13.0 |
1867 | 2024-09-27T17:00:38.933Z | 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` |
1868 | 2024-09-27T17:00:39.133Z | Dirty untrusted v0.9.0: the rustflags changed |
1869 | 2024-09-27T17:00:39.133Z | Compiling untrusted v0.9.0 |
1870 | 2024-09-27T17:00:39.170Z | 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` |
1871 | 2024-09-27T17:00:39.328Z | Dirty rustversion v1.0.17: the rustflags changed |
1872 | 2024-09-27T17:00:39.328Z | Compiling rustversion v1.0.17 |
1873 | 2024-09-27T17:00:39.349Z | 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` |
1874 | 2024-09-27T17:00:39.353Z | Dirty base64ct v1.6.0: the rustflags changed |
1875 | 2024-09-27T17:00:39.353Z | Compiling base64ct v1.6.0 |
1876 | 2024-09-27T17:00:39.356Z | 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` |
1877 | 2024-09-27T17:00:39.962Z | Dirty unicode-width v0.1.13: the rustflags changed |
1878 | 2024-09-27T17:00:39.962Z | Compiling unicode-width v0.1.13 |
1879 | 2024-09-27T17:00:39.964Z | 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3919ec52e6b0b262 -C extra-filename=-3919ec52e6b0b262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1880 | 2024-09-27T17:00:40.217Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0/build-script-build` |
1881 | 2024-09-27T17:00:40.220Z | Dirty slog v2.7.0: the rustflags changed |
1882 | 2024-09-27T17:00:40.220Z | Compiling slog v2.7.0 |
1883 | 2024-09-27T17:00:40.240Z | 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` |
1884 | 2024-09-27T17:00:40.264Z | Dirty httpdate v1.0.3: the rustflags changed |
1885 | 2024-09-27T17:00:40.264Z | Compiling httpdate v1.0.3 |
1886 | 2024-09-27T17:00:40.267Z | 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` |
1887 | 2024-09-27T17:00:40.267Z | 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"))'` |
1888 | 2024-09-27T17:00:40.613Z | Dirty serde_derive v1.0.208: the rustflags changed |
1889 | 2024-09-27T17:00:40.613Z | Compiling serde_derive v1.0.208 |
1890 | 2024-09-27T17:00:40.616Z | 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.208/src/lib.rs --error-format=json --json=diagnostic-rendered-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=9d3985cfd86df11e -C extra-filename=-9d3985cfd86df11e --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1891 | 2024-09-27T17:00:40.692Z | Dirty zeroize_derive v1.4.2: the rustflags changed |
1892 | 2024-09-27T17:00:40.692Z | Compiling zeroize_derive v1.4.2 |
1893 | 2024-09-27T17:00:40.695Z | 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=c41601d782ff3b61 -C extra-filename=-c41601d782ff3b61 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1894 | 2024-09-27T17:00:40.825Z | Dirty zerocopy-derive v0.7.34: the rustflags changed |
1895 | 2024-09-27T17:00:40.825Z | Compiling zerocopy-derive v0.7.34 |
1896 | 2024-09-27T17:00:40.827Z | 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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-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=93f3f46e1071aff3 -C extra-filename=-93f3f46e1071aff3 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1897 | 2024-09-27T17:00:41.282Z | Dirty thiserror-impl v1.0.63: the rustflags changed |
1898 | 2024-09-27T17:00:41.282Z | Compiling thiserror-impl v1.0.63 |
1899 | 2024-09-27T17:00:41.297Z | 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.63/src/lib.rs --error-format=json --json=diagnostic-rendered-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=799532d0aec7b49d -C extra-filename=-799532d0aec7b49d --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1900 | 2024-09-27T17:00:41.722Z | Dirty tokio-macros v2.4.0: the rustflags changed |
1901 | 2024-09-27T17:00:41.722Z | Compiling tokio-macros v2.4.0 |
1902 | 2024-09-27T17:00:41.730Z | 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=20df5afb8d504e8a -C extra-filename=-20df5afb8d504e8a --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1903 | 2024-09-27T17:00:42.452Z | Dirty zeroize v1.8.1: the rustflags changed |
1904 | 2024-09-27T17:00:42.452Z | Compiling zeroize v1.8.1 |
1905 | 2024-09-27T17:00:42.490Z | 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=b64633d534e9a792 -C extra-filename=-b64633d534e9a792 --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-c41601d782ff3b61.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1906 | 2024-09-27T17:00:42.539Z | Dirty futures-macro v0.3.30: the rustflags changed |
1907 | 2024-09-27T17:00:42.539Z | Compiling futures-macro v0.3.30 |
1908 | 2024-09-27T17:00:42.542Z | 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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-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=5d59140073378632 -C extra-filename=-5d59140073378632 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1909 | 2024-09-27T17:00:42.857Z | 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=3459d31894bcb70d -C extra-filename=-3459d31894bcb70d --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-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
1910 | 2024-09-27T17:00:43.283Z | Dirty zerocopy v0.7.34: the rustflags changed |
1911 | 2024-09-27T17:00:43.283Z | Compiling zerocopy v0.7.34 |
1912 | 2024-09-27T17:00:43.286Z | 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.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="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=6a6c96d3d3dbf088 -C extra-filename=-6a6c96d3d3dbf088 --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-93f3f46e1071aff3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1913 | 2024-09-27T17:00:43.505Z | Dirty tracing-attributes v0.1.27: the rustflags changed |
1914 | 2024-09-27T17:00:43.505Z | Compiling tracing-attributes v0.1.27 |
1915 | 2024-09-27T17:00:43.508Z | 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=f3dcb8757f01168e -C extra-filename=-f3dcb8757f01168e --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1916 | 2024-09-27T17:00:43.968Z | Dirty schemars_derive v0.8.21: the rustflags changed |
1917 | 2024-09-27T17:00:43.968Z | Compiling schemars_derive v0.8.21 |
1918 | 2024-09-27T17:00:43.971Z | 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=e9b9ae5b4f5c74d2 -C extra-filename=-e9b9ae5b4f5c74d2 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-8bdd97e67bf53503.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1919 | 2024-09-27T17:00:44.334Z | Dirty crypto-common v0.1.6: the rustflags changed |
1920 | 2024-09-27T17:00:44.334Z | Compiling crypto-common v0.1.6 |
1921 | 2024-09-27T17:00:44.341Z | 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=63411cafe06c85bd -C extra-filename=-63411cafe06c85bd --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-3459d31894bcb70d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.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` |
1922 | 2024-09-27T17:00:44.576Z | Dirty block-buffer v0.10.4: the rustflags changed |
1923 | 2024-09-27T17:00:44.576Z | Compiling block-buffer v0.10.4 |
1924 | 2024-09-27T17:00:44.579Z | 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=ed59d51a842926e2 -C extra-filename=-ed59d51a842926e2 --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-3459d31894bcb70d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1925 | 2024-09-27T17:00:44.712Z | 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.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da9815be099cf41c -C extra-filename=-da9815be099cf41c --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-799532d0aec7b49d.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)'` |
1926 | 2024-09-27T17:00:44.777Z | 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=bdb500d6706a0d33 -C extra-filename=-bdb500d6706a0d33 --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-bb6974eb2a6ed7a2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
1927 | 2024-09-27T17:00:44.856Z | Dirty digest v0.10.7: the rustflags changed |
1928 | 2024-09-27T17:00:44.856Z | Compiling digest v0.10.7 |
1929 | 2024-09-27T17:00:44.856Z | 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=ca0a7abe1fe991cc -C extra-filename=-ca0a7abe1fe991cc --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-ed59d51a842926e2.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-63411cafe06c85bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1930 | 2024-09-27T17:00:44.878Z | Dirty futures-util v0.3.30: the rustflags changed |
1931 | 2024-09-27T17:00:44.879Z | Compiling futures-util v0.3.30 |
1932 | 2024-09-27T17:00:44.888Z | Dirty block-padding v0.3.3: the rustflags changed |
1933 | 2024-09-27T17:00:44.888Z | Compiling block-padding v0.3.3 |
1934 | 2024-09-27T17:00:44.899Z | 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=1df7013ae5da0785 -C extra-filename=-1df7013ae5da0785 --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-3459d31894bcb70d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1935 | 2024-09-27T17:00:44.902Z | 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.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="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"))' -C metadata=b15458759d1621c8 -C extra-filename=-b15458759d1621c8 --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-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-5d59140073378632.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.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-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1936 | 2024-09-27T17:00:45.105Z | Dirty inout v0.1.3: the rustflags changed |
1937 | 2024-09-27T17:00:45.106Z | Compiling inout v0.1.3 |
1938 | 2024-09-27T17:00:45.108Z | 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=d345e3f692f84e20 -C extra-filename=-d345e3f692f84e20 --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-1df7013ae5da0785.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3459d31894bcb70d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1939 | 2024-09-27T17:00:45.131Z | Dirty time v0.3.36: the rustflags changed |
1940 | 2024-09-27T17:00:45.131Z | Compiling time v0.3.36 |
1941 | 2024-09-27T17:00:45.134Z | 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=2127d3e6f9069305 -C extra-filename=-2127d3e6f9069305 --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-3cee8a96976693de.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` |
1942 | 2024-09-27T17:00:45.402Z | Dirty hashbrown v0.14.5: the rustflags changed |
1943 | 2024-09-27T17:00:45.402Z | Compiling hashbrown v0.14.5 |
1944 | 2024-09-27T17:00:45.413Z | 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"' --cfg 'feature="raw"' --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=333cc1e052d8280e -C extra-filename=-333cc1e052d8280e --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-bdb500d6706a0d33.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` |
1945 | 2024-09-27T17:00:45.426Z | Dirty cipher v0.4.4: the rustflags changed |
1946 | 2024-09-27T17:00:45.429Z | Compiling cipher v0.4.4 |
1947 | 2024-09-27T17:00:45.432Z | 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=e977bd3425988650 -C extra-filename=-e977bd3425988650 --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-63411cafe06c85bd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d345e3f692f84e20.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1948 | 2024-09-27T17:00:45.474Z | 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=e736e5009c91f06c -C extra-filename=-e736e5009c91f06c --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-bb6974eb2a6ed7a2.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.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-174c0052e817e966/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
1949 | 2024-09-27T17:00:45.977Z | Dirty hmac v0.12.1: the rustflags changed |
1950 | 2024-09-27T17:00:45.977Z | Compiling hmac v0.12.1 |
1951 | 2024-09-27T17:00:45.985Z | 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=67128cdfc27fc86d -C extra-filename=-67128cdfc27fc86d --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-ca0a7abe1fe991cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1952 | 2024-09-27T17:00:46.235Z | Dirty sha2 v0.10.8: the rustflags changed |
1953 | 2024-09-27T17:00:46.235Z | Compiling sha2 v0.10.8 |
1954 | 2024-09-27T17:00:46.238Z | 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=d9632f57eb46e292 -C extra-filename=-d9632f57eb46e292 --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-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ca0a7abe1fe991cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1955 | 2024-09-27T17:00:46.862Z | Dirty async-trait v0.1.82: the rustflags changed |
1956 | 2024-09-27T17:00:46.862Z | Compiling async-trait v0.1.82 |
1957 | 2024-09-27T17:00:46.865Z | 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.82/src/lib.rs --error-format=json --json=diagnostic-rendered-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=f9ec920ba5de742f -C extra-filename=-f9ec920ba5de742f --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1958 | 2024-09-27T17:00:47.643Z | Dirty strsim v0.11.1: the rustflags changed |
1959 | 2024-09-27T17:00:47.643Z | Compiling strsim v0.11.1 |
1960 | 2024-09-27T17:00:47.646Z | Dirty tracing v0.1.40: the rustflags changed |
1961 | 2024-09-27T17:00:47.646Z | Compiling tracing v0.1.40 |
1962 | 2024-09-27T17:00:47.646Z | 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` |
1963 | 2024-09-27T17:00:47.646Z | 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=925764fe8d28be41 -C extra-filename=-925764fe8d28be41 --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-9bb3211f8a6d4da7.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-f3dcb8757f01168e.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-adeb21224cd93e5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1964 | 2024-09-27T17:00:48.198Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81/build-script-build` |
1965 | 2024-09-27T17:00:48.279Z | Dirty backtrace v0.3.71: the rustflags changed |
1966 | 2024-09-27T17:00:48.279Z | Compiling backtrace v0.3.71 |
1967 | 2024-09-27T17:00:48.282Z | 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/backtrace-0.3.71/build.rs --error-format=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("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=b570e6b245a73107 -C extra-filename=-b570e6b245a73107 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-b570e6b245a73107 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-16c270462d044a3e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1968 | 2024-09-27T17:00:48.611Z | Dirty gimli v0.28.1: the rustflags changed |
1969 | 2024-09-27T17:00:48.611Z | Compiling gimli v0.28.1 |
1970 | 2024-09-27T17:00:48.614Z | 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.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="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=1eda159745dc50fc -C extra-filename=-1eda159745dc50fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1971 | 2024-09-27T17:00:48.885Z | Dirty try-lock v0.2.5: the rustflags changed |
1972 | 2024-09-27T17:00:48.885Z | Compiling try-lock v0.2.5 |
1973 | 2024-09-27T17:00:48.891Z | 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` |
1974 | 2024-09-27T17:00:49.053Z | Dirty adler v1.0.2: the rustflags changed |
1975 | 2024-09-27T17:00:49.053Z | Compiling adler v1.0.2 |
1976 | 2024-09-27T17:00:49.056Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=74707462cb48944c -C extra-filename=-74707462cb48944c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1977 | 2024-09-27T17:00:49.198Z | 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.208/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=19476516253bd8c8 -C extra-filename=-19476516253bd8c8 --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-9d3985cfd86df11e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_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)'` |
1978 | 2024-09-27T17:00:49.224Z | Dirty miniz_oxide v0.7.2: the rustflags changed |
1979 | 2024-09-27T17:00:49.224Z | Compiling miniz_oxide v0.7.2 |
1980 | 2024-09-27T17:00:49.227Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=b6745610e627cedf -C extra-filename=-b6745610e627cedf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-74707462cb48944c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1981 | 2024-09-27T17:00:49.311Z | Dirty want v0.3.1: the rustflags changed |
1982 | 2024-09-27T17:00:49.311Z | Compiling want v0.3.1 |
1983 | 2024-09-27T17:00:49.311Z | 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` |
1984 | 2024-09-27T17:00:49.604Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-b570e6b245a73107/build-script-build` |
1985 | 2024-09-27T17:00:49.633Z | 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` |
1986 | 2024-09-27T17:00:49.824Z | Dirty object v0.32.2: the rustflags changed |
1987 | 2024-09-27T17:00:49.824Z | Compiling object v0.32.2 |
1988 | 2024-09-27T17:00:49.846Z | 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.32.2/src/lib.rs --error-format=json --json=diagnostic-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", "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=28740f4d46b8b6dd -C extra-filename=-28740f4d46b8b6dd --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1989 | 2024-09-27T17:00:49.929Z | Dirty rustc-demangle v0.1.24: the rustflags changed |
1990 | 2024-09-27T17:00:49.929Z | Compiling rustc-demangle v0.1.24 |
1991 | 2024-09-27T17:00:49.929Z | 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` |
1992 | 2024-09-27T17:00:50.125Z | Dirty anyhow v1.0.89: the rustflags changed |
1993 | 2024-09-27T17:00:50.125Z | Compiling anyhow v1.0.89 |
1994 | 2024-09-27T17:00:50.141Z | 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` |
1995 | 2024-09-27T17:00:50.344Z | Dirty tower-service v0.3.2: the rustflags changed |
1996 | 2024-09-27T17:00:50.344Z | Compiling tower-service v0.3.2 |
1997 | 2024-09-27T17:00:50.346Z | 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c20ddb2efdeabe78 -C extra-filename=-c20ddb2efdeabe78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1998 | 2024-09-27T17:00:50.487Z | Dirty pem-rfc7468 v0.7.0: the rustflags changed |
1999 | 2024-09-27T17:00:50.487Z | Compiling pem-rfc7468 v0.7.0 |
2000 | 2024-09-27T17:00:50.490Z | 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` |
2001 | 2024-09-27T17:00:50.512Z | Dirty der_derive v0.7.2: the rustflags changed |
2002 | 2024-09-27T17:00:50.512Z | Compiling der_derive v0.7.2 |
2003 | 2024-09-27T17:00:50.516Z | 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.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=5a1f17b7266557e3 -C extra-filename=-5a1f17b7266557e3 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2004 | 2024-09-27T17:00:50.846Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589/build-script-build` |
2005 | 2024-09-27T17:00:50.905Z | Dirty futures-executor v0.3.30: the rustflags changed |
2006 | 2024-09-27T17:00:50.905Z | Compiling futures-executor v0.3.30 |
2007 | 2024-09-27T17:00:50.908Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=1fa38a8fcb2f2ec8 -C extra-filename=-1fa38a8fcb2f2ec8 --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-965f1abbaef84084.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2008 | 2024-09-27T17:00:51.061Z | Dirty openssl-sys v0.9.103: the rustflags changed |
2009 | 2024-09-27T17:00:51.061Z | Compiling openssl-sys v0.9.103 |
2010 | 2024-09-27T17:00:51.065Z | 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=0c8532f9836cb990 -C extra-filename=-0c8532f9836cb990 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-0c8532f9836cb990 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-16c270462d044a3e.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.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` |
2011 | 2024-09-27T17:00:51.148Z | Dirty futures v0.3.30: the rustflags changed |
2012 | 2024-09-27T17:00:51.148Z | Compiling futures v0.3.30 |
2013 | 2024-09-27T17:00:51.151Z | 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.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="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"))' -C metadata=c1ea8c1ff613af68 -C extra-filename=-c1ea8c1ff613af68 --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-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-1fa38a8fcb2f2ec8.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2014 | 2024-09-27T17:00:51.266Z | Dirty base64 v0.21.7: the rustflags changed |
2015 | 2024-09-27T17:00:51.266Z | Compiling base64 v0.21.7 |
2016 | 2024-09-27T17:00:51.269Z | 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` |
2017 | 2024-09-27T17:00:51.290Z | Dirty flagset v0.4.5: the rustflags changed |
2018 | 2024-09-27T17:00:51.290Z | Compiling flagset v0.4.5 |
2019 | 2024-09-27T17:00:51.293Z | 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.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", "std"))' -C metadata=881d334f1a3d1211 -C extra-filename=-881d334f1a3d1211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2020 | 2024-09-27T17:00:51.506Z | Dirty mime v0.3.17: the rustflags changed |
2021 | 2024-09-27T17:00:51.506Z | Compiling mime v0.3.17 |
2022 | 2024-09-27T17:00:51.510Z | 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` |
2023 | 2024-09-27T17:00:51.529Z | Dirty pbkdf2 v0.12.2: the rustflags changed |
2024 | 2024-09-27T17:00:51.529Z | Compiling pbkdf2 v0.12.2 |
2025 | 2024-09-27T17:00:51.532Z | 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=59943db3992387f1 -C extra-filename=-59943db3992387f1 --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-ca0a7abe1fe991cc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-67128cdfc27fc86d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2026 | 2024-09-27T17:00:51.717Z | Dirty aes v0.8.4: the rustflags changed |
2027 | 2024-09-27T17:00:51.717Z | Compiling aes v0.8.4 |
2028 | 2024-09-27T17:00:51.721Z | 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=18f4db89bee0a6d1 -C extra-filename=-18f4db89bee0a6d1 --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-e977bd3425988650.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2029 | 2024-09-27T17:00:52.074Z | Dirty heck v0.4.1: the rustflags changed |
2030 | 2024-09-27T17:00:52.074Z | Compiling heck v0.4.1 |
2031 | 2024-09-27T17:00:52.077Z | 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` |
2032 | 2024-09-27T17:00:52.117Z | Dirty cbc v0.1.2: the rustflags changed |
2033 | 2024-09-27T17:00:52.118Z | Compiling cbc v0.1.2 |
2034 | 2024-09-27T17:00:52.134Z | 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=8e15544280dfd98f -C extra-filename=-8e15544280dfd98f --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-e977bd3425988650.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2035 | 2024-09-27T17:00:52.304Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-0c8532f9836cb990/build-script-main` |
2036 | 2024-09-27T17:00:52.353Z | Dirty salsa20 v0.10.2: the rustflags changed |
2037 | 2024-09-27T17:00:52.353Z | Compiling salsa20 v0.10.2 |
2038 | 2024-09-27T17:00:52.368Z | 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=5b57e9dc52e91e26 -C extra-filename=-5b57e9dc52e91e26 --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-e977bd3425988650.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2039 | 2024-09-27T17:00:52.394Z | Dirty winnow v0.5.40: the rustflags changed |
2040 | 2024-09-27T17:00:52.394Z | Compiling winnow v0.5.40 |
2041 | 2024-09-27T17:00:52.397Z | 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` |
2042 | 2024-09-27T17:00:52.585Z | Dirty scrypt v0.11.0: the rustflags changed |
2043 | 2024-09-27T17:00:52.585Z | Compiling scrypt v0.11.0 |
2044 | 2024-09-27T17:00:52.588Z | Dirty ipnet v2.9.0: the rustflags changed |
2045 | 2024-09-27T17:00:52.588Z | Compiling ipnet v2.9.0 |
2046 | 2024-09-27T17:00:52.588Z | 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=89dfe84e212a9e78 -C extra-filename=-89dfe84e212a9e78 --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-59943db3992387f1.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-5b57e9dc52e91e26.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2047 | 2024-09-27T17:00:52.588Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=7e28ccd96dc058f1 -C extra-filename=-7e28ccd96dc058f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2048 | 2024-09-27T17:00:53.181Z | Dirty addr2line v0.21.0: the rustflags changed |
2049 | 2024-09-27T17:00:53.181Z | Compiling addr2line v0.21.0 |
2050 | 2024-09-27T17:00:53.197Z | 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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=c07277663cfdc1d0 -C extra-filename=-c07277663cfdc1d0 --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-1eda159745dc50fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2051 | 2024-09-27T17:00:53.291Z | Dirty der v0.7.9: the rustflags changed |
2052 | 2024-09-27T17:00:53.291Z | Compiling der v0.7.9 |
2053 | 2024-09-27T17:00:53.295Z | 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=58d414abc21eec5c -C extra-filename=-58d414abc21eec5c --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-5a1f17b7266557e3.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-881d334f1a3d1211.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2054 | 2024-09-27T17:00:53.519Z | Dirty openssl v0.10.66: the rustflags changed |
2055 | 2024-09-27T17:00:53.519Z | Compiling openssl v0.10.66 |
2056 | 2024-09-27T17:00:53.522Z | 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` |
2057 | 2024-09-27T17:00:53.807Z | Dirty openssl-probe v0.1.5: the rustflags changed |
2058 | 2024-09-27T17:00:53.807Z | Compiling openssl-probe v0.1.5 |
2059 | 2024-09-27T17:00:53.814Z | 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` |
2060 | 2024-09-27T17:00:53.853Z | Dirty foreign-types-shared v0.1.1: the rustflags changed |
2061 | 2024-09-27T17:00:53.853Z | Compiling foreign-types-shared v0.1.1 |
2062 | 2024-09-27T17:00:53.856Z | 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` |
2063 | 2024-09-27T17:00:53.984Z | Dirty foreign-types v0.3.2: the rustflags changed |
2064 | 2024-09-27T17:00:53.984Z | Compiling foreign-types v0.3.2 |
2065 | 2024-09-27T17:00:53.987Z | 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` |
2066 | 2024-09-27T17:00:54.042Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d/build-script-build` |
2067 | 2024-09-27T17:00:54.078Z | 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=01bb75b60de83b30 -C extra-filename=-01bb75b60de83b30 --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-3cee8a96976693de.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)'` |
2068 | 2024-09-27T17:00:54.107Z | Dirty openssl-macros v0.1.1: the rustflags changed |
2069 | 2024-09-27T17:00:54.107Z | Compiling openssl-macros v0.1.1 |
2070 | 2024-09-27T17:00:54.113Z | 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=18fa0f8ee4f51cd3 -C extra-filename=-18fa0f8ee4f51cd3 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2071 | 2024-09-27T17:00:54.182Z | Dirty encoding_rs v0.8.34: the rustflags changed |
2072 | 2024-09-27T17:00:54.182Z | Compiling encoding_rs v0.8.34 |
2073 | 2024-09-27T17:00:54.186Z | 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` |
2074 | 2024-09-27T17:00:54.538Z | Dirty rustls v0.21.12: the rustflags changed |
2075 | 2024-09-27T17:00:54.538Z | Compiling rustls v0.21.12 |
2076 | 2024-09-27T17:00:54.541Z | 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="dangerous_configuration"' --cfg 'feature="default"' --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=cc7004d78b197d5b -C extra-filename=-cc7004d78b197d5b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-cc7004d78b197d5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2077 | 2024-09-27T17:00:54.875Z | Dirty data-encoding v2.6.0: the rustflags changed |
2078 | 2024-09-27T17:00:54.875Z | Compiling data-encoding v2.6.0 |
2079 | 2024-09-27T17:00:54.879Z | 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` |
2080 | 2024-09-27T17:00:55.046Z | Dirty ucd-trie v0.1.6: the rustflags changed |
2081 | 2024-09-27T17:00:55.046Z | Compiling ucd-trie v0.1.6 |
2082 | 2024-09-27T17:00:55.064Z | 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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=aadd2b25afa3c353 -C extra-filename=-aadd2b25afa3c353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2083 | 2024-09-27T17:00:55.425Z | Dirty bytes v1.7.2: the rustflags changed |
2084 | 2024-09-27T17:00:55.425Z | Compiling bytes v1.7.2 |
2085 | 2024-09-27T17:00:55.428Z | 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=edb6ed13ed361498 -C extra-filename=-edb6ed13ed361498 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2086 | 2024-09-27T17:00:55.674Z | Dirty bitflags v2.6.0: the rustflags changed |
2087 | 2024-09-27T17:00:55.674Z | Compiling bitflags v2.6.0 |
2088 | 2024-09-27T17:00:55.677Z | 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=8e41b751a0ccc20a -C extra-filename=-8e41b751a0ccc20a --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2089 | 2024-09-27T17:00:55.701Z | 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.125/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c52af4401d46531c -C extra-filename=-c52af4401d46531c --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-3b15747880b886c1.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64 --check-cfg 'cfg(limb_width_32)' --check-cfg 'cfg(limb_width_64)'` |
2090 | 2024-09-27T17:00:56.144Z | Dirty indexmap v2.4.0: the rustflags changed |
2091 | 2024-09-27T17:00:56.144Z | Compiling indexmap v2.4.0 |
2092 | 2024-09-27T17:00:56.147Z | 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.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 '--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=e7d7b8ea648ab4e3 -C extra-filename=-e7d7b8ea648ab4e3 --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-333cc1e052d8280e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2093 | 2024-09-27T17:00:56.417Z | Dirty tokio v1.39.3: the rustflags changed |
2094 | 2024-09-27T17:00:56.417Z | Compiling tokio v1.39.3 |
2095 | 2024-09-27T17:00:56.420Z | 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.39.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="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=5db62e6a0c5ac430 -C extra-filename=-5db62e6a0c5ac430 --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-edb6ed13ed361498.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-73ba9b38c2adb040.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d8a6256384ee3248.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-402a1c926ffbe73d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7081604ed8ed5c37.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-20df5afb8d504e8a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2096 | 2024-09-27T17:00:56.636Z | 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.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"' --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", "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", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=51981822c0da3c8e -C extra-filename=-51981822c0da3c8e --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-8e41b751a0ccc20a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-afb8d41ec981239d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
2097 | 2024-09-27T17:00:56.735Z | Dirty chrono v0.4.38: the rustflags changed |
2098 | 2024-09-27T17:00:56.735Z | Compiling chrono v0.4.38 |
2099 | 2024-09-27T17:00:56.738Z | 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=8599901668faa364 -C extra-filename=-8599901668faa364 --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-e4234c30fefa5b8b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2100 | 2024-09-27T17:00:57.228Z | 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=cb8c86c5f719f8c5 -C extra-filename=-cb8c86c5f719f8c5 --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-19476516253bd8c8.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)'` |
2101 | 2024-09-27T17:00:57.295Z | Dirty uuid v1.10.0: the rustflags changed |
2102 | 2024-09-27T17:00:57.295Z | Compiling uuid v1.10.0 |
2103 | 2024-09-27T17:00:57.301Z | 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=be165005e7972943 -C extra-filename=-be165005e7972943 --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-bb6974eb2a6ed7a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2104 | 2024-09-27T17:00:57.601Z | Dirty toml_datetime v0.6.8: the rustflags changed |
2105 | 2024-09-27T17:00:57.601Z | Compiling toml_datetime v0.6.8 |
2106 | 2024-09-27T17:00:57.604Z | 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=a13a239ec45c3af2 -C extra-filename=-a13a239ec45c3af2 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2107 | 2024-09-27T17:00:57.921Z | Dirty http v0.2.12: the rustflags changed |
2108 | 2024-09-27T17:00:57.921Z | Compiling http v0.2.12 |
2109 | 2024-09-27T17:00:57.925Z | 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=a31786f20b9f0fdb -C extra-filename=-a31786f20b9f0fdb --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-edb6ed13ed361498.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` |
2110 | 2024-09-27T17:00:58.153Z | Dirty serde_spanned v0.6.7: the rustflags changed |
2111 | 2024-09-27T17:00:58.153Z | Compiling serde_spanned v0.6.7 |
2112 | 2024-09-27T17:00:58.157Z | 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.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=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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=fc6ddcff9f820214 -C extra-filename=-fc6ddcff9f820214 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2113 | 2024-09-27T17:00:58.419Z | Dirty serde_tokenstream v0.2.2: the rustflags changed |
2114 | 2024-09-27T17:00:58.419Z | Compiling serde_tokenstream v0.2.2 |
2115 | 2024-09-27T17:00:58.423Z | 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=18d2f5765b7a5050 -C extra-filename=-18d2f5765b7a5050 --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-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2116 | 2024-09-27T17:00:58.562Z | 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.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=fde5ec0b5e75b565 -C extra-filename=-fde5ec0b5e75b565 --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-c07277663cfdc1d0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-b6745610e627cedf.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-28740f4d46b8b6dd.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` |
2117 | 2024-09-27T17:00:59.013Z | Dirty rustc_version v0.4.0: the rustflags changed |
2118 | 2024-09-27T17:00:59.013Z | Compiling rustc_version v0.4.0 |
2119 | 2024-09-27T17:00:59.024Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5207196babc65af3 -C extra-filename=-5207196babc65af3 --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-cb8c86c5f719f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2120 | 2024-09-27T17:00:59.024Z | Dirty spki v0.7.3: the rustflags changed |
2121 | 2024-09-27T17:00:59.024Z | Compiling spki v0.7.3 |
2122 | 2024-09-27T17:00:59.024Z | 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=b8a0ab74de6ab18c -C extra-filename=-b8a0ab74de6ab18c --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-58d414abc21eec5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2123 | 2024-09-27T17:00:59.052Z | 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=c2a7c22d74ea024d -C extra-filename=-c2a7c22d74ea024d --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-edb6ed13ed361498.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-e9b9ae5b4f5c74d2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
2124 | 2024-09-27T17:00:59.242Z | Dirty pkcs5 v0.7.1: the rustflags changed |
2125 | 2024-09-27T17:00:59.242Z | Compiling pkcs5 v0.7.1 |
2126 | 2024-09-27T17:00:59.245Z | 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=9eff6005834d6557 -C extra-filename=-9eff6005834d6557 --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-18f4db89bee0a6d1.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-8e15544280dfd98f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-58d414abc21eec5c.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-59943db3992387f1.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-89dfe84e212a9e78.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b8a0ab74de6ab18c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2127 | 2024-09-27T17:00:59.605Z | 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=e63a39d43754613d -C extra-filename=-e63a39d43754613d --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-fde5ec0b5e75b565.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)'` |
2128 | 2024-09-27T17:01:00.491Z | Dirty http-body v0.4.6: the rustflags changed |
2129 | 2024-09-27T17:01:00.491Z | Compiling http-body v0.4.6 |
2130 | 2024-09-27T17:01:00.494Z | 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=fd32de962b239b34 -C extra-filename=-fd32de962b239b34 --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-edb6ed13ed361498.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.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` |
2131 | 2024-09-27T17:01:00.516Z | Dirty http v1.1.0: the rustflags changed |
2132 | 2024-09-27T17:01:00.516Z | Compiling http v1.1.0 |
2133 | 2024-09-27T17:01:00.519Z | 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=27813c8b8f2c81c2 -C extra-filename=-27813c8b8f2c81c2 --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-edb6ed13ed361498.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` |
2134 | 2024-09-27T17:01:00.550Z | Dirty pkcs8 v0.10.2: the rustflags changed |
2135 | 2024-09-27T17:01:00.550Z | Compiling pkcs8 v0.10.2 |
2136 | 2024-09-27T17:01:00.553Z | 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=d7cb5b81a02ef6f8 -C extra-filename=-d7cb5b81a02ef6f8 --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-58d414abc21eec5c.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-9eff6005834d6557.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b8a0ab74de6ab18c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2137 | 2024-09-27T17:01:00.575Z | Dirty serde_urlencoded v0.7.1: the rustflags changed |
2138 | 2024-09-27T17:01:00.575Z | Compiling serde_urlencoded v0.7.1 |
2139 | 2024-09-27T17:01:00.577Z | 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=8ce276b9163974ea -C extra-filename=-8ce276b9163974ea --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2140 | 2024-09-27T17:01:00.947Z | Dirty utf8parse v0.2.1: the rustflags changed |
2141 | 2024-09-27T17:01:00.947Z | Compiling utf8parse v0.2.1 |
2142 | 2024-09-27T17:01:00.953Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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=da51f585a387d022 -C extra-filename=-da51f585a387d022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2143 | 2024-09-27T17:01:01.124Z | 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=1c28f15d8bd98486 -C extra-filename=-1c28f15d8bd98486 --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-8e41b751a0ccc20a.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-3cee8a96976693de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-18fa0f8ee4f51cd3.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-01bb75b60de83b30.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)'` |
2144 | 2024-09-27T17:01:01.147Z | Dirty pest v2.7.10: the rustflags changed |
2145 | 2024-09-27T17:01:01.147Z | Compiling pest v2.7.10 |
2146 | 2024-09-27T17:01:01.167Z | 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.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="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=3c769f66c9a2e791 -C extra-filename=-3c769f66c9a2e791 --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-3b15747880b886c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-aadd2b25afa3c353.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2147 | 2024-09-27T17:01:01.286Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-cc7004d78b197d5b/build-script-build` |
2148 | 2024-09-27T17:01:01.319Z | Dirty rustls-webpki v0.101.7: the rustflags changed |
2149 | 2024-09-27T17:01:01.319Z | Compiling rustls-webpki v0.101.7 |
2150 | 2024-09-27T17:01:01.322Z | 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=419a2138bdeac3a1 -C extra-filename=-419a2138bdeac3a1 --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-e736e5009c91f06c.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-174c0052e817e966/out` |
2151 | 2024-09-27T17:01:01.990Z | Dirty sct v0.7.1: the rustflags changed |
2152 | 2024-09-27T17:01:01.990Z | Compiling sct v0.7.1 |
2153 | 2024-09-27T17:01:01.994Z | 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=3e3561a2b1032246 -C extra-filename=-3e3561a2b1032246 --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-e736e5009c91f06c.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-174c0052e817e966/out` |
2154 | 2024-09-27T17:01:02.156Z | Dirty sha1 v0.10.6: the rustflags changed |
2155 | 2024-09-27T17:01:02.156Z | Compiling sha1 v0.10.6 |
2156 | 2024-09-27T17:01:02.160Z | 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=b937650cfbeb6e6f -C extra-filename=-b937650cfbeb6e6f --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-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ca0a7abe1fe991cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2157 | 2024-09-27T17:01:02.319Z | Dirty native-tls v0.2.11: the rustflags changed |
2158 | 2024-09-27T17:01:02.320Z | Compiling native-tls v0.2.11 |
2159 | 2024-09-27T17:01:02.323Z | 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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=cf90cf2c6b0283f2 -C extra-filename=-cf90cf2c6b0283f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2160 | 2024-09-27T17:01:02.619Z | 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="dangerous_configuration"' --cfg 'feature="default"' --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=bf090ee4d7c62789 -C extra-filename=-bf090ee4d7c62789 --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-9bb3211f8a6d4da7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-419a2138bdeac3a1.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-3e3561a2b1032246.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out` |
2161 | 2024-09-27T17:01:02.746Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2/build-script-build` |
2162 | 2024-09-27T17:01:02.785Z | Dirty toml_edit v0.19.15: the rustflags changed |
2163 | 2024-09-27T17:01:02.785Z | Compiling toml_edit v0.19.15 |
2164 | 2024-09-27T17:01:02.800Z | 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=0aa41fa91298e638 -C extra-filename=-0aa41fa91298e638 --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-e7d7b8ea648ab4e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fc6ddcff9f820214.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.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` |
2165 | 2024-09-27T17:01:02.943Z | Dirty openapiv3 v2.0.0: the rustflags changed |
2166 | 2024-09-27T17:01:02.943Z | Compiling openapiv3 v2.0.0 |
2167 | 2024-09-27T17:01:02.946Z | 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=1c1e529c4f2fdc97 -C extra-filename=-1c1e529c4f2fdc97 --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-e7d7b8ea648ab4e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2168 | 2024-09-27T17:01:03.041Z | Dirty scroll_derive v0.12.0: the rustflags changed |
2169 | 2024-09-27T17:01:03.041Z | Compiling scroll_derive v0.12.0 |
2170 | 2024-09-27T17:01:03.045Z | 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=3d6dfe70c35098fd -C extra-filename=-3d6dfe70c35098fd --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2171 | 2024-09-27T17:01:03.274Z | Dirty cookie v0.17.0: the rustflags changed |
2172 | 2024-09-27T17:01:03.275Z | Compiling cookie v0.17.0 |
2173 | 2024-09-27T17:01:03.278Z | 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.17.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="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=f9006c4f2b124dac -C extra-filename=-f9006c4f2b124dac --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-f9006c4f2b124dac -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` |
2174 | 2024-09-27T17:01:03.645Z | Dirty anstyle v1.0.8: the rustflags changed |
2175 | 2024-09-27T17:01:03.645Z | Compiling anstyle v1.0.8 |
2176 | 2024-09-27T17:01:03.648Z | 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` |
2177 | 2024-09-27T17:01:04.142Z | Dirty pest_meta v2.7.10: the rustflags changed |
2178 | 2024-09-27T17:01:04.142Z | Compiling pest_meta v2.7.10 |
2179 | 2024-09-27T17:01:04.145Z | 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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=683f44f67d5bcea4 -C extra-filename=-683f44f67d5bcea4 --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-d381d90b77512a0f.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3c769f66c9a2e791.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2180 | 2024-09-27T17:01:04.239Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-f9006c4f2b124dac/build-script-build` |
2181 | 2024-09-27T17:01:04.320Z | Dirty idna v0.3.0: the rustflags changed |
2182 | 2024-09-27T17:01:04.320Z | Compiling idna v0.3.0 |
2183 | 2024-09-27T17:01:04.322Z | 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=10e850573a39292b -C extra-filename=-10e850573a39292b --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2184 | 2024-09-27T17:01:04.685Z | Dirty tokio-util v0.7.11: the rustflags changed |
2185 | 2024-09-27T17:01:04.685Z | Compiling tokio-util v0.7.11 |
2186 | 2024-09-27T17:01:04.687Z | 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.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="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=f476db2fc1ad8484 -C extra-filename=-f476db2fc1ad8484 --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-edb6ed13ed361498.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.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-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2187 | 2024-09-27T17:01:05.936Z | Dirty h2 v0.3.26: the rustflags changed |
2188 | 2024-09-27T17:01:05.936Z | Compiling h2 v0.3.26 |
2189 | 2024-09-27T17:01:05.939Z | 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=3a104f1be4f95ca7 -C extra-filename=-3a104f1be4f95ca7 --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-edb6ed13ed361498.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2190 | 2024-09-27T17:01:06.129Z | Dirty pest_generator v2.7.10: the rustflags changed |
2191 | 2024-09-27T17:01:06.130Z | Compiling pest_generator v2.7.10 |
2192 | 2024-09-27T17:01:06.134Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=b9dbbe36b5c2a1ac -C extra-filename=-b9dbbe36b5c2a1ac --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-3c769f66c9a2e791.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-683f44f67d5bcea4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2193 | 2024-09-27T17:01:07.405Z | 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.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("alpn", "vendored"))' -C metadata=e28111ea9ce2ae7a -C extra-filename=-e28111ea9ce2ae7a --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-9bb3211f8a6d4da7.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.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-01bb75b60de83b30.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` |
2194 | 2024-09-27T17:01:08.033Z | Dirty tokio-rustls v0.24.1: the rustflags changed |
2195 | 2024-09-27T17:01:08.033Z | Compiling tokio-rustls v0.24.1 |
2196 | 2024-09-27T17:01:08.036Z | 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=028c2b6ba7ba4c11 -C extra-filename=-028c2b6ba7ba4c11 --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-bf090ee4d7c62789.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out` |
2197 | 2024-09-27T17:01:08.184Z | Dirty scroll v0.12.0: the rustflags changed |
2198 | 2024-09-27T17:01:08.184Z | Compiling scroll v0.12.0 |
2199 | 2024-09-27T17:01:08.187Z | 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=34e129306816bfab -C extra-filename=-34e129306816bfab --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-3d6dfe70c35098fd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2200 | 2024-09-27T17:01:08.452Z | Dirty plain v0.2.3: the rustflags changed |
2201 | 2024-09-27T17:01:08.452Z | Compiling plain v0.2.3 |
2202 | 2024-09-27T17:01:08.455Z | 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` |
2203 | 2024-09-27T17:01:08.628Z | Dirty psl-types v2.0.11: the rustflags changed |
2204 | 2024-09-27T17:01:08.628Z | Compiling psl-types v2.0.11 |
2205 | 2024-09-27T17:01:08.632Z | 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` |
2206 | 2024-09-27T17:01:08.778Z | Dirty goblin v0.8.2: the rustflags changed |
2207 | 2024-09-27T17:01:08.778Z | Compiling goblin v0.8.2 |
2208 | 2024-09-27T17:01:08.780Z | 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=01fdd90d0915e8b9 -C extra-filename=-01fdd90d0915e8b9 --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-9bb3211f8a6d4da7.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7a3ece633e1d4183.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-34e129306816bfab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2209 | 2024-09-27T17:01:08.836Z | Dirty publicsuffix v2.2.3: the rustflags changed |
2210 | 2024-09-27T17:01:08.836Z | Compiling publicsuffix v2.2.3 |
2211 | 2024-09-27T17:01:08.839Z | 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=f266276591515350 -C extra-filename=-f266276591515350 --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-10e850573a39292b.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` |
2212 | 2024-09-27T17:01:09.110Z | Dirty tokio-native-tls v0.3.1: the rustflags changed |
2213 | 2024-09-27T17:01:09.110Z | Compiling tokio-native-tls v0.3.1 |
2214 | 2024-09-27T17:01:09.114Z | 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=56032a723fbe3bcb -C extra-filename=-56032a723fbe3bcb --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-e28111ea9ce2ae7a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2215 | 2024-09-27T17:01:09.145Z | Dirty pest_derive v2.7.10: the rustflags changed |
2216 | 2024-09-27T17:01:09.145Z | Compiling pest_derive v2.7.10 |
2217 | 2024-09-27T17:01:09.148Z | 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.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 --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=bbc0d5b965273980 -C extra-filename=-bbc0d5b965273980 --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-3c769f66c9a2e791.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-b9dbbe36b5c2a1ac.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2218 | 2024-09-27T17:01:09.397Z | 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.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="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=1bff19d9c0698ae6 -C extra-filename=-1bff19d9c0698ae6 --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-2127d3e6f9069305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2219 | 2024-09-27T17:01:09.988Z | Dirty rustls-pemfile v1.0.4: the rustflags changed |
2220 | 2024-09-27T17:01:09.988Z | Compiling rustls-pemfile v1.0.4 |
2221 | 2024-09-27T17:01:10.007Z | 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` |
2222 | 2024-09-27T17:01:10.232Z | Dirty usdt-impl v0.5.0: the rustflags changed |
2223 | 2024-09-27T17:01:10.232Z | Compiling usdt-impl v0.5.0 |
2224 | 2024-09-27T17:01:10.234Z | 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` |
2225 | 2024-09-27T17:01:10.442Z | Dirty pretty-hex v0.4.1: the rustflags changed |
2226 | 2024-09-27T17:01:10.442Z | Compiling pretty-hex v0.4.1 |
2227 | 2024-09-27T17:01:10.445Z | 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` |
2228 | 2024-09-27T17:01:10.562Z | Dirty base64 v0.22.1: the rustflags changed |
2229 | 2024-09-27T17:01:10.562Z | Compiling base64 v0.22.1 |
2230 | 2024-09-27T17:01:10.565Z | 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` |
2231 | 2024-09-27T17:01:10.660Z | Dirty atomic-waker v1.1.2: the rustflags changed |
2232 | 2024-09-27T17:01:10.660Z | Compiling atomic-waker v1.1.2 |
2233 | 2024-09-27T17:01:10.663Z | 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` |
2234 | 2024-09-27T17:01:10.681Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97/build-script-build` |
2235 | 2024-09-27T17:01:10.705Z | Dirty dtrace-parser v0.2.0: the rustflags changed |
2236 | 2024-09-27T17:01:10.705Z | Compiling dtrace-parser v0.2.0 |
2237 | 2024-09-27T17:01:10.743Z | 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=81d1636c56845813 -C extra-filename=-81d1636c56845813 --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-3c769f66c9a2e791.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-bbc0d5b965273980.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2238 | 2024-09-27T17:01:10.856Z | Dirty cookie_store v0.20.0: the rustflags changed |
2239 | 2024-09-27T17:01:10.856Z | Compiling cookie_store v0.20.0 |
2240 | 2024-09-27T17:01:10.856Z | 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.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="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=96f9f2ec0bf60f2b -C extra-filename=-96f9f2ec0bf60f2b --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-1bff19d9c0698ae6.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-10e850573a39292b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-f266276591515350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2127d3e6f9069305.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2241 | 2024-09-27T17:01:10.881Z | Dirty anstyle-parse v0.2.4: the rustflags changed |
2242 | 2024-09-27T17:01:10.881Z | Compiling anstyle-parse v0.2.4 |
2243 | 2024-09-27T17:01:10.881Z | 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.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=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=3b44f6743e0c3e26 -C extra-filename=-3b44f6743e0c3e26 --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-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2244 | 2024-09-27T17:01:11.223Z | Dirty signature v2.2.0: the rustflags changed |
2245 | 2024-09-27T17:01:11.223Z | Compiling signature v2.2.0 |
2246 | 2024-09-27T17:01:11.226Z | 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=f48662bdd54b37ff -C extra-filename=-f48662bdd54b37ff --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-ca0a7abe1fe991cc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2247 | 2024-09-27T17:01:11.351Z | Dirty thread-id v4.2.1: the rustflags changed |
2248 | 2024-09-27T17:01:11.351Z | Compiling thread-id v4.2.1 |
2249 | 2024-09-27T17:01:11.354Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e660996b5178cbfa -C extra-filename=-e660996b5178cbfa --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2250 | 2024-09-27T17:01:11.478Z | Dirty is_terminal_polyfill v1.70.0: the rustflags changed |
2251 | 2024-09-27T17:01:11.478Z | Compiling is_terminal_polyfill v1.70.0 |
2252 | 2024-09-27T17:01:11.481Z | 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.0/src/lib.rs --error-format=json --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=5f3c92807fdf7406 -C extra-filename=-5f3c92807fdf7406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2253 | 2024-09-27T17:01:11.536Z | Dirty bitflags v1.3.2: the rustflags changed |
2254 | 2024-09-27T17:01:11.536Z | Compiling bitflags v1.3.2 |
2255 | 2024-09-27T17:01:11.539Z | 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` |
2256 | 2024-09-27T17:01:11.592Z | Dirty colorchoice v1.0.1: the rustflags changed |
2257 | 2024-09-27T17:01:11.592Z | Compiling colorchoice v1.0.1 |
2258 | 2024-09-27T17:01:11.596Z | 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.1/src/lib.rs --error-format=json --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=f6a6e3d912aec48d -C extra-filename=-f6a6e3d912aec48d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2259 | 2024-09-27T17:01:11.619Z | Dirty anstyle-query v1.0.3: the rustflags changed |
2260 | 2024-09-27T17:01:11.619Z | Compiling anstyle-query v1.0.3 |
2261 | 2024-09-27T17:01:11.622Z | 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.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 '--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=10a2c3e65098f959 -C extra-filename=-10a2c3e65098f959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2262 | 2024-09-27T17:01:11.644Z | Dirty sync_wrapper v0.1.2: the rustflags changed |
2263 | 2024-09-27T17:01:11.644Z | Compiling sync_wrapper v0.1.2 |
2264 | 2024-09-27T17:01:11.665Z | 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` |
2265 | 2024-09-27T17:01:11.771Z | Dirty webpki-roots v0.25.4: the rustflags changed |
2266 | 2024-09-27T17:01:11.771Z | Compiling webpki-roots v0.25.4 |
2267 | 2024-09-27T17:01:11.774Z | Dirty anstream v0.6.14: the rustflags changed |
2268 | 2024-09-27T17:01:11.774Z | Compiling anstream v0.6.14 |
2269 | 2024-09-27T17:01:11.774Z | Dirty terminal_size v0.3.0: the rustflags changed |
2270 | 2024-09-27T17:01:11.774Z | Compiling terminal_size v0.3.0 |
2271 | 2024-09-27T17:01:11.774Z | 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.25.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=81f0f128de5a591f -C extra-filename=-81f0f128de5a591f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2272 | 2024-09-27T17:01:11.794Z | 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.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=a0e827bd53b224c1 -C extra-filename=-a0e827bd53b224c1 --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-51981822c0da3c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2273 | 2024-09-27T17:01:11.797Z | 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.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=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=384c2475a46f47da -C extra-filename=-384c2475a46f47da --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-3b44f6743e0c3e26.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-10a2c3e65098f959.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f6a6e3d912aec48d.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-5f3c92807fdf7406.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2274 | 2024-09-27T17:01:11.842Z | Dirty clap_lex v0.7.0: the rustflags changed |
2275 | 2024-09-27T17:01:11.842Z | Compiling clap_lex v0.7.0 |
2276 | 2024-09-27T17:01:11.846Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e1b078fd504755b -C extra-filename=-4e1b078fd504755b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2277 | 2024-09-27T17:01:11.945Z | Dirty winnow v0.6.18: the rustflags changed |
2278 | 2024-09-27T17:01:11.945Z | Compiling winnow v0.6.18 |
2279 | 2024-09-27T17:01:11.948Z | 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.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 --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=19ea7df69bd3fb83 -C extra-filename=-19ea7df69bd3fb83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2280 | 2024-09-27T17:01:11.997Z | Dirty clap_derive v4.5.18: the rustflags changed |
2281 | 2024-09-27T17:01:11.997Z | Compiling clap_derive v4.5.18 |
2282 | 2024-09-27T17:01:11.999Z | 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=b6318e8a11297635 -C extra-filename=-b6318e8a11297635 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2283 | 2024-09-27T17:01:12.356Z | Dirty clap_builder v4.5.18: the rustflags changed |
2284 | 2024-09-27T17:01:12.356Z | Compiling clap_builder v4.5.18 |
2285 | 2024-09-27T17:01:12.358Z | 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.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 --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="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=5246221d7d1dcadc -C extra-filename=-5246221d7d1dcadc --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-384c2475a46f47da.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-4e1b078fd504755b.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-a0e827bd53b224c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2286 | 2024-09-27T17:01:12.380Z | Dirty unicode-segmentation v1.11.0: the rustflags changed |
2287 | 2024-09-27T17:01:12.380Z | Compiling unicode-segmentation v1.11.0 |
2288 | 2024-09-27T17:01:12.382Z | 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.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("no_std"))' -C metadata=d809c6274b019e58 -C extra-filename=-d809c6274b019e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2289 | 2024-09-27T17:01:12.575Z | Dirty crc32fast v1.4.0: the rustflags changed |
2290 | 2024-09-27T17:01:12.575Z | Compiling crc32fast v1.4.0 |
2291 | 2024-09-27T17:01:12.578Z | 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/crc32fast-1.4.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("default", "nightly", "std"))' -C metadata=37021511ff531a57 -C extra-filename=-37021511ff531a57 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2292 | 2024-09-27T17:01:12.846Z | Dirty hyper v0.14.30: the rustflags changed |
2293 | 2024-09-27T17:01:12.846Z | Compiling hyper v0.14.30 |
2294 | 2024-09-27T17:01:12.848Z | 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="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' --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=12a4f5ffada1835c -C extra-filename=-12a4f5ffada1835c --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-edb6ed13ed361498.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3a104f1be4f95ca7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-fd32de962b239b34.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.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-7081604ed8ed5c37.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.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` |
2295 | 2024-09-27T17:01:13.196Z | Dirty base16ct v0.2.0: the rustflags changed |
2296 | 2024-09-27T17:01:13.196Z | Compiling base16ct v0.2.0 |
2297 | 2024-09-27T17:01:13.199Z | 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` |
2298 | 2024-09-27T17:01:13.228Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57/build-script-build` |
2299 | 2024-09-27T17:01:13.309Z | Dirty num-integer v0.1.46: the rustflags changed |
2300 | 2024-09-27T17:01:13.309Z | Compiling num-integer v0.1.46 |
2301 | 2024-09-27T17:01:13.311Z | 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=8d0b37c8c3e1862e -C extra-filename=-8d0b37c8c3e1862e --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2302 | 2024-09-27T17:01:13.554Z | Dirty sec1 v0.7.3: the rustflags changed |
2303 | 2024-09-27T17:01:13.555Z | Compiling sec1 v0.7.3 |
2304 | 2024-09-27T17:01:13.557Z | 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=a4e10d911e7941bf -C extra-filename=-a4e10d911e7941bf --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-58d414abc21eec5c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3459d31894bcb70d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d7cb5b81a02ef6f8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2305 | 2024-09-27T17:01:14.149Z | Dirty ff v0.13.0: the rustflags changed |
2306 | 2024-09-27T17:01:14.149Z | Compiling ff v0.13.0 |
2307 | 2024-09-27T17:01:14.152Z | 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=e8b978ec7a9d98e8 -C extra-filename=-e8b978ec7a9d98e8 --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-025910be55d74958.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2308 | 2024-09-27T17:01:14.172Z | Dirty memmap v0.7.0: the rustflags changed |
2309 | 2024-09-27T17:01:14.172Z | Compiling memmap v0.7.0 |
2310 | 2024-09-27T17:01:14.203Z | 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=6a2c5a6acab18c13 -C extra-filename=-6a2c5a6acab18c13 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2311 | 2024-09-27T17:01:14.393Z | Dirty group v0.13.0: the rustflags changed |
2312 | 2024-09-27T17:01:14.393Z | Compiling group v0.13.0 |
2313 | 2024-09-27T17:01:14.396Z | 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=2abe9fe1e738a523 -C extra-filename=-2abe9fe1e738a523 --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-e8b978ec7a9d98e8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2314 | 2024-09-27T17:01:14.548Z | Dirty dof v0.3.0: the rustflags changed |
2315 | 2024-09-27T17:01:14.548Z | Compiling dof v0.3.0 |
2316 | 2024-09-27T17:01:14.551Z | 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=bde51f4758c41521 -C extra-filename=-bde51f4758c41521 --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-01fdd90d0915e8b9.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2317 | 2024-09-27T17:01:14.716Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9ba8c9fbacf692c5 -C extra-filename=-9ba8c9fbacf692c5 --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 --cfg crc32fast_stdarchx86` |
2318 | 2024-09-27T17:01:15.115Z | Dirty hkdf v0.12.4: the rustflags changed |
2319 | 2024-09-27T17:01:15.115Z | Compiling hkdf v0.12.4 |
2320 | 2024-09-27T17:01:15.118Z | 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=f79ae8c6ada7b572 -C extra-filename=-f79ae8c6ada7b572 --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-67128cdfc27fc86d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2321 | 2024-09-27T17:01:15.421Z | 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=5858723c89856af0 -C extra-filename=-5858723c89856af0 --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-bde51f4758c41521.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-81d1636c56845813.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-e660996b5178cbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2322 | 2024-09-27T17:01:15.884Z | Dirty toml_edit v0.22.20: the rustflags changed |
2323 | 2024-09-27T17:01:15.884Z | Compiling toml_edit v0.22.20 |
2324 | 2024-09-27T17:01:15.897Z | 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.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::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=78f7586b935e5407 -C extra-filename=-78f7586b935e5407 --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-e7d7b8ea648ab4e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fc6ddcff9f820214.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-19ea7df69bd3fb83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2325 | 2024-09-27T17:01:16.564Z | Dirty crypto-bigint v0.5.5: the rustflags changed |
2326 | 2024-09-27T17:01:16.564Z | Compiling crypto-bigint v0.5.5 |
2327 | 2024-09-27T17:01:16.567Z | 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=214a33df1e69f118 -C extra-filename=-214a33df1e69f118 --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-3459d31894bcb70d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2328 | 2024-09-27T17:01:16.731Z | Dirty siphasher v0.3.11: the rustflags changed |
2329 | 2024-09-27T17:01:16.731Z | Compiling siphasher v0.3.11 |
2330 | 2024-09-27T17:01:16.733Z | 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` |
2331 | 2024-09-27T17:01:17.001Z | Dirty static_assertions v1.1.0: the rustflags changed |
2332 | 2024-09-27T17:01:17.001Z | Compiling static_assertions v1.1.0 |
2333 | 2024-09-27T17:01:17.007Z | 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` |
2334 | 2024-09-27T17:01:17.119Z | Dirty hex v0.4.3: the rustflags changed |
2335 | 2024-09-27T17:01:17.119Z | Compiling hex v0.4.3 |
2336 | 2024-09-27T17:01:17.138Z | 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=599d8f15621b0c55 -C extra-filename=-599d8f15621b0c55 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2337 | 2024-09-27T17:01:17.141Z | Dirty itertools v0.10.5: the rustflags changed |
2338 | 2024-09-27T17:01:17.141Z | Compiling itertools v0.10.5 |
2339 | 2024-09-27T17:01:17.141Z | 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` |
2340 | 2024-09-27T17:01:17.249Z | Dirty clap v4.5.18: the rustflags changed |
2341 | 2024-09-27T17:01:17.249Z | Compiling clap v4.5.18 |
2342 | 2024-09-27T17:01:17.252Z | 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.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 --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="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=27005954c6e0a466 -C extra-filename=-27005954c6e0a466 --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-5246221d7d1dcadc.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-b6318e8a11297635.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2343 | 2024-09-27T17:01:17.377Z | Dirty crossbeam-epoch v0.9.18: the rustflags changed |
2344 | 2024-09-27T17:01:17.377Z | Compiling crossbeam-epoch v0.9.18 |
2345 | 2024-09-27T17:01:17.380Z | 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=c305da7ac85d23b9 -C extra-filename=-c305da7ac85d23b9 --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-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2346 | 2024-09-27T17:01:17.774Z | Dirty adler2 v2.0.0: the rustflags changed |
2347 | 2024-09-27T17:01:17.774Z | Compiling adler2 v2.0.0 |
2348 | 2024-09-27T17:01:17.776Z | 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` |
2349 | 2024-09-27T17:01:18.004Z | Dirty bit-vec v0.6.3: the rustflags changed |
2350 | 2024-09-27T17:01:18.004Z | Compiling bit-vec v0.6.3 |
2351 | 2024-09-27T17:01:18.006Z | 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` |
2352 | 2024-09-27T17:01:18.188Z | Dirty stable_deref_trait v1.2.0: the rustflags changed |
2353 | 2024-09-27T17:01:18.188Z | Compiling stable_deref_trait v1.2.0 |
2354 | 2024-09-27T17:01:18.191Z | 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` |
2355 | 2024-09-27T17:01:18.308Z | Dirty miniz_oxide v0.8.0: the rustflags changed |
2356 | 2024-09-27T17:01:18.308Z | Compiling miniz_oxide v0.8.0 |
2357 | 2024-09-27T17:01:18.311Z | 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` |
2358 | 2024-09-27T17:01:18.480Z | Dirty bit-set v0.5.3: the rustflags changed |
2359 | 2024-09-27T17:01:18.480Z | Compiling bit-set v0.5.3 |
2360 | 2024-09-27T17:01:18.483Z | 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` |
2361 | 2024-09-27T17:01:18.788Z | Dirty num-iter v0.1.45: the rustflags changed |
2362 | 2024-09-27T17:01:18.788Z | Compiling num-iter v0.1.45 |
2363 | 2024-09-27T17:01:18.790Z | 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=1b50779845f357a9 -C extra-filename=-1b50779845f357a9 --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2364 | 2024-09-27T17:01:18.983Z | Dirty curve25519-dalek v4.1.3: the rustflags changed |
2365 | 2024-09-27T17:01:18.983Z | Compiling curve25519-dalek v4.1.3 |
2366 | 2024-09-27T17:01:18.986Z | 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=a4bcaae36749ba15 -C extra-filename=-a4bcaae36749ba15 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-a4bcaae36749ba15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5207196babc65af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2367 | 2024-09-27T17:01:19.262Z | Dirty usdt-macro v0.5.0: the rustflags changed |
2368 | 2024-09-27T17:01:19.262Z | Compiling usdt-macro v0.5.0 |
2369 | 2024-09-27T17:01:19.265Z | 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=4f56d45d9d599d6a -C extra-filename=-4f56d45d9d599d6a --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-81d1636c56845813.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-5858723c89856af0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2370 | 2024-09-27T17:01:19.706Z | Dirty hyper-tls v0.5.0: the rustflags changed |
2371 | 2024-09-27T17:01:19.706Z | Compiling hyper-tls v0.5.0 |
2372 | 2024-09-27T17:01:19.709Z | 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.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("vendored"))' -C metadata=7151ba167d9cb27c -C extra-filename=-7151ba167d9cb27c --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-edb6ed13ed361498.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-e28111ea9ce2ae7a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-56032a723fbe3bcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2373 | 2024-09-27T17:01:19.839Z | Dirty hyper-rustls v0.24.2: the rustflags changed |
2374 | 2024-09-27T17:01:19.839Z | Compiling hyper-rustls v0.24.2 |
2375 | 2024-09-27T17:01:19.842Z | 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.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("acceptor", "default", "http1", "http2", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"))' -C metadata=a705fe5139e9b63c -C extra-filename=-a705fe5139e9b63c --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-b15458759d1621c8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bf090ee4d7c62789.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-028c2b6ba7ba4c11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out` |
2376 | 2024-09-27T17:01:20.057Z | Dirty usdt-attr-macro v0.5.0: the rustflags changed |
2377 | 2024-09-27T17:01:20.057Z | Compiling usdt-attr-macro v0.5.0 |
2378 | 2024-09-27T17:01:20.057Z | 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=3f165f4c57eb984d -C extra-filename=-3f165f4c57eb984d --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-81d1636c56845813.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-5858723c89856af0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2379 | 2024-09-27T17:01:20.116Z | Dirty elliptic-curve v0.13.8: the rustflags changed |
2380 | 2024-09-27T17:01:20.116Z | Compiling elliptic-curve v0.13.8 |
2381 | 2024-09-27T17:01:20.119Z | 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=7a6848bc8d5b9891 -C extra-filename=-7a6848bc8d5b9891 --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-214a33df1e69f118.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ca0a7abe1fe991cc.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e8b978ec7a9d98e8.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3459d31894bcb70d.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-2abe9fe1e738a523.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-f79ae8c6ada7b572.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d7cb5b81a02ef6f8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-a4e10d911e7941bf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2382 | 2024-09-27T17:01:20.242Z | Dirty reqwest v0.11.27: the rustflags changed |
2383 | 2024-09-27T17:01:20.242Z | Compiling reqwest v0.11.27 |
2384 | 2024-09-27T17:01:20.246Z | 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="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' --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=8da40067aec87aac -C extra-filename=-8da40067aec87aac --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-edb6ed13ed361498.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1bff19d9c0698ae6.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-96f9f2ec0bf60f2b.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-965f1abbaef84084.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3a104f1be4f95ca7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-fd32de962b239b34.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a705fe5139e9b63c.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-7151ba167d9cb27c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-e28111ea9ce2ae7a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.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-bf090ee4d7c62789.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-12c43cd70bd8ae58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-56032a723fbe3bcb.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-028c2b6ba7ba4c11.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-81f0f128de5a591f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
2385 | 2024-09-27T17:01:20.996Z | Dirty num-bigint-dig v0.8.4: the rustflags changed |
2386 | 2024-09-27T17:01:20.996Z | Compiling num-bigint-dig v0.8.4 |
2387 | 2024-09-27T17:01:20.996Z | 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` |
2388 | 2024-09-27T17:01:21.146Z | Dirty signal-hook v0.3.17: the rustflags changed |
2389 | 2024-09-27T17:01:21.146Z | Compiling signal-hook v0.3.17 |
2390 | 2024-09-27T17:01:21.150Z | 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` |
2391 | 2024-09-27T17:01:21.394Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000/build-script-build` |
2392 | 2024-09-27T17:01:21.429Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-a4bcaae36749ba15/build-script-build` |
2393 | 2024-09-27T17:01:21.515Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757/build-script-build` |
2394 | 2024-09-27T17:01:21.553Z | Dirty flate2 v1.0.33: the rustflags changed |
2395 | 2024-09-27T17:01:21.554Z | Compiling flate2 v1.0.33 |
2396 | 2024-09-27T17:01:21.556Z | Dirty toml v0.7.8: the rustflags changed |
2397 | 2024-09-27T17:01:21.556Z | Compiling toml v0.7.8 |
2398 | 2024-09-27T17:01:21.556Z | 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.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="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=07e9482c127bed67 -C extra-filename=-07e9482c127bed67 --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-9ba8c9fbacf692c5.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` |
2399 | 2024-09-27T17:01:21.556Z | 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=afdc34c6c77cb46c -C extra-filename=-afdc34c6c77cb46c --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-19476516253bd8c8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fc6ddcff9f820214.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0aa41fa91298e638.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2400 | 2024-09-27T17:01:21.711Z | Dirty rfc6979 v0.4.0: the rustflags changed |
2401 | 2024-09-27T17:01:21.711Z | Compiling rfc6979 v0.4.0 |
2402 | 2024-09-27T17:01:21.714Z | 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=294de5c7425e459d -C extra-filename=-294de5c7425e459d --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-67128cdfc27fc86d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2403 | 2024-09-27T17:01:21.896Z | Dirty pin-project-internal v1.1.5: the rustflags changed |
2404 | 2024-09-27T17:01:21.896Z | Compiling pin-project-internal v1.1.5 |
2405 | 2024-09-27T17:01:21.898Z | 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.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 --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=629c37ff4e2d8a04 -C extra-filename=-629c37ff4e2d8a04 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2406 | 2024-09-27T17:01:21.990Z | Dirty usdt v0.5.0: the rustflags changed |
2407 | 2024-09-27T17:01:21.990Z | Compiling usdt v0.5.0 |
2408 | 2024-09-27T17:01:22.010Z | 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=0c8bf7541cf29a7b -C extra-filename=-0c8bf7541cf29a7b --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-bde51f4758c41521.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-81d1636c56845813.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-01fdd90d0915e8b9.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-6a2c5a6acab18c13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3f165f4c57eb984d.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-5858723c89856af0.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-4f56d45d9d599d6a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2409 | 2024-09-27T17:01:22.510Z | Dirty curve25519-dalek-derive v0.1.1: the rustflags changed |
2410 | 2024-09-27T17:01:22.510Z | Compiling curve25519-dalek-derive v0.1.1 |
2411 | 2024-09-27T17:01:22.513Z | Dirty zerocopy-derive v0.6.6: the rustflags changed |
2412 | 2024-09-27T17:01:22.513Z | Compiling zerocopy-derive v0.6.6 |
2413 | 2024-09-27T17:01:22.513Z | 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=7b351ab8c13e411a -C extra-filename=-7b351ab8c13e411a --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2414 | 2024-09-27T17:01:22.513Z | 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=18bc5e5475db7504 -C extra-filename=-18bc5e5475db7504 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2415 | 2024-09-27T17:01:22.561Z | Dirty itertools v0.12.1: the rustflags changed |
2416 | 2024-09-27T17:01:22.561Z | Compiling itertools v0.12.1 |
2417 | 2024-09-27T17:01:22.563Z | 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` |
2418 | 2024-09-27T17:01:22.705Z | Dirty managed v0.8.0: the rustflags changed |
2419 | 2024-09-27T17:01:22.706Z | Compiling managed v0.8.0 |
2420 | 2024-09-27T17:01:22.708Z | 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` |
2421 | 2024-09-27T17:01:23.173Z | Dirty fixedbitset v0.4.2: the rustflags changed |
2422 | 2024-09-27T17:01:23.173Z | Compiling fixedbitset v0.4.2 |
2423 | 2024-09-27T17:01:23.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` |
2424 | 2024-09-27T17:01:23.267Z | Dirty ecdsa v0.16.9: the rustflags changed |
2425 | 2024-09-27T17:01:23.268Z | Compiling ecdsa v0.16.9 |
2426 | 2024-09-27T17:01:23.270Z | 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=a318800bc3251e3b -C extra-filename=-a318800bc3251e3b --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-58d414abc21eec5c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ca0a7abe1fe991cc.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a6848bc8d5b9891.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-294de5c7425e459d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f48662bdd54b37ff.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b8a0ab74de6ab18c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2427 | 2024-09-27T17:01:23.673Z | Dirty petgraph v0.6.5: the rustflags changed |
2428 | 2024-09-27T17:01:23.673Z | Compiling petgraph v0.6.5 |
2429 | 2024-09-27T17:01:23.675Z | 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=a558247ce38e0784 -C extra-filename=-a558247ce38e0784 --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-e7d7b8ea648ab4e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2430 | 2024-09-27T17:01:24.120Z | 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=7849c9e51a3c096f -C extra-filename=-7849c9e51a3c096f --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-3cee8a96976693de.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-402a1c926ffbe73d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2431 | 2024-09-27T17:01:24.186Z | 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=68d6347307c2291e -C extra-filename=-68d6347307c2291e --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-4058c7340bf7b5f3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ba00d9da7e296366.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
2432 | 2024-09-27T17:01:24.240Z | 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=efb1d161a82b4537 -C extra-filename=-efb1d161a82b4537 --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-250510e548f1bd64.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-7b351ab8c13e411a.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ca0a7abe1fe991cc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.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"'` |
2433 | 2024-09-27T17:01:24.947Z | Dirty zerocopy v0.6.6: the rustflags changed |
2434 | 2024-09-27T17:01:24.947Z | Compiling zerocopy v0.6.6 |
2435 | 2024-09-27T17:01:24.950Z | 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=fd86349cac891522 -C extra-filename=-fd86349cac891522 --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-18bc5e5475db7504.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2436 | 2024-09-27T17:01:25.144Z | Dirty phf_shared v0.10.0: the rustflags changed |
2437 | 2024-09-27T17:01:25.145Z | Compiling phf_shared v0.10.0 |
2438 | 2024-09-27T17:01:25.147Z | 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` |
2439 | 2024-09-27T17:01:25.297Z | Dirty pin-project v1.1.5: the rustflags changed |
2440 | 2024-09-27T17:01:25.297Z | Compiling pin-project v1.1.5 |
2441 | 2024-09-27T17:01:25.300Z | 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.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=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=3899f306fde85002 -C extra-filename=-3899f306fde85002 --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-629c37ff4e2d8a04.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2442 | 2024-09-27T17:01:25.455Z | Dirty pkcs1 v0.7.5: the rustflags changed |
2443 | 2024-09-27T17:01:25.455Z | Compiling pkcs1 v0.7.5 |
2444 | 2024-09-27T17:01:25.457Z | 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=bf9bce91fa32d2db -C extra-filename=-bf9bce91fa32d2db --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-58d414abc21eec5c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d7cb5b81a02ef6f8.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b8a0ab74de6ab18c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2445 | 2024-09-27T17:01:25.565Z | Dirty bstr v1.9.1: the rustflags changed |
2446 | 2024-09-27T17:01:25.565Z | Compiling bstr v1.9.1 |
2447 | 2024-09-27T17:01:25.568Z | 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.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="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=0b179f319982781a -C extra-filename=-0b179f319982781a --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-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2448 | 2024-09-27T17:01:25.860Z | Dirty unicode-xid v0.2.4: the rustflags changed |
2449 | 2024-09-27T17:01:25.860Z | Compiling unicode-xid v0.2.4 |
2450 | 2024-09-27T17:01:25.863Z | 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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=4a828090b584bc69 -C extra-filename=-4a828090b584bc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2451 | 2024-09-27T17:01:25.952Z | Dirty precomputed-hash v0.1.1: the rustflags changed |
2452 | 2024-09-27T17:01:25.952Z | Compiling precomputed-hash v0.1.1 |
2453 | 2024-09-27T17:01:25.955Z | 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` |
2454 | 2024-09-27T17:01:26.051Z | Dirty minimal-lexical v0.2.1: the rustflags changed |
2455 | 2024-09-27T17:01:26.051Z | Compiling minimal-lexical v0.2.1 |
2456 | 2024-09-27T17:01:26.054Z | 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` |
2457 | 2024-09-27T17:01:26.079Z | Dirty new_debug_unreachable v1.0.6: the rustflags changed |
2458 | 2024-09-27T17:01:26.079Z | Compiling new_debug_unreachable v1.0.6 |
2459 | 2024-09-27T17:01:26.082Z | 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` |
2460 | 2024-09-27T17:01:26.186Z | Dirty string_cache v0.8.7: the rustflags changed |
2461 | 2024-09-27T17:01:26.186Z | Compiling string_cache v0.8.7 |
2462 | 2024-09-27T17:01:26.189Z | 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=970f38cc963541c5 -C extra-filename=-970f38cc963541c5 --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-d381d90b77512a0f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d8a6256384ee3248.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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2463 | 2024-09-27T17:01:26.453Z | Dirty ed25519 v2.2.3: the rustflags changed |
2464 | 2024-09-27T17:01:26.453Z | Compiling ed25519 v2.2.3 |
2465 | 2024-09-27T17:01:26.456Z | 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=285f2447dfc2f375 -C extra-filename=-285f2447dfc2f375 --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-d7cb5b81a02ef6f8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f48662bdd54b37ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2466 | 2024-09-27T17:01:26.585Z | Dirty nom v7.1.3: the rustflags changed |
2467 | 2024-09-27T17:01:26.585Z | Compiling nom v7.1.3 |
2468 | 2024-09-27T17:01:26.588Z | 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=19a28b98cd1da8cc -C extra-filename=-19a28b98cd1da8cc --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-3b15747880b886c1.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` |
2469 | 2024-09-27T17:01:26.677Z | Dirty hubpack_derive v0.1.1: the rustflags changed |
2470 | 2024-09-27T17:01:26.677Z | Compiling hubpack_derive v0.1.1 |
2471 | 2024-09-27T17:01:26.680Z | 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=ef6b112d64377947 -C extra-filename=-ef6b112d64377947 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2472 | 2024-09-27T17:01:27.375Z | Dirty rsa v0.9.6: the rustflags changed |
2473 | 2024-09-27T17:01:27.375Z | Compiling rsa v0.9.6 |
2474 | 2024-09-27T17:01:27.378Z | 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=19e1c4c2cc846170 -C extra-filename=-19e1c4c2cc846170 --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-ca0a7abe1fe991cc.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-68d6347307c2291e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-bf9bce91fa32d2db.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d7cb5b81a02ef6f8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f48662bdd54b37ff.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b8a0ab74de6ab18c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2475 | 2024-09-27T17:01:27.775Z | Dirty mio v0.8.11: the rustflags changed |
2476 | 2024-09-27T17:01:27.775Z | Compiling mio v0.8.11 |
2477 | 2024-09-27T17:01:27.795Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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="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"))' -C metadata=ced5bbd73f5403b6 -C extra-filename=-ced5bbd73f5403b6 --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-3cee8a96976693de.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2478 | 2024-09-27T17:01:27.798Z | Dirty hubpack v0.1.2: the rustflags changed |
2479 | 2024-09-27T17:01:27.798Z | Compiling hubpack v0.1.2 |
2480 | 2024-09-27T17:01:27.801Z | 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=24e46af5cc55ead8 -C extra-filename=-24e46af5cc55ead8 --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-ef6b112d64377947.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2481 | 2024-09-27T17:01:28.277Z | Dirty ed25519-dalek v2.1.1: the rustflags changed |
2482 | 2024-09-27T17:01:28.277Z | Compiling ed25519-dalek v2.1.1 |
2483 | 2024-09-27T17:01:28.293Z | 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=f8fc1c1aa249dbdf -C extra-filename=-f8fc1c1aa249dbdf --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-efb1d161a82b4537.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-285f2447dfc2f375.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f48662bdd54b37ff.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2484 | 2024-09-27T17:01:28.537Z | Dirty signal-hook-mio v0.2.4: the rustflags changed |
2485 | 2024-09-27T17:01:28.537Z | Compiling signal-hook-mio v0.2.4 |
2486 | 2024-09-27T17:01:28.540Z | 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-0_8"' --cfg 'feature="mio-1_0"' --cfg 'feature="support-v0_8"' --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=00d43a90ac604eda -C extra-filename=-00d43a90ac604eda --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-3cee8a96976693de.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-ced5bbd73f5403b6.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-73ba9b38c2adb040.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7849c9e51a3c096f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2487 | 2024-09-27T17:01:28.725Z | Dirty http-body v1.0.0: the rustflags changed |
2488 | 2024-09-27T17:01:28.726Z | Compiling http-body v1.0.0 |
2489 | 2024-09-27T17:01:28.728Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4a994d51dd5af05 -C extra-filename=-e4a994d51dd5af05 --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-edb6ed13ed361498.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-27813c8b8f2c81c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2490 | 2024-09-27T17:01:28.980Z | Dirty heapless v0.7.17: the rustflags changed |
2491 | 2024-09-27T17:01:28.980Z | Compiling heapless v0.7.17 |
2492 | 2024-09-27T17:01:28.983Z | 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=b998ca263ea272d2 -C extra-filename=-b998ca263ea272d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-b998ca263ea272d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5207196babc65af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2493 | 2024-09-27T17:01:29.125Z | Dirty x509-cert v0.2.5: the rustflags changed |
2494 | 2024-09-27T17:01:29.125Z | Compiling x509-cert v0.2.5 |
2495 | 2024-09-27T17:01:29.129Z | 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=f57404723f9fcb27 -C extra-filename=-f57404723f9fcb27 --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-58d414abc21eec5c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b8a0ab74de6ab18c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2496 | 2024-09-27T17:01:29.527Z | Dirty enum-as-inner v0.6.0: the rustflags changed |
2497 | 2024-09-27T17:01:29.527Z | Compiling enum-as-inner v0.6.0 |
2498 | 2024-09-27T17:01:29.530Z | 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.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=72f007d99ff29298 -C extra-filename=-72f007d99ff29298 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2499 | 2024-09-27T17:01:29.562Z | Dirty idna v0.4.0: the rustflags changed |
2500 | 2024-09-27T17:01:29.562Z | Compiling idna v0.4.0 |
2501 | 2024-09-27T17:01:29.564Z | 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=bf46d2358bd9dd90 -C extra-filename=-bf46d2358bd9dd90 --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2502 | 2024-09-27T17:01:30.304Z | Dirty lalrpop-util v0.19.12: the rustflags changed |
2503 | 2024-09-27T17:01:30.304Z | Compiling lalrpop-util v0.19.12 |
2504 | 2024-09-27T17:01:30.307Z | 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` |
2505 | 2024-09-27T17:01:30.681Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-b998ca263ea272d2/build-script-build` |
2506 | 2024-09-27T17:01:30.758Z | Dirty h2 v0.4.6: the rustflags changed |
2507 | 2024-09-27T17:01:30.758Z | Compiling h2 v0.4.6 |
2508 | 2024-09-27T17:01:30.778Z | 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=5fbb1e0fc8bbdb69 -C extra-filename=-5fbb1e0fc8bbdb69 --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-edb6ed13ed361498.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-27813c8b8f2c81c2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2509 | 2024-09-27T17:01:30.809Z | Dirty hickory-proto v0.24.1: the rustflags changed |
2510 | 2024-09-27T17:01:30.809Z | Compiling hickory-proto v0.24.1 |
2511 | 2024-09-27T17:01:30.812Z | 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=070753e5db3ffe91 -C extra-filename=-070753e5db3ffe91 --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-f9ec920ba5de742f.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-72f007d99ff29298.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-bf46d2358bd9dd90.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2512 | 2024-09-27T17:01:31.210Z | Dirty hash32 v0.2.1: the rustflags changed |
2513 | 2024-09-27T17:01:31.210Z | Compiling hash32 v0.2.1 |
2514 | 2024-09-27T17:01:31.213Z | 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` |
2515 | 2024-09-27T17:01:31.590Z | Dirty tower-layer v0.3.2: the rustflags changed |
2516 | 2024-09-27T17:01:31.590Z | Compiling tower-layer v0.3.2 |
2517 | 2024-09-27T17:01:31.593Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-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=3b613db6f9bf41c0 -C extra-filename=-3b613db6f9bf41c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2518 | 2024-09-27T17:01:31.870Z | Dirty predicates-core v1.0.6: the rustflags changed |
2519 | 2024-09-27T17:01:31.870Z | Compiling predicates-core v1.0.6 |
2520 | 2024-09-27T17:01:31.872Z | 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.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=010f1331228f9ea5 -C extra-filename=-010f1331228f9ea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2521 | 2024-09-27T17:01:32.221Z | Dirty smoltcp v0.9.1: the rustflags changed |
2522 | 2024-09-27T17:01:32.221Z | Compiling smoltcp v0.9.1 |
2523 | 2024-09-27T17:01:32.224Z | 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` |
2524 | 2024-09-27T17:01:32.406Z | Dirty finl_unicode v1.2.0: the rustflags changed |
2525 | 2024-09-27T17:01:32.406Z | Compiling finl_unicode v1.2.0 |
2526 | 2024-09-27T17:01:32.409Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-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="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("categories", "default", "grapheme_clusters"))' -C metadata=3e0871fb68948e2f -C extra-filename=-3e0871fb68948e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2527 | 2024-09-27T17:01:33.054Z | Dirty stringprep v0.1.4: the rustflags changed |
2528 | 2024-09-27T17:01:33.054Z | Compiling stringprep v0.1.4 |
2529 | 2024-09-27T17:01:33.081Z | 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.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=672fb69311fd6a4a -C extra-filename=-672fb69311fd6a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-3e0871fb68948e2f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2530 | 2024-09-27T17:01:33.087Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee/build-script-build` |
2531 | 2024-09-27T17:01:33.123Z | Dirty tower v0.4.13: the rustflags changed |
2532 | 2024-09-27T17:01:33.123Z | Compiling tower v0.4.13 |
2533 | 2024-09-27T17:01:33.125Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "default", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project", "pin-project-lite", "rand", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=c9691555ae67eccf -C extra-filename=-c9691555ae67eccf --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-965f1abbaef84084.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3899f306fde85002.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-5db62e6a0c5ac430.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3b613db6f9bf41c0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2534 | 2024-09-27T17:01:33.989Z | 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=8016ed793f9c2bdc -C extra-filename=-8016ed793f9c2bdc --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-d52e3d8c16e8a214.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` |
2535 | 2024-09-27T17:01:34.018Z | Dirty similar v2.6.0: the rustflags changed |
2536 | 2024-09-27T17:01:34.018Z | Compiling similar v2.6.0 |
2537 | 2024-09-27T17:01:34.021Z | 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=fb7801688e79354e -C extra-filename=-fb7801688e79354e --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-0b179f319982781a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2538 | 2024-09-27T17:01:34.290Z | Dirty tokio-stream v0.1.15: the rustflags changed |
2539 | 2024-09-27T17:01:34.290Z | Compiling tokio-stream v0.1.15 |
2540 | 2024-09-27T17:01:34.293Z | 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.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="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=435e39fd69513e60 -C extra-filename=-435e39fd69513e60 --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-965f1abbaef84084.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-5db62e6a0c5ac430.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2541 | 2024-09-27T17:01:35.208Z | Dirty md-5 v0.10.6: the rustflags changed |
2542 | 2024-09-27T17:01:35.208Z | Compiling md-5 v0.10.6 |
2543 | 2024-09-27T17:01:35.211Z | 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=3c716fa3b29f1a64 -C extra-filename=-3c716fa3b29f1a64 --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-ca0a7abe1fe991cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2544 | 2024-09-27T17:01:35.305Z | Dirty console v0.15.8: the rustflags changed |
2545 | 2024-09-27T17:01:35.305Z | Compiling console v0.15.8 |
2546 | 2024-09-27T17:01:35.308Z | 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=c4214c86ee2bbd33 -C extra-filename=-c4214c86ee2bbd33 --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-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2547 | 2024-09-27T17:01:35.351Z | Dirty float-cmp v0.9.0: the rustflags changed |
2548 | 2024-09-27T17:01:35.351Z | Compiling float-cmp v0.9.0 |
2549 | 2024-09-27T17:01:35.397Z | 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=ff2d3af3210f593b -C extra-filename=-ff2d3af3210f593b --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2550 | 2024-09-27T17:01:35.466Z | Dirty fs-err v2.11.0: the rustflags changed |
2551 | 2024-09-27T17:01:35.466Z | Compiling fs-err v2.11.0 |
2552 | 2024-09-27T17:01:35.470Z | 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=7840dcc9301ae0b4 -C extra-filename=-7840dcc9301ae0b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2553 | 2024-09-27T17:01:35.567Z | Dirty difflib v0.4.0: the rustflags changed |
2554 | 2024-09-27T17:01:35.568Z | Compiling difflib v0.4.0 |
2555 | 2024-09-27T17:01:35.572Z | 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` |
2556 | 2024-09-27T17:01:35.592Z | Dirty normalize-line-endings v0.3.0: the rustflags changed |
2557 | 2024-09-27T17:01:35.592Z | Compiling normalize-line-endings v0.3.0 |
2558 | 2024-09-27T17:01:35.596Z | 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` |
2559 | 2024-09-27T17:01:35.720Z | Dirty fallible-iterator v0.2.0: the rustflags changed |
2560 | 2024-09-27T17:01:35.721Z | Compiling fallible-iterator v0.2.0 |
2561 | 2024-09-27T17:01:35.725Z | 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` |
2562 | 2024-09-27T17:01:35.842Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4/build-script-build` |
2563 | 2024-09-27T17:01:35.999Z | Dirty predicates v3.1.2: the rustflags changed |
2564 | 2024-09-27T17:01:35.999Z | Compiling predicates v3.1.2 |
2565 | 2024-09-27T17:01:36.035Z | 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=457abf17ed177e26 -C extra-filename=-457abf17ed177e26 --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-ff2d3af3210f593b.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-010f1331228f9ea5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2566 | 2024-09-27T17:01:36.440Z | Dirty postgres-protocol v0.6.7: the rustflags changed |
2567 | 2024-09-27T17:01:36.441Z | Compiling postgres-protocol v0.6.7 |
2568 | 2024-09-27T17:01:36.444Z | 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=0b79e9b67299ca75 -C extra-filename=-0b79e9b67299ca75 --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-edb6ed13ed361498.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-67128cdfc27fc86d.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-3c716fa3b29f1a64.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-672fb69311fd6a4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2569 | 2024-09-27T17:01:36.483Z | 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=3f10fdbe8bd482b1 -C extra-filename=-3f10fdbe8bd482b1 --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-8016ed793f9c2bdc.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` |
2570 | 2024-09-27T17:01:36.807Z | Dirty phf_shared v0.11.2: the rustflags changed |
2571 | 2024-09-27T17:01:36.807Z | Compiling phf_shared v0.11.2 |
2572 | 2024-09-27T17:01:36.811Z | 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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=471a15ddaebb70d0 -C extra-filename=-471a15ddaebb70d0 --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` |
2573 | 2024-09-27T17:01:37.200Z | Dirty serde-big-array v0.5.1: the rustflags changed |
2574 | 2024-09-27T17:01:37.201Z | Compiling serde-big-array v0.5.1 |
2575 | 2024-09-27T17:01:37.219Z | 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=260379c03a9449a6 -C extra-filename=-260379c03a9449a6 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2576 | 2024-09-27T17:01:37.220Z | Dirty strum_macros v0.25.3: the rustflags changed |
2577 | 2024-09-27T17:01:37.220Z | Compiling strum_macros v0.25.3 |
2578 | 2024-09-27T17:01:37.222Z | 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=3dcc3610e217a363 -C extra-filename=-3dcc3610e217a363 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2579 | 2024-09-27T17:01:37.435Z | Dirty serde_repr v0.1.19: the rustflags changed |
2580 | 2024-09-27T17:01:37.435Z | Compiling serde_repr v0.1.19 |
2581 | 2024-09-27T17:01:37.438Z | 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=93fece06d7eea44a -C extra-filename=-93fece06d7eea44a --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2582 | 2024-09-27T17:01:37.735Z | Dirty hyper v1.4.1: the rustflags changed |
2583 | 2024-09-27T17:01:37.735Z | Compiling hyper v1.4.1 |
2584 | 2024-09-27T17:01:37.760Z | 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="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=99b80dc317afebd1 -C extra-filename=-99b80dc317afebd1 --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-edb6ed13ed361498.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-5fbb1e0fc8bbdb69.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-27813c8b8f2c81c2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e4a994d51dd5af05.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.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-5db62e6a0c5ac430.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` |
2585 | 2024-09-27T17:01:37.804Z | Dirty peg-runtime v0.8.3: the rustflags changed |
2586 | 2024-09-27T17:01:37.804Z | Compiling peg-runtime v0.8.3 |
2587 | 2024-09-27T17:01:37.806Z | 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` |
2588 | 2024-09-27T17:01:38.479Z | Dirty postgres-types v0.2.7: the rustflags changed |
2589 | 2024-09-27T17:01:38.479Z | Compiling postgres-types v0.2.7 |
2590 | 2024-09-27T17:01:38.482Z | 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.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="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", "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-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=2026a0998620394e -C extra-filename=-2026a0998620394e --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-edb6ed13ed361498.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-0b79e9b67299ca75.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2591 | 2024-09-27T17:01:38.604Z | Dirty phf v0.11.2: the rustflags changed |
2592 | 2024-09-27T17:01:38.604Z | Compiling phf v0.11.2 |
2593 | 2024-09-27T17:01:38.607Z | 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=8e35b99582fa2840 -C extra-filename=-8e35b99582fa2840 --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-471a15ddaebb70d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2594 | 2024-09-27T17:01:38.725Z | 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=a36811e1fff2de6c -C extra-filename=-a36811e1fff2de6c --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-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63` |
2595 | 2024-09-27T17:01:38.787Z | Dirty whoami v1.5.1: the rustflags changed |
2596 | 2024-09-27T17:01:38.787Z | Compiling whoami v1.5.1 |
2597 | 2024-09-27T17:01:38.790Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=9ffcccbeeda8d38c -C extra-filename=-9ffcccbeeda8d38c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2598 | 2024-09-27T17:01:38.895Z | Dirty camino v1.1.9: the rustflags changed |
2599 | 2024-09-27T17:01:38.895Z | Compiling camino v1.1.9 |
2600 | 2024-09-27T17:01:38.899Z | 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` |
2601 | 2024-09-27T17:01:39.475Z | Dirty tokio-postgres v0.7.11: the rustflags changed |
2602 | 2024-09-27T17:01:39.475Z | Compiling tokio-postgres v0.7.11 |
2603 | 2024-09-27T17:01:39.478Z | 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.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="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-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=a5643bc95f4aea25 -C extra-filename=-a5643bc95f4aea25 --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-f9ec920ba5de742f.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.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-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d8a6256384ee3248.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-8e35b99582fa2840.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-0b79e9b67299ca75.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-2026a0998620394e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7081604ed8ed5c37.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2604 | 2024-09-27T17:01:39.591Z | Compiling regress v0.9.1 |
2605 | 2024-09-27T17:01:39.597Z | 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=b3d8d6b94a4e8781 -C extra-filename=-b3d8d6b94a4e8781 --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-333cc1e052d8280e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2606 | 2024-09-27T17:01:39.656Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e/build-script-build` |
2607 | 2024-09-27T17:01:39.734Z | 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=b792cecba43cac9d -C extra-filename=-b792cecba43cac9d --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-19476516253bd8c8.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)'` |
2608 | 2024-09-27T17:01:40.011Z | Dirty is-terminal v0.4.12: the rustflags changed |
2609 | 2024-09-27T17:01:40.011Z | Compiling is-terminal v0.4.12 |
2610 | 2024-09-27T17:01:40.013Z | 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.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=dc0a9157b5066ae2 -C extra-filename=-dc0a9157b5066ae2 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2611 | 2024-09-27T17:01:40.153Z | Dirty hyper-util v0.1.7: the rustflags changed |
2612 | 2024-09-27T17:01:40.153Z | Compiling hyper-util v0.1.7 |
2613 | 2024-09-27T17:01:40.155Z | 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.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --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=90f296ce10c86040 -C extra-filename=-90f296ce10c86040 --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-edb6ed13ed361498.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-27813c8b8f2c81c2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e4a994d51dd5af05.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-99b80dc317afebd1.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-7081604ed8ed5c37.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-c9691555ae67eccf.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2614 | 2024-09-27T17:01:40.774Z | Compiling getopts v0.2.21 |
2615 | 2024-09-27T17:01:40.778Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name getopts --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=c6002415ff761945 -C extra-filename=-c6002415ff761945 --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-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2616 | 2024-09-27T17:01:41.016Z | Compiling unsafe-libyaml v0.2.11 |
2617 | 2024-09-27T17:01:41.020Z | 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` |
2618 | 2024-09-27T17:01:41.195Z | Dirty dirs-sys-next v0.1.2: the rustflags changed |
2619 | 2024-09-27T17:01:41.195Z | Compiling dirs-sys-next v0.1.2 |
2620 | 2024-09-27T17:01:41.199Z | 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=d8fca6d55913f35c -C extra-filename=-d8fca6d55913f35c --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2621 | 2024-09-27T17:01:41.657Z | Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed |
2622 | 2024-09-27T17:01:41.657Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2623 | 2024-09-27T17:01:41.660Z | 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=8bd1bae28c30277b -C extra-filename=-8bd1bae28c30277b --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-8e41b751a0ccc20a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-24e46af5cc55ead8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-260379c03a9449a6.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-93fece06d7eea44a.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3f10fdbe8bd482b1.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-3dcc3610e217a363.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd86349cac891522.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2624 | 2024-09-27T17:01:41.681Z | Dirty dirs-next v2.0.0: the rustflags changed |
2625 | 2024-09-27T17:01:41.681Z | Compiling dirs-next v2.0.0 |
2626 | 2024-09-27T17:01:41.681Z | 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=950b0ebb765cd2b2 -C extra-filename=-950b0ebb765cd2b2 --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-d8fca6d55913f35c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2627 | 2024-09-27T17:01:41.822Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2628 | 2024-09-27T17:01:41.825Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ac10fdc05abddac -C extra-filename=-9ac10fdc05abddac --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-edb6ed13ed361498.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
2629 | 2024-09-27T17:01:41.902Z | Dirty fastrand v2.1.0: the rustflags changed |
2630 | 2024-09-27T17:01:41.902Z | Compiling fastrand v2.1.0 |
2631 | 2024-09-27T17:01:41.919Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=93d3aefab645b806 -C extra-filename=-93d3aefab645b806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2632 | 2024-09-27T17:01:41.979Z | Dirty term v0.7.0: the rustflags changed |
2633 | 2024-09-27T17:01:41.979Z | Compiling term v0.7.0 |
2634 | 2024-09-27T17:01:41.988Z | 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=42cdc58f9cbd97df -C extra-filename=-42cdc58f9cbd97df --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-950b0ebb765cd2b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2635 | 2024-09-27T17:01:42.273Z | Compiling toml v0.8.19 |
2636 | 2024-09-27T17:01:42.277Z | 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=ff2cc6f6b548f800 -C extra-filename=-ff2cc6f6b548f800 --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-19476516253bd8c8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fc6ddcff9f820214.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78f7586b935e5407.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2637 | 2024-09-27T17:01:42.476Z | Compiling serde_yaml v0.9.34+deprecated |
2638 | 2024-09-27T17:01:42.479Z | 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=44e99e02d52c1762 -C extra-filename=-44e99e02d52c1762 --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-e7d7b8ea648ab4e3.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-19476516253bd8c8.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` |
2639 | 2024-09-27T17:01:42.962Z | Compiling rustls-pki-types v1.7.0 |
2640 | 2024-09-27T17:01:42.965Z | 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.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=2fefae8d752d7a3a -C extra-filename=-2fefae8d752d7a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2641 | 2024-09-27T17:01:43.225Z | Compiling paste v1.0.15 |
2642 | 2024-09-27T17:01:43.227Z | 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` |
2643 | 2024-09-27T17:01:43.494Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2644 | 2024-09-27T17:01:43.497Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=555f770ee47927a3 -C extra-filename=-555f770ee47927a3 --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-9bb3211f8a6d4da7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2645 | 2024-09-27T17:01:43.812Z | Compiling ident_case v1.0.1 |
2646 | 2024-09-27T17:01:43.816Z | 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` |
2647 | 2024-09-27T17:01:43.842Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b/build-script-build` |
2648 | 2024-09-27T17:01:43.919Z | Dirty crossbeam-channel v0.5.12: the rustflags changed |
2649 | 2024-09-27T17:01:43.919Z | Compiling crossbeam-channel v0.5.12 |
2650 | 2024-09-27T17:01:43.928Z | 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.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", "std"))' -C metadata=9f8fe1d87fa9a6f6 -C extra-filename=-9f8fe1d87fa9a6f6 --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-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2651 | 2024-09-27T17:01:44.002Z | Compiling darling_core v0.20.9 |
2652 | 2024-09-27T17:01:44.005Z | 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.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=a4eb756722b0b4ba -C extra-filename=-a4eb756722b0b4ba --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-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2653 | 2024-09-27T17:01:44.079Z | Dirty thread_local v1.1.8: the rustflags changed |
2654 | 2024-09-27T17:01:44.079Z | Compiling thread_local v1.1.8 |
2655 | 2024-09-27T17:01:44.081Z | 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=31e87b9424f2815f -C extra-filename=-31e87b9424f2815f --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-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2656 | 2024-09-27T17:01:44.677Z | Dirty slog-async v2.8.0: the rustflags changed |
2657 | 2024-09-27T17:01:44.677Z | Compiling slog-async v2.8.0 |
2658 | 2024-09-27T17:01:44.683Z | 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` |
2659 | 2024-09-27T17:01:44.860Z | 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"))'` |
2660 | 2024-09-27T17:01:45.095Z | Dirty take_mut v0.2.2: the rustflags changed |
2661 | 2024-09-27T17:01:45.095Z | Compiling take_mut v0.2.2 |
2662 | 2024-09-27T17:01:45.100Z | 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` |
2663 | 2024-09-27T17:01:45.280Z | Dirty slog-term v2.9.1: the rustflags changed |
2664 | 2024-09-27T17:01:45.280Z | Compiling slog-term v2.9.1 |
2665 | 2024-09-27T17:01:45.283Z | 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=b04cd725ac45fa88 -C extra-filename=-b04cd725ac45fa88 --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-dc0a9157b5066ae2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-42cdc58f9cbd97df.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2127d3e6f9069305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2666 | 2024-09-27T17:01:45.330Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b/build-script-build` |
2667 | 2024-09-27T17:01:45.359Z | Compiling rustls-webpki v0.102.4 |
2668 | 2024-09-27T17:01:45.371Z | 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.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="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=2a5e1ac73ea71181 -C extra-filename=-2a5e1ac73ea71181 --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-e736e5009c91f06c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.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-174c0052e817e966/out` |
2669 | 2024-09-27T17:01:45.410Z | 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=584ba06da5147514 -C extra-filename=-584ba06da5147514 --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-9f8fe1d87fa9a6f6.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-31e87b9424f2815f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2670 | 2024-09-27T17:01:46.269Z | Compiling match_cfg v0.1.0 |
2671 | 2024-09-27T17:01:46.271Z | 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` |
2672 | 2024-09-27T17:01:46.375Z | Compiling hostname v0.3.1 |
2673 | 2024-09-27T17:01:46.379Z | 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=a6bdf447eb1d58a4 -C extra-filename=-a6bdf447eb1d58a4 --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-3cee8a96976693de.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` |
2674 | 2024-09-27T17:01:46.541Z | Dirty strum_macros v0.26.4: the rustflags changed |
2675 | 2024-09-27T17:01:46.541Z | Compiling strum_macros v0.26.4 |
2676 | 2024-09-27T17:01:46.560Z | 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=af4c16b7d1ccc6d5 -C extra-filename=-af4c16b7d1ccc6d5 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2677 | 2024-09-27T17:01:46.609Z | Compiling rustls v0.22.4 |
2678 | 2024-09-27T17:01:46.611Z | 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` |
2679 | 2024-09-27T17:01:46.646Z | Compiling rustls-pemfile v2.1.3 |
2680 | 2024-09-27T17:01:46.649Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0825b86e4f23338d -C extra-filename=-0825b86e4f23338d --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 pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2681 | 2024-09-27T17:01:46.831Z | Compiling tempfile v3.10.1 |
2682 | 2024-09-27T17:01:46.834Z | 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.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("nightly"))' -C metadata=203f019421d26a3d -C extra-filename=-203f019421d26a3d --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-93d3aefab645b806.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-51981822c0da3c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2683 | 2024-09-27T17:01:46.968Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58/build-script-build` |
2684 | 2024-09-27T17:01:47.022Z | 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=4781d15dc18659ce -C extra-filename=-4781d15dc18659ce --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-9bb3211f8a6d4da7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2a5e1ac73ea71181.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out` |
2685 | 2024-09-27T17:01:47.122Z | Compiling multer v3.1.0 |
2686 | 2024-09-27T17:01:47.125Z | 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` |
2687 | 2024-09-27T17:01:47.459Z | Compiling debug-ignore v1.0.5 |
2688 | 2024-09-27T17:01:47.462Z | 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` |
2689 | 2024-09-27T17:01:47.513Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46/build-script-build` |
2690 | 2024-09-27T17:01:47.591Z | Compiling slog-json v2.6.1 |
2691 | 2024-09-27T17:01:47.593Z | 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=54bd8a03efa416f7 -C extra-filename=-54bd8a03efa416f7 --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-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2127d3e6f9069305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2692 | 2024-09-27T17:01:47.615Z | Compiling async-stream-impl v0.3.5 |
2693 | 2024-09-27T17:01:47.644Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24da5d56aa84ad68 -C extra-filename=-24da5d56aa84ad68 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2694 | 2024-09-27T17:01:47.678Z | 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=b05d2cfc1f2fe4a6 -C extra-filename=-b05d2cfc1f2fe4a6 --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-edb6ed13ed361498.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-b15458759d1621c8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-27813c8b8f2c81c2.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2695 | 2024-09-27T17:01:47.982Z | Compiling slog-bunyan v2.5.0 |
2696 | 2024-09-27T17:01:47.988Z | 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=50c2b75429f0bba1 -C extra-filename=-50c2b75429f0bba1 --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-a6bdf447eb1d58a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-54bd8a03efa416f7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2127d3e6f9069305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2697 | 2024-09-27T17:01:48.211Z | Compiling waitgroup v0.1.2 |
2698 | 2024-09-27T17:01:48.214Z | 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` |
2699 | 2024-09-27T17:01:48.457Z | Compiling serde_path_to_error v0.1.16 |
2700 | 2024-09-27T17:01:48.459Z | 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=4bf70369cde44e16 -C extra-filename=-4bf70369cde44e16 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2701 | 2024-09-27T17:01:48.597Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2702 | 2024-09-27T17:01:48.598Z | 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=f4a44cbaa420d004 -C extra-filename=-f4a44cbaa420d004 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f4a44cbaa420d004 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-bdb500d6706a0d33.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-8e41b751a0ccc20a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-16c270462d044a3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e977bd3425988650.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5246221d7d1dcadc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c4214c86ee2bbd33.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-63411cafe06c85bd.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-efb1d161a82b4537.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ca0a7abe1fe991cc.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bde51f4758c41521.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-a318800bc3251e3b.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f8fc1c1aa249dbdf.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a6848bc8d5b9891.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e8b978ec7a9d98e8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3459d31894bcb70d.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bb6974eb2a6ed7a2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-2abe9fe1e738a523.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-333cc1e052d8280e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-67128cdfc27fc86d.rlib --extern hyper_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern hyper_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libhyper-99b80dc317afebd1.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-90f296ce10c86040.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d345e3f692f84e20.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-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-73ba9b38c2adb040.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-68d6347307c2291e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.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-a558247ce38e0784.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d7cb5b81a02ef6f8.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-2026a0998620394e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-19e1c4c2cc846170.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-51981822c0da3c8e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b937650cfbeb6e6f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-00d43a90ac604eda.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.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-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-970f38cc963541c5.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2127d3e6f9069305.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afdc34c6c77cb46c.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0aa41fa91298e638.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78f7586b935e5407.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-5858723c89856af0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-f57404723f9fcb27.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
2703 | 2024-09-27T17:01:48.762Z | Compiling hostname v0.4.0 |
2704 | 2024-09-27T17:01:48.765Z | 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=8ddc9dbfce995824 -C extra-filename=-8ddc9dbfce995824 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2705 | 2024-09-27T17:01:48.939Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f4a44cbaa420d004/build-script-build` |
2706 | 2024-09-27T17:01:48.976Z | 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=caadcc32bdc323fb -C extra-filename=-caadcc32bdc323fb --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-bdb500d6706a0d33.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-8e41b751a0ccc20a.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e977bd3425988650.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5246221d7d1dcadc.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c4214c86ee2bbd33.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-63411cafe06c85bd.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-efb1d161a82b4537.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ca0a7abe1fe991cc.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bde51f4758c41521.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-a318800bc3251e3b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f8fc1c1aa249dbdf.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a6848bc8d5b9891.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e8b978ec7a9d98e8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3459d31894bcb70d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bb6974eb2a6ed7a2.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-2abe9fe1e738a523.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-333cc1e052d8280e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-67128cdfc27fc86d.rmeta --extern hyper_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern hyper_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libhyper-99b80dc317afebd1.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-90f296ce10c86040.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d345e3f692f84e20.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-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-73ba9b38c2adb040.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-68d6347307c2291e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.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-a558247ce38e0784.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d7cb5b81a02ef6f8.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-2026a0998620394e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-19e1c4c2cc846170.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-51981822c0da3c8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b937650cfbeb6e6f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-00d43a90ac604eda.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.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-d52e3d8c16e8a214.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-970f38cc963541c5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2127d3e6f9069305.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afdc34c6c77cb46c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0aa41fa91298e638.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78f7586b935e5407.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-5858723c89856af0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-f57404723f9fcb27.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
2707 | 2024-09-27T17:01:49.047Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2708 | 2024-09-27T17:01:49.049Z | 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/dropshot-a4a923d29dccc492/06c8dab/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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=a919d62130b9e085 -C extra-filename=-a919d62130b9e085 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a919d62130b9e085 -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` |
2709 | 2024-09-27T17:01:49.096Z | Compiling ipnetwork v0.20.0 |
2710 | 2024-09-27T17:01:49.100Z | 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=f4aeff83f02cde28 -C extra-filename=-f4aeff83f02cde28 --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-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2711 | 2024-09-27T17:01:49.169Z | Compiling async-stream v0.3.5 |
2712 | 2024-09-27T17:01:49.172Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb56cc425a358c6a -C extra-filename=-eb56cc425a358c6a --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-24da5d56aa84ad68.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.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` |
2713 | 2024-09-27T17:01:49.349Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2714 | 2024-09-27T17:01:49.351Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/06c8dab/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--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=9fdf6e4f2c5682ec -C extra-filename=-9fdf6e4f2c5682ec --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2715 | 2024-09-27T17:01:49.440Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a919d62130b9e085/build-script-build` |
2716 | 2024-09-27T17:01:49.483Z | Compiling instant v0.1.12 |
2717 | 2024-09-27T17:01:49.486Z | 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.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("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=4d9fb3cc79b503f7 -C extra-filename=-4d9fb3cc79b503f7 --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` |
2718 | 2024-09-27T17:01:49.512Z | Compiling quick-error v1.2.3 |
2719 | 2024-09-27T17:01:49.515Z | 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` |
2720 | 2024-09-27T17:01:49.635Z | Compiling newtype-uuid v1.1.0 |
2721 | 2024-09-27T17:01:49.638Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=65070b8536d99399 -C extra-filename=-65070b8536d99399 --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-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2722 | 2024-09-27T17:01:49.662Z | Compiling structmeta-derive v0.3.0 |
2723 | 2024-09-27T17:01:49.680Z | 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=509e55e998b438b4 -C extra-filename=-509e55e998b438b4 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2724 | 2024-09-27T17:01:49.962Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2725 | 2024-09-27T17:01:50.015Z | 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=19059379292ae98e -C extra-filename=-19059379292ae98e --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-65070b8536d99399.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2726 | 2024-09-27T17:01:50.081Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2727 | 2024-09-27T17:01:50.083Z | 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=492500dba913d1cf -C extra-filename=-492500dba913d1cf --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2728 | 2024-09-27T17:01:50.343Z | Compiling backoff v0.4.0 |
2729 | 2024-09-27T17:01:50.346Z | 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=9f41ece8fa89b28b -C extra-filename=-9f41ece8fa89b28b --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-965f1abbaef84084.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bb6974eb2a6ed7a2.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.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-6ea14e4997ff6b64.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2730 | 2024-09-27T17:01:50.696Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2731 | 2024-09-27T17:01:50.699Z | 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/2612d22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=8b99a18b9d8b7117 -C extra-filename=-8b99a18b9d8b7117 --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-f4aeff83f02cde28.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2732 | 2024-09-27T17:01:51.061Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2733 | 2024-09-27T17:01:51.078Z | 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=a33837303a60c71a -C extra-filename=-a33837303a60c71a --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-492500dba913d1cf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2734 | 2024-09-27T17:01:51.105Z | Compiling darling_macro v0.20.9 |
2735 | 2024-09-27T17:01:51.108Z | 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.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=bf09ae7f5d123ca8 -C extra-filename=-bf09ae7f5d123ca8 --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-a4eb756722b0b4ba.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2736 | 2024-09-27T17:01:51.244Z | Compiling macaddr v1.0.1 |
2737 | 2024-09-27T17:01:51.254Z | 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=98a67a59a334178d -C extra-filename=-98a67a59a334178d --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2738 | 2024-09-27T17:01:51.432Z | Compiling tokio-rustls v0.25.0 |
2739 | 2024-09-27T17:01:51.435Z | 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=7546da3b93a44012 -C extra-filename=-7546da3b93a44012 --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-4781d15dc18659ce.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out` |
2740 | 2024-09-27T17:01:51.721Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2741 | 2024-09-27T17:01:51.724Z | 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=aa956fa7dab3567f -C extra-filename=-aa956fa7dab3567f --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-caadcc32bdc323fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
2742 | 2024-09-27T17:01:51.849Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2743 | 2024-09-27T17:01:51.852Z | 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=4c497ff74b1d7ab1 -C extra-filename=-4c497ff74b1d7ab1 --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-599d8f15621b0c55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2744 | 2024-09-27T17:01:51.968Z | Dirty strum v0.26.3: the rustflags changed |
2745 | 2024-09-27T17:01:51.968Z | Compiling strum v0.26.3 |
2746 | 2024-09-27T17:01:51.971Z | 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=d605b07ab2a0de30 -C extra-filename=-d605b07ab2a0de30 --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-af4c16b7d1ccc6d5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2747 | 2024-09-27T17:01:52.013Z | Compiling wait-timeout v0.2.0 |
2748 | 2024-09-27T17:01:52.016Z | 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=67dd394de3b1f54c -C extra-filename=-67dd394de3b1f54c --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2749 | 2024-09-27T17:01:52.159Z | Compiling structmeta-derive v0.2.0 |
2750 | 2024-09-27T17:01:52.162Z | 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=c4396d75b0dbcb2b -C extra-filename=-c4396d75b0dbcb2b --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2751 | 2024-09-27T17:01:52.262Z | Compiling darling v0.20.9 |
2752 | 2024-09-27T17:01:52.264Z | 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.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="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=25783681bc5c63f6 -C extra-filename=-25783681bc5c63f6 --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-a4eb756722b0b4ba.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-bf09ae7f5d123ca8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2753 | 2024-09-27T17:01:52.386Z | Compiling serde_with_macros v3.9.0 |
2754 | 2024-09-27T17:01:52.389Z | 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.9.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"))' -C metadata=e554c284d49db9dc -C extra-filename=-e554c284d49db9dc --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-25783681bc5c63f6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2755 | 2024-09-27T17:01:52.602Z | Compiling rusty-fork v0.3.0 |
2756 | 2024-09-27T17:01:52.605Z | 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=b0c049f4737da8e3 -C extra-filename=-b0c049f4737da8e3 --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-203f019421d26a3d.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-67dd394de3b1f54c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2757 | 2024-09-27T17:01:52.637Z | Compiling rand_xorshift v0.3.0 |
2758 | 2024-09-27T17:01:52.639Z | 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=dc717fe65b3dad73 -C extra-filename=-dc717fe65b3dad73 --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-025910be55d74958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2759 | 2024-09-27T17:01:52.900Z | Compiling structmeta v0.3.0 |
2760 | 2024-09-27T17:01:52.903Z | 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=50192c4a7967f549 -C extra-filename=-50192c4a7967f549 --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-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-509e55e998b438b4.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2761 | 2024-09-27T17:01:52.984Z | Compiling unarray v0.1.4 |
2762 | 2024-09-27T17:01:52.987Z | 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` |
2763 | 2024-09-27T17:01:53.158Z | Compiling proptest v1.5.0 |
2764 | 2024-09-27T17:01:53.161Z | 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=72bb27b927484260 -C extra-filename=-72bb27b927484260 --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-8e41b751a0ccc20a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-232b7ed080472947.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-dc717fe65b3dad73.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-b0c049f4737da8e3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.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` |
2765 | 2024-09-27T17:01:53.361Z | Compiling parse-display-derive v0.10.0 |
2766 | 2024-09-27T17:01:53.364Z | Compiling camino-tempfile v1.1.1 |
2767 | 2024-09-27T17:01:53.364Z | 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=947ac3dd5707f459 -C extra-filename=-947ac3dd5707f459 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-50192c4a7967f549.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2768 | 2024-09-27T17:01:53.364Z | 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=17ccd3b3f63bf5f4 -C extra-filename=-17ccd3b3f63bf5f4 --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-b792cecba43cac9d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2769 | 2024-09-27T17:01:53.847Z | Dirty proc-macro-error-attr v1.0.4: the rustflags changed |
2770 | 2024-09-27T17:01:53.847Z | Compiling proc-macro-error-attr v1.0.4 |
2771 | 2024-09-27T17:01:53.850Z | 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` |
2772 | 2024-09-27T17:01:54.145Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/06c8dab/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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=52abb3859d92c8cf -C extra-filename=-52abb3859d92c8cf --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-eb56cc425a358c6a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-9fdf6e4f2c5682ec.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-8ddc9dbfce995824.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-b05d2cfc1f2fe4a6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.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-4781d15dc18659ce.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4bf70369cde44e16.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b937650cfbeb6e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-50c2b75429f0bba1.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-54bd8a03efa416f7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7546da3b93a44012.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out` |
2773 | 2024-09-27T17:01:54.223Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67/build-script-build` |
2774 | 2024-09-27T17:01:54.301Z | Dirty proc-macro-error v1.0.4: the rustflags changed |
2775 | 2024-09-27T17:01:54.301Z | Compiling proc-macro-error v1.0.4 |
2776 | 2024-09-27T17:01: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/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` |
2777 | 2024-09-27T17:01:54.692Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67/build-script-build` |
2778 | 2024-09-27T17:01:54.855Z | 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=2c2579e9bbf82a84 -C extra-filename=-2c2579e9bbf82a84 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2779 | 2024-09-27T17:01:55.299Z | Compiling structmeta v0.2.0 |
2780 | 2024-09-27T17:01:55.302Z | 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=db9a063fabe691ea -C extra-filename=-db9a063fabe691ea --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-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c4396d75b0dbcb2b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2781 | 2024-09-27T17:01:55.687Z | Compiling serde_with v3.9.0 |
2782 | 2024-09-27T17:01:55.690Z | 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.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=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", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=fbf3e444deddd920 -C extra-filename=-fbf3e444deddd920 --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-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-e554c284d49db9dc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2783 | 2024-09-27T17:01:55.790Z | Compiling test-strategy v0.3.1 |
2784 | 2024-09-27T17:01:55.792Z | 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=33f37eee6fa58373 -C extra-filename=-33f37eee6fa58373 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-db9a063fabe691ea.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2785 | 2024-09-27T17:01:55.862Z | 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=be785971ed3c6df6 -C extra-filename=-be785971ed3c6df6 --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-2c2579e9bbf82a84.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
2786 | 2024-09-27T17:01:56.580Z | Compiling proc-macro-crate v1.3.1 |
2787 | 2024-09-27T17:01:56.583Z | 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=13613f5dbe52b83a -C extra-filename=-13613f5dbe52b83a --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-d381d90b77512a0f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0aa41fa91298e638.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2788 | 2024-09-27T17:01:57.398Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2789 | 2024-09-27T17:01:57.401Z | 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` |
2790 | 2024-09-27T17:01:57.664Z | Compiling num_enum_derive v0.5.11 |
2791 | 2024-09-27T17:01:57.666Z | 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=c16aec0e8561ffd7 -C extra-filename=-c16aec0e8561ffd7 --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-13613f5dbe52b83a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2792 | 2024-09-27T17:01:57.827Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e/build-script-build` |
2793 | 2024-09-27T17:01:57.864Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2794 | 2024-09-27T17:01:57.867Z | 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` |
2795 | 2024-09-27T17:01:58.230Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6/build-script-build` |
2796 | 2024-09-27T17:01:58.261Z | Compiling foreign-types-macros v0.2.3 |
2797 | 2024-09-27T17:01:58.265Z | 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=df170ba7eb52ebc6 -C extra-filename=-df170ba7eb52ebc6 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2798 | 2024-09-27T17:01:58.564Z | Compiling parse-display v0.10.0 |
2799 | 2024-09-27T17:01:58.566Z | 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=aa2fc19618e8223a -C extra-filename=-aa2fc19618e8223a --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-947ac3dd5707f459.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2800 | 2024-09-27T17:01:59.265Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2801 | 2024-09-27T17:01:59.267Z | 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/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f477c3b355d84377 -C extra-filename=-f477c3b355d84377 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-f477c3b355d84377 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2802 | 2024-09-27T17:01:59.508Z | Compiling foreign-types-shared v0.3.1 |
2803 | 2024-09-27T17:01:59.510Z | 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` |
2804 | 2024-09-27T17:01:59.617Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-f477c3b355d84377/build-script-build` |
2805 | 2024-09-27T17:01:59.640Z | 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` |
2806 | 2024-09-27T17:01:59.665Z | 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` |
2807 | 2024-09-27T17:01:59.696Z | Compiling foreign-types v0.5.0 |
2808 | 2024-09-27T17:01:59.706Z | 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=26ae3eac20104068 -C extra-filename=-26ae3eac20104068 --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-df170ba7eb52ebc6.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` |
2809 | 2024-09-27T17:01:59.797Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2810 | 2024-09-27T17:01:59.800Z | 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/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3251be0370a8c741 -C extra-filename=-3251be0370a8c741 --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-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2811 | 2024-09-27T17:01:59.819Z | Compiling tabwriter v1.4.0 |
2812 | 2024-09-27T17:01:59.822Z | 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=36b664ce9afcce98 -C extra-filename=-36b664ce9afcce98 --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-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2813 | 2024-09-27T17:01:59.847Z | Compiling cstr-argument v0.1.2 |
2814 | 2024-09-27T17:01:59.849Z | 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=aab9cf1341f27a2e -C extra-filename=-aab9cf1341f27a2e --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2815 | 2024-09-27T17:01:59.972Z | Compiling pretty-hex v0.2.1 |
2816 | 2024-09-27T17:01:59.972Z | 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` |
2817 | 2024-09-27T17:02:00.118Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2818 | 2024-09-27T17:02:00.121Z | 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=1acf1cd39738a6dc -C extra-filename=-1acf1cd39738a6dc --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-aab9cf1341f27a2e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-26ae3eac20104068.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` |
2819 | 2024-09-27T17:02:00.220Z | Compiling colored v2.1.0 |
2820 | 2024-09-27T17:02:00.223Z | 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=6166f879ac927c99 -C extra-filename=-6166f879ac927c99 --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-4058c7340bf7b5f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2821 | 2024-09-27T17:02:00.417Z | Compiling socket2 v0.4.10 |
2822 | 2024-09-27T17:02:00.420Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=6e18d66bb56b6803 -C extra-filename=-6e18d66bb56b6803 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2823 | 2024-09-27T17:02:00.593Z | Compiling num_enum v0.5.11 |
2824 | 2024-09-27T17:02:00.596Z | 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=b95cff2816cecfe2 -C extra-filename=-b95cff2816cecfe2 --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-c16aec0e8561ffd7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2825 | 2024-09-27T17:02:00.725Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2826 | 2024-09-27T17:02:00.740Z | 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=12ca48d2545434e8 -C extra-filename=-12ca48d2545434e8 --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-3cee8a96976693de.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-b95cff2816cecfe2.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-27176efeb89a212c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2827 | 2024-09-27T17:02:00.761Z | Compiling smf v0.2.3 |
2828 | 2024-09-27T17:02:00.764Z | 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=b94b1747d4cd77f0 -C extra-filename=-b94b1747d4cd77f0 --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-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2829 | 2024-09-27T17:02:00.857Z | 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/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25bae2786bf912b7 -C extra-filename=-25bae2786bf912b7 --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-3cee8a96976693de.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-3251be0370a8c741.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door` |
2830 | 2024-09-27T17:02:01.034Z | Compiling termtree v0.4.1 |
2831 | 2024-09-27T17:02:01.037Z | 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` |
2832 | 2024-09-27T17:02:01.056Z | Compiling heapless v0.8.0 |
2833 | 2024-09-27T17:02:01.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/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` |
2834 | 2024-09-27T17:02:01.106Z | Compiling hash32 v0.3.1 |
2835 | 2024-09-27T17:02:01.109Z | 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` |
2836 | 2024-09-27T17:02:01.277Z | Compiling predicates-tree v1.0.9 |
2837 | 2024-09-27T17:02:01.280Z | 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.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=e26635fc8c38883b -C extra-filename=-e26635fc8c38883b --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-010f1331228f9ea5.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` |
2838 | 2024-09-27T17:02:01.361Z | Compiling smoltcp v0.11.0 |
2839 | 2024-09-27T17:02:01.364Z | 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` |
2840 | 2024-09-27T17:02:01.381Z | Compiling crucible-workspace-hack v0.1.0 |
2841 | 2024-09-27T17:02:01.381Z | 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` |
2842 | 2024-09-27T17:02:01.725Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1/build-script-build` |
2843 | 2024-09-27T17:02:01.747Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a/build-script-build` |
2844 | 2024-09-27T17:02:01.778Z | Compiling embedded-io v0.4.0 |
2845 | 2024-09-27T17:02:01.780Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async", "defmt", "futures", "log", "std", "tokio"))' -C metadata=443730149b1d4047 -C extra-filename=-443730149b1d4047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2846 | 2024-09-27T17:02:01.828Z | Compiling cobs v0.2.3 |
2847 | 2024-09-27T17:02:01.830Z | 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` |
2848 | 2024-09-27T17:02:01.976Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2849 | 2024-09-27T17:02:01.979Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd34e36154812e50 -C extra-filename=-cd34e36154812e50 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-555f770ee47927a3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2850 | 2024-09-27T17:02:02.030Z | Compiling postcard v1.0.8 |
2851 | 2024-09-27T17:02:02.032Z | 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "const_format", "crc", "default", "defmt", "embedded-io", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=e781c146b7163138 -C extra-filename=-e781c146b7163138 --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 embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-443730149b1d4047.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2852 | 2024-09-27T17:02:02.072Z | 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` |
2853 | 2024-09-27T17:02:02.132Z | 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` |
2854 | 2024-09-27T17:02:02.156Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2855 | 2024-09-27T17:02:02.173Z | 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/76878de/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=f3ebe4ececd17b62 -C extra-filename=-f3ebe4ececd17b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-f3ebe4ececd17b62 -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` |
2856 | 2024-09-27T17:02:02.173Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5/build-script-build` |
2857 | 2024-09-27T17:02:02.204Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2858 | 2024-09-27T17:02:02.207Z | 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/76878de/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=a58320961eec3d1a -C extra-filename=-a58320961eec3d1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2859 | 2024-09-27T17:02:02.249Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2860 | 2024-09-27T17:02:02.253Z | 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/76878de/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=3f8bba5bf933473e -C extra-filename=-3f8bba5bf933473e --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-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2861 | 2024-09-27T17:02:02.370Z | Compiling sigpipe v0.1.3 |
2862 | 2024-09-27T17:02:02.373Z | 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=d1fe35a71df76961 -C extra-filename=-d1fe35a71df76961 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2863 | 2024-09-27T17:02:02.509Z | Compiling mockall_derive v0.13.0 |
2864 | 2024-09-27T17:02:02.512Z | 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` |
2865 | 2024-09-27T17:02:02.536Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-f3ebe4ececd17b62/build-script-build` |
2866 | 2024-09-27T17:02:02.613Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2867 | 2024-09-27T17:02:02.616Z | 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/4ceaf96/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` |
2868 | 2024-09-27T17:02:02.817Z | Compiling humantime v2.1.0 |
2869 | 2024-09-27T17:02:02.820Z | 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` |
2870 | 2024-09-27T17:02:02.867Z | Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62/build-script-build` |
2871 | 2024-09-27T17:02:02.903Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2872 | 2024-09-27T17:02:02.905Z | 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` |
2873 | 2024-09-27T17:02:02.974Z | 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=4961c33f6949946b -C extra-filename=-4961c33f6949946b --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'` |
2874 | 2024-09-27T17:02:02.982Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e/build-script-build` |
2875 | 2024-09-27T17:02:03.016Z | 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/4ceaf96/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=1da378ba1f1d5e77 -C extra-filename=-1da378ba1f1d5e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-12ca48d2545434e8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b95cff2816cecfe2.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-1acf1cd39738a6dc.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-25bae2786bf912b7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6e18d66bb56b6803.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
2876 | 2024-09-27T17:02:03.123Z | 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` |
2877 | 2024-09-27T17:02:03.269Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2878 | 2024-09-27T17:02:03.272Z | 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=2ba1e3b7c6428d11 -C extra-filename=-2ba1e3b7c6428d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-d1fe35a71df76961.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
2879 | 2024-09-27T17:02:03.353Z | Compiling zone_cfg_derive v0.3.0 |
2880 | 2024-09-27T17:02:03.355Z | 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=d4fd2cdfe1574aac -C extra-filename=-d4fd2cdfe1574aac --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-be785971ed3c6df6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2881 | 2024-09-27T17:02:03.376Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2882 | 2024-09-27T17:02:03.400Z | 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/24a74d0/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=c90f1ba5fb386716 -C extra-filename=-c90f1ba5fb386716 --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-3cee8a96976693de.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2883 | 2024-09-27T17:02:03.840Z | Compiling num-derive v0.4.2 |
2884 | 2024-09-27T17:02:03.843Z | 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=4722cb14eb30b203 -C extra-filename=-4722cb14eb30b203 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2885 | 2024-09-27T17:02:04.402Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2886 | 2024-09-27T17:02:04.404Z | 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` |
2887 | 2024-09-27T17:02:04.773Z | Compiling downcast v0.11.0 |
2888 | 2024-09-27T17:02:04.775Z | 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` |
2889 | 2024-09-27T17:02:05.077Z | Compiling fragile v2.0.0 |
2890 | 2024-09-27T17:02:05.080Z | 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` |
2891 | 2024-09-27T17:02:05.130Z | Compiling zone v0.3.0 |
2892 | 2024-09-27T17:02:05.133Z | 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=0d521a48a1c6be69 -C extra-filename=-0d521a48a1c6be69 --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-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-d4fd2cdfe1574aac.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2893 | 2024-09-27T17:02:05.751Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997/build-script-build` |
2894 | 2024-09-27T17:02:05.783Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2895 | 2024-09-27T17:02:05.785Z | 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/24a74d0/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=23dc985f084fda09 -C extra-filename=-23dc985f084fda09 --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-c90f1ba5fb386716.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2896 | 2024-09-27T17:02:06.256Z | Compiling same-file v1.0.6 |
2897 | 2024-09-27T17:02:06.258Z | 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` |
2898 | 2024-09-27T17:02:06.403Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2899 | 2024-09-27T17:02:06.406Z | 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/a551f24/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=748642a1849d3461 -C extra-filename=-748642a1849d3461 --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-3cee8a96976693de.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-4722cb14eb30b203.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2900 | 2024-09-27T17:02:06.574Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2901 | 2024-09-27T17:02:06.577Z | 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/76878de/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=734dd9b2f91bee21 -C extra-filename=-734dd9b2f91bee21 --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-a58320961eec3d1a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-e781c146b7163138.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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` |
2902 | 2024-09-27T17:02:06.727Z | Compiling walkdir v2.5.0 |
2903 | 2024-09-27T17:02:06.731Z | 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` |
2904 | 2024-09-27T17:02:06.825Z | Dirty xattr v1.3.1: the rustflags changed |
2905 | 2024-09-27T17:02:06.825Z | Compiling xattr v1.3.1 |
2906 | 2024-09-27T17:02:06.828Z | 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=e76bb626bded8031 -C extra-filename=-e76bb626bded8031 --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-51981822c0da3c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2907 | 2024-09-27T17:02:07.008Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2908 | 2024-09-27T17:02:07.011Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=8e97ff1bb0415b1d -C extra-filename=-8e97ff1bb0415b1d --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-555f770ee47927a3.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-cd34e36154812e50.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2909 | 2024-09-27T17:02:07.084Z | Dirty filetime v0.2.25: the rustflags changed |
2910 | 2024-09-27T17:02:07.084Z | Compiling filetime v0.2.25 |
2911 | 2024-09-27T17:02:07.087Z | 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=f1ba33698d34c9b1 -C extra-filename=-f1ba33698d34c9b1 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2912 | 2024-09-27T17:02:07.162Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2913 | 2024-09-27T17:02:07.166Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cd45ef2bda7814f -C extra-filename=-9cd45ef2bda7814f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-c6002415ff761945.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-8e97ff1bb0415b1d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2914 | 2024-09-27T17:02:07.386Z | Dirty tar v0.4.41: the rustflags changed |
2915 | 2024-09-27T17:02:07.386Z | Compiling tar v0.4.41 |
2916 | 2024-09-27T17:02:07.389Z | 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.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=aaa66b3725949e74 -C extra-filename=-aaa66b3725949e74 --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-f1ba33698d34c9b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-e76bb626bded8031.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2917 | 2024-09-27T17:02:07.420Z | Compiling utf-8 v0.7.6 |
2918 | 2024-09-27T17:02:07.423Z | 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` |
2919 | 2024-09-27T17:02:07.510Z | Compiling atomicwrites v0.4.4 |
2920 | 2024-09-27T17:02:07.513Z | 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=0dc4457f5255bc8d -C extra-filename=-0dc4457f5255bc8d --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-51981822c0da3c8e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2921 | 2024-09-27T17:02:07.772Z | Compiling newline-converter v0.3.0 |
2922 | 2024-09-27T17:02:07.775Z | 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=1025312162311df7 -C extra-filename=-1025312162311df7 --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-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2923 | 2024-09-27T17:02:07.880Z | 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/76878de/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=0980f59c1dcb0562 -C extra-filename=-0980f59c1dcb0562 --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-a58320961eec3d1a.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-3f8bba5bf933473e.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-734dd9b2f91bee21.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-e781c146b7163138.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.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)'` |
2924 | 2024-09-27T17:02:07.953Z | Compiling expectorate v1.1.0 |
2925 | 2024-09-27T17:02:07.956Z | 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=ebf8b8b3ea322b8e -C extra-filename=-ebf8b8b3ea322b8e --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-c4214c86ee2bbd33.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-1025312162311df7.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2926 | 2024-09-27T17:02:08.035Z | Compiling convert_case v0.4.0 |
2927 | 2024-09-27T17:02:08.037Z | 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` |
2928 | 2024-09-27T17:02:08.116Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2929 | 2024-09-27T17:02:08.118Z | 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/76878de/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=fc6af69011f3b35a -C extra-filename=-fc6af69011f3b35a --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-a58320961eec3d1a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0980f59c1dcb0562.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-1bcf0f2aa9b53959.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2930 | 2024-09-27T17:02:08.145Z | Compiling tungstenite v0.21.0 |
2931 | 2024-09-27T17:02:08.148Z | 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=c797a56d83eab2a2 -C extra-filename=-c797a56d83eab2a2 --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-edb6ed13ed361498.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-27813c8b8f2c81c2.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b937650cfbeb6e6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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` |
2932 | 2024-09-27T17:02:08.592Z | Compiling arc-swap v1.7.1 |
2933 | 2024-09-27T17:02:08.595Z | 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` |
2934 | 2024-09-27T17:02:09.094Z | Compiling derive_more v0.99.18 |
2935 | 2024-09-27T17:02:09.097Z | 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=aae238a7f781fbdf -C extra-filename=-aae238a7f781fbdf --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2936 | 2024-09-27T17:02:09.266Z | Compiling tokio-tungstenite v0.21.0 |
2937 | 2024-09-27T17:02:09.268Z | 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=e3590e3fd4e041ac -C extra-filename=-e3590e3fd4e041ac --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-b15458759d1621c8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-c797a56d83eab2a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2938 | 2024-09-27T17:02:09.512Z | Compiling slog-scope v4.4.0 |
2939 | 2024-09-27T17:02:09.515Z | 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=5f11e017fd164908 -C extra-filename=-5f11e017fd164908 --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-4058c7340bf7b5f3.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` |
2940 | 2024-09-27T17:02:09.802Z | Compiling slog-stdlog v4.1.1 |
2941 | 2024-09-27T17:02:09.805Z | 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=071f7f85ff281999 -C extra-filename=-071f7f85ff281999 --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-9bb3211f8a6d4da7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2942 | 2024-09-27T17:02:10.098Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2943 | 2024-09-27T17:02:10.100Z | 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/76878de/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=20831c057b53adf6 -C extra-filename=-20831c057b53adf6 --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-3cee8a96976693de.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-1da378ba1f1d5e77.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0980f59c1dcb0562.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-fc6af69011f3b35a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-e781c146b7163138.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2944 | 2024-09-27T17:02:10.229Z | Compiling termcolor v1.4.1 |
2945 | 2024-09-27T17:02:10.233Z | 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` |
2946 | 2024-09-27T17:02:10.306Z | Compiling slog-envlogger v2.2.0 |
2947 | 2024-09-27T17:02:10.309Z | 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=1f028db8e7d3f066 -C extra-filename=-1f028db8e7d3f066 --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-9bb3211f8a6d4da7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-071f7f85ff281999.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2948 | 2024-09-27T17:02:10.350Z | Compiling cancel-safe-futures v0.1.5 |
2949 | 2024-09-27T17:02:10.353Z | 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` |
2950 | 2024-09-27T17:02:10.793Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76/build-script-build` |
2951 | 2024-09-27T17:02:10.827Z | Compiling derive-where v1.2.7 |
2952 | 2024-09-27T17:02:10.830Z | 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=8755f378a0d2712e -C extra-filename=-8755f378a0d2712e --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2953 | 2024-09-27T17:02:11.096Z | Dirty swrite v0.1.0: the rustflags changed |
2954 | 2024-09-27T17:02:11.096Z | Compiling swrite v0.1.0 |
2955 | 2024-09-27T17:02:11.099Z | 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` |
2956 | 2024-09-27T17:02:11.120Z | 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=ac32e38d9b543289 -C extra-filename=-ac32e38d9b543289 --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-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.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-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2957 | 2024-09-27T17:02:11.236Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2958 | 2024-09-27T17:02:11.239Z | 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=42b91cfa93705cf6 -C extra-filename=-42b91cfa93705cf6 --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-caadcc32bdc323fb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
2959 | 2024-09-27T17:02:11.441Z | Compiling libsw v3.3.1 |
2960 | 2024-09-27T17:02:11.444Z | 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=02866ca65eda4802 -C extra-filename=-02866ca65eda4802 --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-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2961 | 2024-09-27T17:02:11.470Z | Compiling mockall v0.13.0 |
2962 | 2024-09-27T17:02:11.488Z | 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=b1a54d07005cc8e8 -C extra-filename=-b1a54d07005cc8e8 --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-4961c33f6949946b.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2963 | 2024-09-27T17:02:11.566Z | Compiling linear-map v1.2.0 |
2964 | 2024-09-27T17:02:11.569Z | 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` |
2965 | 2024-09-27T17:02:11.711Z | Compiling owo-colors v4.0.0 |
2966 | 2024-09-27T17:02:11.714Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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("alloc", "supports-color", "supports-colors"))' -C metadata=cedc2b4cdec5a13d -C extra-filename=-cedc2b4cdec5a13d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2967 | 2024-09-27T17:02:11.767Z | Compiling indent_write v2.2.0 |
2968 | 2024-09-27T17:02:11.770Z | 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` |
2969 | 2024-09-27T17:02:11.819Z | Compiling blake2 v0.10.6 |
2970 | 2024-09-27T17:02:11.825Z | 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=3a8c61d78d2e348e -C extra-filename=-3a8c61d78d2e348e --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-ca0a7abe1fe991cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2971 | 2024-09-27T17:02:11.947Z | Compiling password-hash v0.5.0 |
2972 | 2024-09-27T17:02:11.952Z | 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=c3b38f6969439f67 -C extra-filename=-c3b38f6969439f67 --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-025910be55d74958.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2973 | 2024-09-27T17:02:11.982Z | Compiling num-rational v0.4.2 |
2974 | 2024-09-27T17:02:11.984Z | 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=d35299848ca2e15c -C extra-filename=-d35299848ca2e15c --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2975 | 2024-09-27T17:02:12.981Z | Compiling argon2 v0.5.3 |
2976 | 2024-09-27T17:02:12.984Z | 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=d394aa9687013f7a -C extra-filename=-d394aa9687013f7a --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-3a8c61d78d2e348e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-c3b38f6969439f67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2977 | 2024-09-27T17:02:13.367Z | Compiling num-complex v0.4.6 |
2978 | 2024-09-27T17:02:13.370Z | 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=6f36a9b5054667f2 -C extra-filename=-6f36a9b5054667f2 --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2979 | 2024-09-27T17:02:13.787Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2980 | 2024-09-27T17:02:13.789Z | 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=4a7514d80272c2d4 -C extra-filename=-4a7514d80272c2d4 --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-d394aa9687013f7a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
2981 | 2024-09-27T17:02:14.097Z | Compiling float-ord v0.3.2 |
2982 | 2024-09-27T17:02:14.101Z | 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` |
2983 | 2024-09-27T17:02:14.229Z | Compiling atty v0.2.14 |
2984 | 2024-09-27T17:02:14.232Z | 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=42f3561578a41d43 -C extra-filename=-42f3561578a41d43 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2985 | 2024-09-27T17:02:14.289Z | Compiling pem v3.0.4 |
2986 | 2024-09-27T17:02:14.293Z | 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` |
2987 | 2024-09-27T17:02:14.394Z | Compiling num v0.4.3 |
2988 | 2024-09-27T17:02:14.397Z | 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=11024960b20c5ca2 -C extra-filename=-11024960b20c5ca2 --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-6f36a9b5054667f2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-d35299848ca2e15c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2989 | 2024-09-27T17:02:14.429Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2990 | 2024-09-27T17:02:14.431Z | 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` |
2991 | 2024-09-27T17:02:14.513Z | Compiling tungstenite v0.20.1 |
2992 | 2024-09-27T17:02:14.516Z | 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.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --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-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=c40eb0ac24bf2b50 -C extra-filename=-c40eb0ac24bf2b50 --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-edb6ed13ed361498.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b937650cfbeb6e6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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` |
2993 | 2024-09-27T17:02:14.683Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2994 | 2024-09-27T17:02:14.686Z | 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=f6817fa5341ed0f6 -C extra-filename=-f6817fa5341ed0f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-8755f378a0d2712e.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-02866ca65eda4802.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-caadcc32bdc323fb.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a558247ce38e0784.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-5db62e6a0c5ac430.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
2995 | 2024-09-27T17:02:15.148Z | Compiling env_logger v0.9.3 |
2996 | 2024-09-27T17:02:15.152Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atty", "default", "humantime", "regex", "termcolor"))' -C metadata=6b83dfc34a44d359 -C extra-filename=-6b83dfc34a44d359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42f3561578a41d43.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.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` |
2997 | 2024-09-27T17:02:15.406Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b/build-script-build` |
2998 | 2024-09-27T17:02:15.466Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2999 | 2024-09-27T17:02:15.488Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
3000 | 2024-09-27T17:02:15.488Z | 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/6dceb9e/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=1baa0505f6a96e78 -C extra-filename=-1baa0505f6a96e78 --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-3cee8a96976693de.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3001 | 2024-09-27T17:02:15.507Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d32c7db313fc958b -C extra-filename=-d32c7db313fc958b --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-1c1e529c4f2fdc97.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9cd45ef2bda7814f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-44e99e02d52c1762.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3002 | 2024-09-27T17:02:15.857Z | Compiling tokio-tungstenite v0.20.1 |
3003 | 2024-09-27T17:02:15.860Z | 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.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --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-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=53ed234ccebe4ff4 -C extra-filename=-53ed234ccebe4ff4 --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-b15458759d1621c8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-c40eb0ac24bf2b50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3004 | 2024-09-27T17:02:15.964Z | Compiling bitstruct_derive v0.1.0 |
3005 | 2024-09-27T17:02:15.967Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3b46eb0f9b2a27f -C extra-filename=-d3b46eb0f9b2a27f --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3006 | 2024-09-27T17:02:16.433Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3007 | 2024-09-27T17:02:16.436Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8740fb4ae3972f58 -C extra-filename=-8740fb4ae3972f58 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3008 | 2024-09-27T17:02:16.567Z | Compiling ascii v1.1.0 |
3009 | 2024-09-27T17:02:16.570Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde_test", "std"))' -C metadata=fd22831dba000475 -C extra-filename=-fd22831dba000475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3010 | 2024-09-27T17:02:16.589Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3011 | 2024-09-27T17:02:16.592Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0cabea45a6da5cf5 -C extra-filename=-0cabea45a6da5cf5 --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-3cee8a96976693de.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-8740fb4ae3972f58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3012 | 2024-09-27T17:02:16.748Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3013 | 2024-09-27T17:02:16.750Z | 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/6dceb9e/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=1e0e43a7f2a19b3d -C extra-filename=-1e0e43a7f2a19b3d --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-1baa0505f6a96e78.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3014 | 2024-09-27T17:02:16.920Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3015 | 2024-09-27T17:02:16.922Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3272529682244108 -C extra-filename=-3272529682244108 --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-3cee8a96976693de.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3016 | 2024-09-27T17:02:17.168Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3017 | 2024-09-27T17:02:17.171Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce9e47e97702048b -C extra-filename=-ce9e47e97702048b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-fd22831dba000475.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-6b83dfc34a44d359.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3018 | 2024-09-27T17:02:17.221Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3019 | 2024-09-27T17:02:17.224Z | 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/6dceb9e/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=a3f2b581f975c096 -C extra-filename=-a3f2b581f975c096 --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-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3020 | 2024-09-27T17:02:17.335Z | Compiling erased-serde v0.3.31 |
3021 | 2024-09-27T17:02:17.338Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=d0624b260095c365 -C extra-filename=-d0624b260095c365 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3022 | 2024-09-27T17:02:17.534Z | Compiling bitstruct v0.1.1 |
3023 | 2024-09-27T17:02:17.536Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e149dd05d065ccf6 -C extra-filename=-e149dd05d065ccf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-d3b46eb0f9b2a27f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3024 | 2024-09-27T17:02:17.602Z | Compiling serde_arrays v0.1.0 |
3025 | 2024-09-27T17:02:17.605Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d20ace094b846a11 -C extra-filename=-d20ace094b846a11 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3026 | 2024-09-27T17:02:17.663Z | Compiling heck v0.3.3 |
3027 | 2024-09-27T17:02:17.666Z | 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=fb0186a49dfb9c2f -C extra-filename=-fb0186a49dfb9c2f --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-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3028 | 2024-09-27T17:02:17.666Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
3029 | 2024-09-27T17:02:17.666Z | 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/4ceaf96/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` |
3030 | 2024-09-27T17:02:17.761Z | Compiling headers-core v0.2.0 |
3031 | 2024-09-27T17:02:17.764Z | 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.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=e78daa74c033fd54 -C extra-filename=-e78daa74c033fd54 --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-a31786f20b9f0fdb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3032 | 2024-09-27T17:02:17.925Z | Compiling yasna v0.5.2 |
3033 | 2024-09-27T17:02:17.928Z | 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=8c819d5954084c09 -C extra-filename=-8c819d5954084c09 --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-2127d3e6f9069305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3034 | 2024-09-27T17:02:18.046Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f/build-script-build` |
3035 | 2024-09-27T17:02:18.080Z | Compiling base64 v0.13.1 |
3036 | 2024-09-27T17:02:18.083Z | 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` |
3037 | 2024-09-27T17:02:18.118Z | Compiling zone_cfg_derive v0.1.2 |
3038 | 2024-09-27T17:02:18.121Z | 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=f1791e02af9af5c7 -C extra-filename=-f1791e02af9af5c7 --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-fb0186a49dfb9c2f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-be785971ed3c6df6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3039 | 2024-09-27T17:02:18.705Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3040 | 2024-09-27T17:02:18.708Z | Compiling ron v0.7.1 |
3041 | 2024-09-27T17:02:18.708Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crucible", "crucible-client-types", "crucible-full", "default", "dlpi", "falcon", "ispf", "libloading", "nexus-client", "num_enum", "omicron-build", "oximeter", "p9ds", "rand", "softnpu-lib"))' -C metadata=b753ec625dac4dc6 -C extra-filename=-b753ec625dac4dc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1e0e43a7f2a19b3d.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8e41b751a0ccc20a.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-e149dd05d065ccf6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-3272529682244108.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-d0624b260095c365.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-a3f2b581f975c096.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-ce9e47e97702048b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-d20ace094b846a11.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-0cabea45a6da5cf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3042 | 2024-09-27T17:02:18.728Z | 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=e4776dcf3ba290b7 -C extra-filename=-e4776dcf3ba290b7 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3043 | 2024-09-27T17:02:18.728Z | 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/4ceaf96/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=1f07d68697f64c2e -C extra-filename=-1f07d68697f64c2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-12ca48d2545434e8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b95cff2816cecfe2.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-1acf1cd39738a6dc.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-25bae2786bf912b7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6e18d66bb56b6803.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
3044 | 2024-09-27T17:02:18.813Z | Compiling headers v0.3.9 |
3045 | 2024-09-27T17:02:18.816Z | 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.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("nightly"))' -C metadata=1adfc28caffdb951 -C extra-filename=-1adfc28caffdb951 --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-edb6ed13ed361498.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-e78daa74c033fd54.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.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-b937650cfbeb6e6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3046 | 2024-09-27T17:02:19.636Z | Compiling rcgen v0.12.1 |
3047 | 2024-09-27T17:02:19.639Z | 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=a39c6323898de335 -C extra-filename=-a39c6323898de335 --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-e736e5009c91f06c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2127d3e6f9069305.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-8c819d5954084c09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out` |
3048 | 2024-09-27T17:02:19.844Z | Compiling zone v0.1.8 |
3049 | 2024-09-27T17:02:19.863Z | 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=ac3f55af10ec47c5 -C extra-filename=-ac3f55af10ec47c5 --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-da9815be099cf41c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-f1791e02af9af5c7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3050 | 2024-09-27T17:02:20.827Z | Compiling portpicker v0.1.1 |
3051 | 2024-09-27T17:02:20.829Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-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=04ed4dfdd2a9a190 -C extra-filename=-04ed4dfdd2a9a190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3052 | 2024-09-27T17:02:21.096Z | Compiling home v0.5.9 |
3053 | 2024-09-27T17:02:21.098Z | 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` |
3054 | 2024-09-27T17:02:21.188Z | Compiling highway v1.2.0 |
3055 | 2024-09-27T17:02:21.190Z | 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` |
3056 | 2024-09-27T17:02:21.225Z | Compiling subprocess v0.2.9 |
3057 | 2024-09-27T17:02:21.228Z | 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=a2d788d7704cee28 -C extra-filename=-a2d788d7704cee28 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3058 | 2024-09-27T17:02:21.374Z | Compiling semver v0.1.20 |
3059 | 2024-09-27T17:02:21.378Z | 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` |
3060 | 2024-09-27T17:02:21.521Z | Compiling cookie v0.18.1 |
3061 | 2024-09-27T17:02:21.524Z | 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 --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=40d88af450dd2121 -C extra-filename=-40d88af450dd2121 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-40d88af450dd2121 -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` |
3062 | 2024-09-27T17:02:21.906Z | Compiling rustc_version v0.1.7 |
3063 | 2024-09-27T17:02:21.909Z | 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` |
3064 | 2024-09-27T17:02:22.000Z | Compiling prettyplease v0.2.20 |
3065 | 2024-09-27T17:02:22.003Z | 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.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=8edd0c5489e3b208 -C extra-filename=-8edd0c5489e3b208 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-8edd0c5489e3b208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3066 | 2024-09-27T17:02:22.070Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-40d88af450dd2121/build-script-build` |
3067 | 2024-09-27T17:02:22.147Z | Compiling half v2.4.1 |
3068 | 2024-09-27T17:02:22.150Z | 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` |
3069 | 2024-09-27T17:02:22.171Z | Compiling ciborium-io v0.2.2 |
3070 | 2024-09-27T17:02:22.171Z | 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` |
3071 | 2024-09-27T17:02:22.314Z | 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 --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=64c755c38fa600bf -C extra-filename=-64c755c38fa600bf --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-2127d3e6f9069305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3072 | 2024-09-27T17:02:22.365Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-8edd0c5489e3b208/build-script-build` |
3073 | 2024-09-27T17:02:22.398Z | 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.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=32391bb99b637df4 -C extra-filename=-32391bb99b637df4 --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-39d204f28cc7075a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.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)'` |
3074 | 2024-09-27T17:02:22.436Z | Compiling newtype_derive v0.1.6 |
3075 | 2024-09-27T17:02:22.439Z | 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` |
3076 | 2024-09-27T17:02:22.531Z | 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` |
3077 | 2024-09-27T17:02:22.678Z | Compiling ciborium-ll v0.2.2 |
3078 | 2024-09-27T17:02:22.681Z | 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` |
3079 | 2024-09-27T17:02:22.830Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc/build-script-build` |
3080 | 2024-09-27T17:02:22.852Z | Compiling linked-hash-map v0.5.6 |
3081 | 2024-09-27T17:02:22.856Z | 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` |
3082 | 2024-09-27T17:02:22.903Z | 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` |
3083 | 2024-09-27T17:02:23.028Z | Compiling steno v0.4.1 |
3084 | 2024-09-27T17:02:23.031Z | 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=557c9e5ebf8931a3 -C extra-filename=-557c9e5ebf8931a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a558247ce38e0784.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3085 | 2024-09-27T17:02:23.098Z | Compiling ciborium v0.2.2 |
3086 | 2024-09-27T17:02:23.101Z | 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=2f8000a2198a9279 -C extra-filename=-2f8000a2198a9279 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3087 | 2024-09-27T17:02:23.171Z | Compiling resolv-conf v0.7.0 |
3088 | 2024-09-27T17:02:23.174Z | 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=15adbb9379dcb634 -C extra-filename=-15adbb9379dcb634 --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-a6bdf447eb1d58a4.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` |
3089 | 2024-09-27T17:02:23.242Z | Compiling lru-cache v0.1.2 |
3090 | 2024-09-27T17:02:23.244Z | 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` |
3091 | 2024-09-27T17:02:23.407Z | Compiling rayon-core v1.12.1 |
3092 | 2024-09-27T17:02:23.409Z | 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` |
3093 | 2024-09-27T17:02:23.457Z | Compiling crossbeam-deque v0.8.5 |
3094 | 2024-09-27T17:02:23.460Z | 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=d3c0b407aa91d755 -C extra-filename=-d3c0b407aa91d755 --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-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3095 | 2024-09-27T17:02:23.769Z | Compiling hickory-resolver v0.24.1 |
3096 | 2024-09-27T17:02:23.772Z | 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=9565fe39a8dd5e9e -C extra-filename=-9565fe39a8dd5e9e --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-b15458759d1621c8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.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-d381d90b77512a0f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d8a6256384ee3248.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-15adbb9379dcb634.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3097 | 2024-09-27T17:02:23.829Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43/build-script-build` |
3098 | 2024-09-27T17:02:23.861Z | 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=4c44c92761c50284 -C extra-filename=-4c44c92761c50284 --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-d3c0b407aa91d755.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3099 | 2024-09-27T17:02:24.006Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3100 | 2024-09-27T17:02:24.014Z | 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=e3ffe4f7d09140e3 -C extra-filename=-e3ffe4f7d09140e3 --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-caadcc32bdc323fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3101 | 2024-09-27T17:02:24.677Z | Compiling rayon v1.10.0 |
3102 | 2024-09-27T17:02:24.679Z | 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=8be4b95ce6e63459 -C extra-filename=-8be4b95ce6e63459 --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-4c44c92761c50284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3103 | 2024-09-27T17:02:25.428Z | Compiling display-error-chain v0.2.1 |
3104 | 2024-09-27T17:02:25.431Z | 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` |
3105 | 2024-09-27T17:02:25.460Z | Compiling slog-dtrace v0.3.0 |
3106 | 2024-09-27T17:02:25.463Z | 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` |
3107 | 2024-09-27T17:02:25.615Z | Compiling keccak v0.1.5 |
3108 | 2024-09-27T17:02:25.615Z | 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` |
3109 | 2024-09-27T17:02:25.720Z | Compiling constant_time_eq v0.3.0 |
3110 | 2024-09-27T17:02:25.723Z | 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.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("count_instructions_test"))' -C metadata=bb2dcf9258e9fbc9 -C extra-filename=-bb2dcf9258e9fbc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3111 | 2024-09-27T17:02:25.843Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c/build-script-build` |
3112 | 2024-09-27T17:02:25.906Z | Compiling arrayref v0.3.7 |
3113 | 2024-09-27T17:02:25.909Z | 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.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=8c86a7a964b0dca8 -C extra-filename=-8c86a7a964b0dca8 --out-dir /work/oxidecomputer/omicron/target/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-09-27T17:02:25.929Z | 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=0127b65dd9ec2cee -C extra-filename=-0127b65dd9ec2cee --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-8599901668faa364.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3115 | 2024-09-27T17:02:26.025Z | Compiling sha3 v0.10.8 |
3116 | 2024-09-27T17:02:26.028Z | 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=7cfd4310798d17cc -C extra-filename=-7cfd4310798d17cc --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-ca0a7abe1fe991cc.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` |
3117 | 2024-09-27T17:02:26.537Z | Compiling arrayvec v0.7.4 |
3118 | 2024-09-27T17:02:26.540Z | 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.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("default", "serde", "std", "zeroize"))' -C metadata=417409ccb48187aa -C extra-filename=-417409ccb48187aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3119 | 2024-09-27T17:02:26.706Z | Compiling universal-hash v0.5.1 |
3120 | 2024-09-27T17:02:26.708Z | 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=55e7aefd9e3954de -C extra-filename=-55e7aefd9e3954de --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-63411cafe06c85bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3121 | 2024-09-27T17:02:26.914Z | Compiling itertools v0.13.0 |
3122 | 2024-09-27T17:02:26.917Z | 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` |
3123 | 2024-09-27T17:02:26.982Z | Compiling opaque-debug v0.3.1 |
3124 | 2024-09-27T17:02:26.985Z | 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` |
3125 | 2024-09-27T17:02:27.033Z | Compiling secrecy v0.8.0 |
3126 | 2024-09-27T17:02:27.035Z | 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=332904de727b0d43 -C extra-filename=-332904de727b0d43 --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-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3127 | 2024-09-27T17:02:27.091Z | Compiling ring v0.16.20 |
3128 | 2024-09-27T17:02:27.094Z | 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=ae65e30466f21b07 -C extra-filename=-ae65e30466f21b07 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-ae65e30466f21b07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-16c270462d044a3e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3129 | 2024-09-27T17:02:27.317Z | Compiling blake3 v1.5.1 |
3130 | 2024-09-27T17:02:27.320Z | 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.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=849bbe711da1ff3d -C extra-filename=-849bbe711da1ff3d --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-849bbe711da1ff3d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-16c270462d044a3e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3131 | 2024-09-27T17:02:28.097Z | Compiling glob v0.3.1 |
3132 | 2024-09-27T17:02:28.100Z | 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` |
3133 | 2024-09-27T17:02:28.295Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-ae65e30466f21b07/build-script-build` |
3134 | 2024-09-27T17:02:29.128Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-849bbe711da1ff3d/build-script-build` |
3135 | 2024-09-27T17:02:29.724Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3136 | 2024-09-27T17:02:29.727Z | 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/6dceb9e/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=ffea0ef5f25ec051 -C extra-filename=-ffea0ef5f25ec051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-b753ec625dac4dc6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afdc34c6c77cb46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3137 | 2024-09-27T17:02:29.791Z | Compiling memmap2 v0.9.4 |
3138 | 2024-09-27T17:02:29.794Z | 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.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("stable_deref_trait"))' -C metadata=c7ee2818f0e58528 -C extra-filename=-c7ee2818f0e58528 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3139 | 2024-09-27T17:02:30.197Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3140 | 2024-09-27T17:02:30.200Z | 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/6dceb9e/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=1f4a0795c49eec68 -C extra-filename=-1f4a0795c49eec68 --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-ffea0ef5f25ec051.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afdc34c6c77cb46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3141 | 2024-09-27T17:02:30.257Z | Compiling spin v0.5.2 |
3142 | 2024-09-27T17:02:30.266Z | 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` |
3143 | 2024-09-27T17:02:30.279Z | Compiling untrusted v0.7.1 |
3144 | 2024-09-27T17:02:30.281Z | 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` |
3145 | 2024-09-27T17:02:30.420Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=f82cf6065301e37a -C extra-filename=-f82cf6065301e37a --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-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.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-bb2dcf9258e9fbc9.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-c7ee2818f0e58528.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/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` |
3146 | 2024-09-27T17:02:30.483Z | Compiling aead v0.5.2 |
3147 | 2024-09-27T17:02:30.483Z | 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=3e1e810109062e87 -C extra-filename=-3e1e810109062e87 --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-63411cafe06c85bd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3459d31894bcb70d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3148 | 2024-09-27T17:02:30.514Z | Compiling topological-sort v0.2.2 |
3149 | 2024-09-27T17:02:30.517Z | 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` |
3150 | 2024-09-27T17:02:30.639Z | Compiling poly1305 v0.8.0 |
3151 | 2024-09-27T17:02:30.642Z | 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=b24544a66ce7fca7 -C extra-filename=-b24544a66ce7fca7 --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-250510e548f1bd64.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-55e7aefd9e3954de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3152 | 2024-09-27T17:02:30.721Z | Compiling chacha20 v0.9.1 |
3153 | 2024-09-27T17:02:30.724Z | 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=ab7b6f9a46d207a6 -C extra-filename=-ab7b6f9a46d207a6 --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-e977bd3425988650.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3154 | 2024-09-27T17:02:30.844Z | Compiling gethostname v0.5.0 |
3155 | 2024-09-27T17:02:30.846Z | 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=4425ccb74d56e55b -C extra-filename=-4425ccb74d56e55b --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-51981822c0da3c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3156 | 2024-09-27T17:02:30.892Z | Compiling toolchain_find v0.4.0 |
3157 | 2024-09-27T17:02:30.895Z | 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=0649e628d8b0a715 -C extra-filename=-0649e628d8b0a715 --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-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.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` |
3158 | 2024-09-27T17:02:30.937Z | 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=15b1f364969cb16a -C extra-filename=-15b1f364969cb16a --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-d381d90b77512a0f.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-cdca53e297d5cb24/out -l static=ring-core -l static=ring-test` |
3159 | 2024-09-27T17:02:31.072Z | Compiling thiserror-impl-no-std v2.0.2 |
3160 | 2024-09-27T17:02:31.075Z | 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=77ad3d1425b194bc -C extra-filename=-77ad3d1425b194bc --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3161 | 2024-09-27T17:02:31.168Z | Compiling rustfmt-wrapper v0.2.1 |
3162 | 2024-09-27T17:02:31.170Z | 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=302cd4453e03803f -C extra-filename=-302cd4453e03803f --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-19476516253bd8c8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-0649e628d8b0a715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3163 | 2024-09-27T17:02:31.602Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3164 | 2024-09-27T17:02:31.606Z | 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=23f659e3c6bf2c66 -C extra-filename=-23f659e3c6bf2c66 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-23f659e3c6bf2c66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3165 | 2024-09-27T17:02:31.650Z | Compiling nibble_vec v0.1.0 |
3166 | 2024-09-27T17:02:31.653Z | 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` |
3167 | 2024-09-27T17:02:31.753Z | Compiling endian-type v0.1.2 |
3168 | 2024-09-27T17:02:31.756Z | 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` |
3169 | 2024-09-27T17:02:31.848Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
3170 | 2024-09-27T17:02:31.851Z | 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` |
3171 | 2024-09-27T17:02:32.001Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-23f659e3c6bf2c66/build-script-build` |
3172 | 2024-09-27T17:02:32.004Z | Compiling radix_trie v0.2.1 |
3173 | 2024-09-27T17:02:32.020Z | 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` |
3174 | 2024-09-27T17:02:32.027Z | Compiling chacha20poly1305 v0.10.1 |
3175 | 2024-09-27T17:02:32.041Z | 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=1b7fb6310e483337 -C extra-filename=-1b7fb6310e483337 --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-3e1e810109062e87.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ab7b6f9a46d207a6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e977bd3425988650.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-b24544a66ce7fca7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3176 | 2024-09-27T17:02:32.236Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5/build-script-build` |
3177 | 2024-09-27T17:02:32.257Z | Compiling fxhash v0.2.1 |
3178 | 2024-09-27T17:02:32.262Z | 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` |
3179 | 2024-09-27T17:02:32.286Z | 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=b01b952446fd7d41 -C extra-filename=-b01b952446fd7d41 --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-3cee8a96976693de.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.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/` |
3180 | 2024-09-27T17:02:32.335Z | Compiling maplit v1.0.2 |
3181 | 2024-09-27T17:02:32.338Z | 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` |
3182 | 2024-09-27T17:02:32.464Z | Compiling radium v0.7.0 |
3183 | 2024-09-27T17:02:32.464Z | 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` |
3184 | 2024-09-27T17:02:32.482Z | Compiling maybe-uninit v2.0.0 |
3185 | 2024-09-27T17:02:32.482Z | 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` |
3186 | 2024-09-27T17:02:32.688Z | Compiling tap v1.0.1 |
3187 | 2024-09-27T17:02:32.691Z | 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` |
3188 | 2024-09-27T17:02:32.714Z | Compiling bzip2-sys v0.1.11+1.0.8 |
3189 | 2024-09-27T17:02:32.717Z | 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=39a402b7831ed7c9 -C extra-filename=-39a402b7831ed7c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-39a402b7831ed7c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-16c270462d044a3e.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3190 | 2024-09-27T17:02:32.879Z | Compiling omicron-zone-package v0.11.0 |
3191 | 2024-09-27T17:02:32.881Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8bf5d13aa2147e9 -C extra-filename=-c8bf5d13aa2147e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-f82cf6065301e37a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ba33698d34c9b1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-15b1f364969cb16a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afdc34c6c77cb46c.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-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cdca53e297d5cb24/out` |
3192 | 2024-09-27T17:02:32.997Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2/build-script-build` |
3193 | 2024-09-27T17:02:33.030Z | 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` |
3194 | 2024-09-27T17:02:33.091Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f/build-script-build` |
3195 | 2024-09-27T17:02:33.163Z | Compiling wyz v0.5.1 |
3196 | 2024-09-27T17:02:33.166Z | 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` |
3197 | 2024-09-27T17:02:33.503Z | Compiling crc-catalog v2.4.0 |
3198 | 2024-09-27T17:02:33.519Z | 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` |
3199 | 2024-09-27T17:02:33.519Z | Compiling packed_struct v0.10.1 |
3200 | 2024-09-27T17:02:33.519Z | 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` |
3201 | 2024-09-27T17:02:33.519Z | Compiling funty v2.0.0 |
3202 | 2024-09-27T17:02:33.519Z | 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` |
3203 | 2024-09-27T17:02:33.560Z | Compiling crc v3.2.1 |
3204 | 2024-09-27T17:02:33.564Z | 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` |
3205 | 2024-09-27T17:02:34.052Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867/build-script-build` |
3206 | 2024-09-27T17:02:34.104Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-39a402b7831ed7c9/build-script-build` |
3207 | 2024-09-27T17:02:34.298Z | 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` |
3208 | 2024-09-27T17:02:34.398Z | Compiling packed_struct_codegen v0.10.1 |
3209 | 2024-09-27T17:02:34.401Z | 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=d8c7308880c8ae94 -C extra-filename=-d8c7308880c8ae94 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3210 | 2024-09-27T17:02:34.427Z | Compiling thiserror-no-std v2.0.2 |
3211 | 2024-09-27T17:02:34.431Z | 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=123bd425bdbf12ca -C extra-filename=-123bd425bdbf12ca --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-77ad3d1425b194bc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3212 | 2024-09-27T17:02:34.497Z | Compiling indexmap v1.9.3 |
3213 | 2024-09-27T17:02:34.500Z | 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=88f5c6eb7293a0b0 -C extra-filename=-88f5c6eb7293a0b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3214 | 2024-09-27T17:02:34.543Z | Compiling vsss-rs v3.3.4 |
3215 | 2024-09-27T17:02:34.548Z | 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=95e91a854f17fc49 -C extra-filename=-95e91a854f17fc49 --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-efb1d161a82b4537.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a6848bc8d5b9891.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-232b7ed080472947.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-123bd425bdbf12ca.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3216 | 2024-09-27T17:02:34.792Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
3217 | 2024-09-27T17:02:34.795Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f7bf41c8e5809ce -C extra-filename=-8f7bf41c8e5809ce --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-9ac10fdc05abddac.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9cd45ef2bda7814f.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-d32c7db313fc958b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3218 | 2024-09-27T17:02:34.846Z | Compiling bitvec v1.0.1 |
3219 | 2024-09-27T17:02:34.849Z | 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` |
3220 | 2024-09-27T17:02:35.055Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
3221 | 2024-09-27T17:02:35.057Z | 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/9e0fe45/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=71de897ecc6247eb -C extra-filename=-71de897ecc6247eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3222 | 2024-09-27T17:02:35.357Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3223 | 2024-09-27T17:02:35.360Z | 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=5b900e9047bcd0df -C extra-filename=-5b900e9047bcd0df --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-8599901668faa364.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3224 | 2024-09-27T17:02:35.751Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3225 | 2024-09-27T17:02:35.753Z | 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=1061efe572277d3b -C extra-filename=-1061efe572277d3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3226 | 2024-09-27T17:02:37.455Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3227 | 2024-09-27T17:02:37.458Z | 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/6dceb9e/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=c72d9056331ef84a -C extra-filename=-c72d9056331ef84a --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-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-53ed234ccebe4ff4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3228 | 2024-09-27T17:02:37.788Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
3229 | 2024-09-27T17:02:37.790Z | 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/a9c5fda/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=c2f25d26808d411f -C extra-filename=-c2f25d26808d411f --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-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e3590e3fd4e041ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3230 | 2024-09-27T17:02:38.691Z | Compiling nodrop v0.1.14 |
3231 | 2024-09-27T17:02:38.694Z | 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` |
3232 | 2024-09-27T17:02:38.830Z | Compiling array-init v0.0.4 |
3233 | 2024-09-27T17:02:38.832Z | 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` |
3234 | 2024-09-27T17:02:39.193Z | 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=24cfd7174e520e58 -C extra-filename=-24cfd7174e520e58 --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-d8c7308880c8ae94.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3235 | 2024-09-27T17:02:39.462Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3236 | 2024-09-27T17:02:39.468Z | 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=d6b345500617cf75 -C extra-filename=-d6b345500617cf75 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-d6b345500617cf75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c8bf5d13aa2147e9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-302cd4453e03803f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cdca53e297d5cb24/out` |
3237 | 2024-09-27T17:02:39.999Z | 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=72e24712519e573a -C extra-filename=-72e24712519e573a --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-3cee8a96976693de.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-4698b44fe0850490/out/lib -l static=bz2` |
3238 | 2024-09-27T17:02:40.192Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0/build-script-build` |
3239 | 2024-09-27T17:02:40.224Z | Compiling smallvec v0.6.14 |
3240 | 2024-09-27T17:02:40.228Z | 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` |
3241 | 2024-09-27T17:02:40.701Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3242 | 2024-09-27T17:02:40.704Z | 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=cc37315c29e246b1 -C extra-filename=-cc37315c29e246b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-aa956fa7dab3567f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9f41ece8fa89b28b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9ac10fdc05abddac.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-a33837303a60c71a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3243 | 2024-09-27T17:02:42.033Z | 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=cf7d590d35c46454 -C extra-filename=-cf7d590d35c46454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-aa956fa7dab3567f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9f41ece8fa89b28b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9ac10fdc05abddac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-a33837303a60c71a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3244 | 2024-09-27T17:02:43.093Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3245 | 2024-09-27T17:02:43.095Z | 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/e69694a/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=72789f5a5f65d793 -C extra-filename=-72789f5a5f65d793 --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-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-1f07d68697f64c2e.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-04ed4dfdd2a9a190.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c72d9056331ef84a.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-1f4a0795c49eec68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-e4776dcf3ba290b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e3590e3fd4e041ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afdc34c6c77cb46c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac3f55af10ec47c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3246 | 2024-09-27T17:02:43.359Z | Compiling async-recursion v1.1.1 |
3247 | 2024-09-27T17:02:43.362Z | 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=15fc923038689690 -C extra-filename=-15fc923038689690 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3248 | 2024-09-27T17:02:44.454Z | Compiling bitfield v0.14.0 |
3249 | 2024-09-27T17:02:44.457Z | 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` |
3250 | 2024-09-27T17:02:44.781Z | Compiling hashbrown v0.12.3 |
3251 | 2024-09-27T17:02:44.783Z | 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` |
3252 | 2024-09-27T17:02:45.084Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3253 | 2024-09-27T17:02:45.104Z | 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=d84b562d63e1f053 -C extra-filename=-d84b562d63e1f053 --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-27005954c6e0a466.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-24cfd7174e520e58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3254 | 2024-09-27T17:02:45.234Z | Compiling serde-hex v0.1.0 |
3255 | 2024-09-27T17:02:45.254Z | 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=238800ef629585fc -C extra-filename=-238800ef629585fc --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-19476516253bd8c8.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` |
3256 | 2024-09-27T17:02:46.010Z | 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=414afdde7c84f505 -C extra-filename=-414afdde7c84f505 --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` |
3257 | 2024-09-27T17:02:46.905Z | Compiling bzip2 v0.4.4 |
3258 | 2024-09-27T17:02:46.908Z | 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=56335e4743d81932 -C extra-filename=-56335e4743d81932 --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-72e24712519e573a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.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-4698b44fe0850490/out/lib` |
3259 | 2024-09-27T17:02:47.313Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3260 | 2024-09-27T17:02:47.316Z | 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=052df81755fe3e80 -C extra-filename=-052df81755fe3e80 --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-fd86349cac891522.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3261 | 2024-09-27T17:02:47.640Z | Compiling env_logger v0.10.2 |
3262 | 2024-09-27T17:02:47.655Z | 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=09ad1c02290d56cc -C extra-filename=-09ad1c02290d56cc --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-dc0a9157b5066ae2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.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` |
3263 | 2024-09-27T17:02:48.852Z | Compiling ron v0.8.1 |
3264 | 2024-09-27T17:02:48.871Z | 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=277b409c6b75d27f -C extra-filename=-277b409c6b75d27f --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-8e41b751a0ccc20a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3265 | 2024-09-27T17:02:50.026Z | Compiling hashbrown v0.13.2 |
3266 | 2024-09-27T17:02:50.045Z | 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=ad0ced135b952e37 -C extra-filename=-ad0ced135b952e37 --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-bdb500d6706a0d33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3267 | 2024-09-27T17:02:50.052Z | Compiling kstat-rs v0.2.4 |
3268 | 2024-09-27T17:02:50.052Z | 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=3fa18eb32d6d99b6 -C extra-filename=-3fa18eb32d6d99b6 --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-3cee8a96976693de.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3269 | 2024-09-27T17:02:50.750Z | Compiling crc-any v2.5.0 |
3270 | 2024-09-27T17:02:50.753Z | 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` |
3271 | 2024-09-27T17:02:51.288Z | Compiling object v0.30.4 |
3272 | 2024-09-27T17:02:51.290Z | 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=12893619826aa705 -C extra-filename=-12893619826aa705 --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-9ba8c9fbacf692c5.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ad0ced135b952e37.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-414afdde7c84f505.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3273 | 2024-09-27T17:02:51.308Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3274 | 2024-09-27T17:02:51.310Z | 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=88cf435f6548e3a5 -C extra-filename=-88cf435f6548e3a5 --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-277b409c6b75d27f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-052df81755fe3e80.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd86349cac891522.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3275 | 2024-09-27T17:02:51.623Z | Compiling zip v0.6.6 |
3276 | 2024-09-27T17:02:51.625Z | 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=f592ca97398f43f3 -C extra-filename=-f592ca97398f43f3 --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-56335e4743d81932.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.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-4698b44fe0850490/out/lib` |
3277 | 2024-09-27T17:02:52.077Z | Compiling libefi-sys v0.1.0 |
3278 | 2024-09-27T17:02:52.080Z | 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` |
3279 | 2024-09-27T17:02:52.446Z | 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=af1c6a0a4c0d35b4 -C extra-filename=-af1c6a0a4c0d35b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-23dc985f084fda09.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.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-748642a1849d3461.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-b1a54d07005cc8e8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-20831c057b53adf6.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-fc6af69011f3b35a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2ba1e3b7c6428d11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
3280 | 2024-09-27T17:02:52.970Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3281 | 2024-09-27T17:02:52.973Z | 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=fbbc921c252da948 -C extra-filename=-fbbc921c252da948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3282 | 2024-09-27T17:02:55.664Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3283 | 2024-09-27T17:02:55.667Z | 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=ba379bff201647ef -C extra-filename=-ba379bff201647ef --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-edb6ed13ed361498.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3284 | 2024-09-27T17:02:55.689Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3285 | 2024-09-27T17:02:55.689Z | 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=739d8828981c635e -C extra-filename=-739d8828981c635e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0dc4457f5255bc8d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3286 | 2024-09-27T17:02:56.194Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3287 | 2024-09-27T17:02:56.196Z | 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=fd29780baa941e76 -C extra-filename=-fd29780baa941e76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0dc4457f5255bc8d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ba33698d34c9b1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-72789f5a5f65d793.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3288 | 2024-09-27T17:02:58.428Z | 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=6140e6190a758406 -C extra-filename=-6140e6190a758406 --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-edb6ed13ed361498.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cf7d590d35c46454.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3289 | 2024-09-27T17:02:58.991Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3290 | 2024-09-27T17:02:58.993Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f297724931fac3a7 -C extra-filename=-f297724931fac3a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3291 | 2024-09-27T17:02:59.366Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-d6b345500617cf75/build-script-build` |
3292 | 2024-09-27T17:02:59.746Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3293 | 2024-09-27T17:02:59.762Z | 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=8ef28454c52f4c69 -C extra-filename=-8ef28454c52f4c69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3294 | 2024-09-27T17:02:59.994Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3295 | 2024-09-27T17:02:59.996Z | 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=22b4c7e4814329c4 -C extra-filename=-22b4c7e4814329c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-caadcc32bdc323fb.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3296 | 2024-09-27T17:03:00.268Z | 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=ba2f972375245982 -C extra-filename=-ba2f972375245982 --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-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9ac10fdc05abddac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3297 | 2024-09-27T17:03:01.518Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3298 | 2024-09-27T17:03:01.522Z | 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=9389840753cc1108 -C extra-filename=-9389840753cc1108 --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-58d414abc21eec5c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-09ad1c02290d56cc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-d84b562d63e1f053.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-24cfd7174e520e58.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-19e1c4c2cc846170.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-238800ef629585fc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-f57404723f9fcb27.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd86349cac891522.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3299 | 2024-09-27T17:03:01.958Z | Compiling path-slash v0.1.5 |
3300 | 2024-09-27T17:03:01.961Z | 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` |
3301 | 2024-09-27T17:03:02.224Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878/build-script-build` |
3302 | 2024-09-27T17:03:02.258Z | Compiling bitfield-struct v0.6.1 |
3303 | 2024-09-27T17:03:02.261Z | 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.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=72be4d532b805216 -C extra-filename=-72be4d532b805216 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3304 | 2024-09-27T17:03:03.695Z | 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=a4948147ec3b1833 -C extra-filename=-a4948147ec3b1833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-caadcc32bdc323fb.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6140e6190a758406.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3305 | 2024-09-27T17:03:03.964Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
3306 | 2024-09-27T17:03:03.967Z | 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/943c4bb/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=5257356141952e32 -C extra-filename=-5257356141952e32 --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-599d8f15621b0c55.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-d84b562d63e1f053.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-9389840753cc1108.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-12893619826aa705.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3979c874cbe4d4d2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-19e1c4c2cc846170.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-052df81755fe3e80.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-88cf435f6548e3a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afdc34c6c77cb46c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-f57404723f9fcb27.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd86349cac891522.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f592ca97398f43f3.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-4698b44fe0850490/out/lib` |
3307 | 2024-09-27T17:03:04.253Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3308 | 2024-09-27T17:03:04.256Z | 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=2dcc374b542dfd00 -C extra-filename=-2dcc374b542dfd00 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-2dcc374b542dfd00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-16c270462d044a3e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3309 | 2024-09-27T17:03:04.447Z | Compiling parking_lot_core v0.8.6 |
3310 | 2024-09-27T17:03:04.450Z | 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` |
3311 | 2024-09-27T17:03:04.764Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2dcc374b542dfd00/build-script-build` |
3312 | 2024-09-27T17:03:04.896Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3313 | 2024-09-27T17:03:04.899Z | 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=a1fcd07371e00cdd -C extra-filename=-a1fcd07371e00cdd --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-72be4d532b805216.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3314 | 2024-09-27T17:03:04.980Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf/build-script-build` |
3315 | 2024-09-27T17:03:05.013Z | 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` |
3316 | 2024-09-27T17:03:05.474Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3317 | 2024-09-27T17:03:05.476Z | 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=f20140c5c1cae79e -C extra-filename=-f20140c5c1cae79e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b95cff2816cecfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3318 | 2024-09-27T17:03:05.694Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3319 | 2024-09-27T17:03:05.697Z | 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=83fd55d11f9fbb59 -C extra-filename=-83fd55d11f9fbb59 --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-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3320 | 2024-09-27T17:03:06.226Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3321 | 2024-09-27T17:03:06.226Z | 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` |
3322 | 2024-09-27T17:03:06.362Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3323 | 2024-09-27T17:03:06.366Z | 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=ba4c1e913d3f904c -C extra-filename=-ba4c1e913d3f904c --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-a1fcd07371e00cdd.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-fc7dfca664bf9d4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3324 | 2024-09-27T17:03:06.420Z | 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=cb071d5f095ec893 -C extra-filename=-cb071d5f095ec893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f20140c5c1cae79e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -l static=pci` |
3325 | 2024-09-27T17:03:06.922Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3326 | 2024-09-27T17:03:06.925Z | 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=8498ba1fe31f6370 -C extra-filename=-8498ba1fe31f6370 --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-af1c6a0a4c0d35b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3327 | 2024-09-27T17:03:07.380Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3328 | 2024-09-27T17:03:07.383Z | 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=7cd9a152d2106a06 -C extra-filename=-7cd9a152d2106a06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3329 | 2024-09-27T17:03:07.725Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3330 | 2024-09-27T17:03:07.727Z | 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=68943fdd2c61ca92 -C extra-filename=-68943fdd2c61ca92 --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-af1c6a0a4c0d35b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3331 | 2024-09-27T17:03:07.952Z | 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=bdacc2570a8fc727 -C extra-filename=-bdacc2570a8fc727 --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-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b7fb6310e483337.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-f79ae8c6ada7b572.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-332904de727b0d43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-95e91a854f17fc49.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3332 | 2024-09-27T17:03:08.030Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3333 | 2024-09-27T17:03:08.033Z | 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=81ae2efacbd66219 -C extra-filename=-81ae2efacbd66219 --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-caadcc32bdc323fb.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a4948147ec3b1833.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6140e6190a758406.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3334 | 2024-09-27T17:03:08.365Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3335 | 2024-09-27T17:03:08.368Z | 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=9c89a7e0c6e27b0c -C extra-filename=-9c89a7e0c6e27b0c --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-3cee8a96976693de.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-d06e3778a228b794.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3336 | 2024-09-27T17:03:08.763Z | 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=5462791aac7f1c9e -C extra-filename=-5462791aac7f1c9e --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-4d9fb3cc79b503f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.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` |
3337 | 2024-09-27T17:03:09.310Z | Compiling parking_lot v0.11.2 |
3338 | 2024-09-27T17:03:09.313Z | 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=0c0e05cbe6b64f2c -C extra-filename=-0c0e05cbe6b64f2c --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-4d9fb3cc79b503f7.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-5462791aac7f1c9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3339 | 2024-09-27T17:03:09.398Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3340 | 2024-09-27T17:03:09.401Z | 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=2ea23ec141ccba70 -C extra-filename=-2ea23ec141ccba70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-aa956fa7dab3567f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-739d8828981c635e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-64c755c38fa600bf.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65070b8536d99399.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-68943fdd2c61ca92.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-a33837303a60c71a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3341 | 2024-09-27T17:03:09.973Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3342 | 2024-09-27T17:03:09.975Z | 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=3c18be393ae14db7 -C extra-filename=-3c18be393ae14db7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3343 | 2024-09-27T17:03:10.274Z | Compiling crossterm v0.28.1 |
3344 | 2024-09-27T17:03:10.278Z | 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="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=c730c3a08df0b07c -C extra-filename=-c730c3a08df0b07c --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-8e41b751a0ccc20a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-73ba9b38c2adb040.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d8a6256384ee3248.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-51981822c0da3c8e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7849c9e51a3c096f.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-00d43a90ac604eda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3345 | 2024-09-27T17:03:13.558Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3346 | 2024-09-27T17:03:13.561Z | 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=85afd1f4b33c767c -C extra-filename=-85afd1f4b33c767c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bdacc2570a8fc727.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3347 | 2024-09-27T17:03:15.522Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3348 | 2024-09-27T17:03:15.524Z | 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=ced585595e6bad00 -C extra-filename=-ced585595e6bad00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e3ffe4f7d09140e3.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-22b4c7e4814329c4.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-81ae2efacbd66219.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3349 | 2024-09-27T17:03:15.990Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3350 | 2024-09-27T17:03:15.993Z | 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=1deaa23efcbc578a -C extra-filename=-1deaa23efcbc578a --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-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-3fa18eb32d6d99b6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3351 | 2024-09-27T17:03:19.765Z | Compiling sled v0.34.7 |
3352 | 2024-09-27T17:03:19.768Z | 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=e90bd45f0aaf536b -C extra-filename=-e90bd45f0aaf536b --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-9ba8c9fbacf692c5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-0c0e05cbe6b64f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3353 | 2024-09-27T17:03:22.627Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3354 | 2024-09-27T17:03:22.629Z | 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=64141951cb6d5745 -C extra-filename=-64141951cb6d5745 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4425ccb74d56e55b.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f20140c5c1cae79e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-9c89a7e0c6e27b0c.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ba4c1e913d3f904c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.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-a33837303a60c71a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-cb071d5f095ec893.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out` |
3355 | 2024-09-27T17:03:23.328Z | Compiling hickory-client v0.24.1 |
3356 | 2024-09-27T17:03:23.334Z | 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=b6c53acb87a92443 -C extra-filename=-b6c53acb87a92443 --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-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3357 | 2024-09-27T17:03:24.461Z | Compiling hickory-server v0.24.1 |
3358 | 2024-09-27T17:03:24.466Z | 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=9d0848bf311d3261 -C extra-filename=-9d0848bf311d3261 --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-f9ec920ba5de742f.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.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-72f007d99ff29298.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2127d3e6f9069305.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3359 | 2024-09-27T17:03:24.789Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3360 | 2024-09-27T17:03:24.792Z | 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=10c19866b7380b53 -C extra-filename=-10c19866b7380b53 --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-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3361 | 2024-09-27T17:03:25.718Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
3362 | 2024-09-27T17:03:25.727Z | 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/9e0fe45/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=fbf1721742859380 -C extra-filename=-fbf1721742859380 --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-8b99a18b9d8b7117.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3363 | 2024-09-27T17:03:26.367Z | Compiling diff v0.1.13 |
3364 | 2024-09-27T17:03:26.369Z | 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` |
3365 | 2024-09-27T17:03:27.076Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3366 | 2024-09-27T17:03:27.079Z | 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=b1724cb3966ad23b -C extra-filename=-b1724cb3966ad23b --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-fbf1721742859380.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9ac10fdc05abddac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3367 | 2024-09-27T17:03:27.159Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3368 | 2024-09-27T17:03:27.161Z | 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=eeff8d7c9ca57933 -C extra-filename=-eeff8d7c9ca57933 --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-2f8000a2198a9279.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b01b952446fd7d41.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3369 | 2024-09-27T17:03:28.364Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3370 | 2024-09-27T17:03:28.367Z | 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=29312e3f82be2380 -C extra-filename=-29312e3f82be2380 --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-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3371 | 2024-09-27T17:03:29.056Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3372 | 2024-09-27T17:03:29.059Z | 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=4105e55c3de9228f -C extra-filename=-4105e55c3de9228f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b6c53acb87a92443.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9d0848bf311d3261.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e90bd45f0aaf536b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3373 | 2024-09-27T17:03:29.205Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3374 | 2024-09-27T17:03:29.207Z | 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=bb751e02e468c99a -C extra-filename=-bb751e02e468c99a --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-f9ec920ba5de742f.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-f79ae8c6ada7b572.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-332904de727b0d43.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3375 | 2024-09-27T17:03:29.706Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3376 | 2024-09-27T17:03:29.709Z | 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=8cc4a8517d12fa6d -C extra-filename=-8cc4a8517d12fa6d --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-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-01bb75b60de83b30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3377 | 2024-09-27T17:03:30.073Z | Compiling primeorder v0.13.6 |
3378 | 2024-09-27T17:03:30.105Z | 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=e7358d9b8f5a929b -C extra-filename=-e7358d9b8f5a929b --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-7a6848bc8d5b9891.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3379 | 2024-09-27T17:03:30.115Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3380 | 2024-09-27T17:03:30.120Z | 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=82834ece77a8e1f0 -C extra-filename=-82834ece77a8e1f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.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-aae238a7f781fbdf.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb751e02e468c99a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out` |
3381 | 2024-09-27T17:03:30.332Z | Compiling dsl_auto_type v0.1.2 |
3382 | 2024-09-27T17:03:30.335Z | 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=6f017a0d11ad6a23 -C extra-filename=-6f017a0d11ad6a23 --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-25783681bc5c63f6.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-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3383 | 2024-09-27T17:03:30.486Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3384 | 2024-09-27T17:03:30.490Z | 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=898b31964a881edf -C extra-filename=-898b31964a881edf --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-caadcc32bdc323fb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3385 | 2024-09-27T17:03:30.610Z | Compiling diesel_table_macro_syntax v0.2.0 |
3386 | 2024-09-27T17:03:30.612Z | 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=f44df588328b0684 -C extra-filename=-f44df588328b0684 --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-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3387 | 2024-09-27T17:03:30.729Z | Compiling scheduled-thread-pool v0.2.7 |
3388 | 2024-09-27T17:03:30.731Z | 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=264733d25fde918f -C extra-filename=-264733d25fde918f --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-d8a6256384ee3248.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3389 | 2024-09-27T17:03:31.069Z | Compiling vte_generate_state_changes v0.1.1 |
3390 | 2024-09-27T17:03:31.072Z | 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.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=8e9eb6feba6ae14e -C extra-filename=-8e9eb6feba6ae14e --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3391 | 2024-09-27T17:03:31.403Z | Compiling nanorand v0.7.0 |
3392 | 2024-09-27T17:03:31.405Z | 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=58f43b0b5c733eb3 -C extra-filename=-58f43b0b5c733eb3 --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-bb6974eb2a6ed7a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3393 | 2024-09-27T17:03:31.471Z | Compiling unicase v2.7.0 |
3394 | 2024-09-27T17:03:31.474Z | 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` |
3395 | 2024-09-27T17:03:31.855Z | Compiling buf-list v1.0.3 |
3396 | 2024-09-27T17:03:31.857Z | 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` |
3397 | 2024-09-27T17:03:31.874Z | Compiling crunchy v0.2.2 |
3398 | 2024-09-27T17:03:31.877Z | 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` |
3399 | 2024-09-27T17:03:31.988Z | Compiling diesel_derives v2.2.2 |
3400 | 2024-09-27T17:03:31.988Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff/build-script-build` |
3401 | 2024-09-27T17:03:31.994Z | 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --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=acbdb84f666d9753 -C extra-filename=-acbdb84f666d9753 --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-f44df588328b0684.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-6f017a0d11ad6a23.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3402 | 2024-09-27T17:03:32.201Z | Compiling vte v0.11.1 |
3403 | 2024-09-27T17:03:32.204Z | 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=da756e692dd39587 -C extra-filename=-da756e692dd39587 --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-da51f585a387d022.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-8e9eb6feba6ae14e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3404 | 2024-09-27T17:03:32.466Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c/build-script-build` |
3405 | 2024-09-27T17:03:32.499Z | Compiling flume v0.11.0 |
3406 | 2024-09-27T17:03:32.502Z | 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=c1f7a164a861d85a -C extra-filename=-c1f7a164a861d85a --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-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-58f43b0b5c733eb3.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3407 | 2024-09-27T17:03:32.610Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061/build-script-build` |
3408 | 2024-09-27T17:03:32.691Z | Compiling r2d2 v0.8.10 |
3409 | 2024-09-27T17:03:32.693Z | 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=6d93f58ef560eea7 -C extra-filename=-6d93f58ef560eea7 --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-9bb3211f8a6d4da7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d8a6256384ee3248.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-264733d25fde918f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3410 | 2024-09-27T17:03:33.089Z | Compiling clang-sys v1.7.0 |
3411 | 2024-09-27T17:03:33.092Z | 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/clang-sys-1.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="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_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", "libloading", "runtime", "static"))' -C metadata=0d805f3cffbd8165 -C extra-filename=-0d805f3cffbd8165 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165 -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` |
3412 | 2024-09-27T17:03:33.214Z | Compiling fd-lock v4.0.2 |
3413 | 2024-09-27T17:03:33.216Z | 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=7fe84548469ab2e9 -C extra-filename=-7fe84548469ab2e9 --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-51981822c0da3c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3414 | 2024-09-27T17:03:33.452Z | Compiling salty v0.3.0 |
3415 | 2024-09-27T17:03:33.456Z | 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` |
3416 | 2024-09-27T17:03:33.659Z | Compiling tiny-keccak v2.0.2 |
3417 | 2024-09-27T17:03:33.662Z | 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` |
3418 | 2024-09-27T17:03:33.888Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165/build-script-build` |
3419 | 2024-09-27T17:03:33.924Z | Compiling strip-ansi-escapes v0.2.0 |
3420 | 2024-09-27T17:03:33.924Z | 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=764761c5fd61b799 -C extra-filename=-764761c5fd61b799 --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-da756e692dd39587.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3421 | 2024-09-27T17:03:33.960Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422/build-script-build` |
3422 | 2024-09-27T17:03:34.016Z | 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=150b7fffb2c11595 -C extra-filename=-150b7fffb2c11595 --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-edb6ed13ed361498.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
3423 | 2024-09-27T17:03:34.056Z | 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` |
3424 | 2024-09-27T17:03:34.058Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a/build-script-build` |
3425 | 2024-09-27T17:03:34.087Z | 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` |
3426 | 2024-09-27T17:03:34.152Z | Compiling p384 v0.13.0 |
3427 | 2024-09-27T17:03:34.155Z | 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=20c69f4ed4bf8dc7 -C extra-filename=-20c69f4ed4bf8dc7 --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-a318800bc3251e3b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a6848bc8d5b9891.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-e7358d9b8f5a929b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3428 | 2024-09-27T17:03:34.372Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
3429 | 2024-09-27T17:03:34.375Z | 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/a551f24/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=526fb4a492afbc62 -C extra-filename=-526fb4a492afbc62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-8f7bf41c8e5809ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3430 | 2024-09-27T17:03:34.484Z | Compiling crossterm v0.27.0 |
3431 | 2024-09-27T17:03:34.487Z | 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.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=13b8c7b5c950fab1 -C extra-filename=-13b8c7b5c950fab1 --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-8e41b751a0ccc20a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ced5bbd73f5403b6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d8a6256384ee3248.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7849c9e51a3c096f.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-00d43a90ac604eda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3432 | 2024-09-27T17:03:34.604Z | Compiling rustls v0.23.10 |
3433 | 2024-09-27T17:03:34.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/rustls-0.23.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=ae9ef4dc4f84801b -C extra-filename=-ae9ef4dc4f84801b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-ae9ef4dc4f84801b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3434 | 2024-09-27T17:03:34.686Z | Compiling nu-ansi-term v0.50.0 |
3435 | 2024-09-27T17:03:34.689Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=77516f015f1cbfc0 -C extra-filename=-77516f015f1cbfc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3436 | 2024-09-27T17:03:34.973Z | Compiling ref-cast v1.0.23 |
3437 | 2024-09-27T17:03:34.976Z | 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` |
3438 | 2024-09-27T17:03:35.487Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-ae9ef4dc4f84801b/build-script-build` |
3439 | 2024-09-27T17:03:35.523Z | Compiling mime_guess v2.0.4 |
3440 | 2024-09-27T17:03:35.525Z | 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.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=470faaa06d049e38 -C extra-filename=-470faaa06d049e38 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38 -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` |
3441 | 2024-09-27T17:03:35.646Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229/build-script-build` |
3442 | 2024-09-27T17:03:35.734Z | 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` |
3443 | 2024-09-27T17:03:35.760Z | 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=e192a18a2670e4f6 -C extra-filename=-e192a18a2670e4f6 --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-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
3444 | 2024-09-27T17:03:36.121Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3445 | 2024-09-27T17:03:36.124Z | 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=4ba8f07d3930dc64 -C extra-filename=-4ba8f07d3930dc64 --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-8bd1bae28c30277b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-eeff8d7c9ca57933.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3446 | 2024-09-27T17:03:36.429Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3447 | 2024-09-27T17:03:36.448Z | 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=86913c05b5a9fee5 -C extra-filename=-86913c05b5a9fee5 --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-b792cecba43cac9d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3448 | 2024-09-27T17:03:36.721Z | Compiling reedline v0.33.0 |
3449 | 2024-09-27T17:03:36.724Z | 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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=1d7dae5e45c8160a -C extra-filename=-1d7dae5e45c8160a --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-8599901668faa364.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-13b8c7b5c950fab1.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-7fe84548469ab2e9.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-77516f015f1cbfc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-764761c5fd61b799.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-af4c16b7d1ccc6d5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3450 | 2024-09-27T17:03:36.937Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3451 | 2024-09-27T17:03:36.940Z | 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=b54558a04ad1e1e6 -C extra-filename=-b54558a04ad1e1e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b54558a04ad1e1e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3452 | 2024-09-27T17:03:37.310Z | Compiling ascii-canvas v3.0.0 |
3453 | 2024-09-27T17:03:37.314Z | 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=808cd89fdb936f9c -C extra-filename=-808cd89fdb936f9c --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-42cdc58f9cbd97df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3454 | 2024-09-27T17:03:37.714Z | Compiling ref-cast-impl v1.0.23 |
3455 | 2024-09-27T17:03:37.717Z | 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=8d3c5a41f1f9fa0e -C extra-filename=-8d3c5a41f1f9fa0e --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3456 | 2024-09-27T17:03:37.909Z | Compiling ena v0.14.3 |
3457 | 2024-09-27T17:03:37.912Z | 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=ee83f2a2d1dee687 -C extra-filename=-ee83f2a2d1dee687 --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-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3458 | 2024-09-27T17:03:38.332Z | Compiling env_filter v0.1.2 |
3459 | 2024-09-27T17:03:38.334Z | 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=e77c432acf3a46df -C extra-filename=-e77c432acf3a46df --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-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3460 | 2024-09-27T17:03:39.056Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3461 | 2024-09-27T17:03:39.056Z | 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=09aedd4549d6b24b -C extra-filename=-09aedd4549d6b24b --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-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3462 | 2024-09-27T17:03:39.075Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3463 | 2024-09-27T17:03:39.102Z | 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=ea54151bd33e191c -C extra-filename=-ea54151bd33e191c --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-52abb3859d92c8cf.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3464 | 2024-09-27T17:03:39.107Z | Compiling libloading v0.8.3 |
3465 | 2024-09-27T17:03:39.107Z | 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.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=12b1ac854d05c5d8 -C extra-filename=-12b1ac854d05c5d8 --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` |
3466 | 2024-09-27T17:03:39.522Z | Compiling bindgen v0.69.4 |
3467 | 2024-09-27T17:03:39.524Z | 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.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="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=0b19588ea3b34f70 -C extra-filename=-0b19588ea3b34f70 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3468 | 2024-09-27T17:03:40.425Z | Compiling regex-syntax v0.6.29 |
3469 | 2024-09-27T17:03:40.428Z | 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` |
3470 | 2024-09-27T17:03:40.448Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70/build-script-build` |
3471 | 2024-09-27T17:03:40.481Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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_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", "libloading", "runtime", "static"))' -C metadata=01f08149c2633105 -C extra-filename=-01f08149c2633105 --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-3cee8a96976693de.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-12b1ac854d05c5d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3472 | 2024-09-27T17:03:40.781Z | 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=878a8767bd0518bb -C extra-filename=-878a8767bd0518bb --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-8d3c5a41f1f9fa0e.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)'` |
3473 | 2024-09-27T17:03:40.938Z | Compiling env_logger v0.11.5 |
3474 | 2024-09-27T17:03:40.941Z | 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=1c6a89e64aace90b -C extra-filename=-1c6a89e64aace90b --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-e77c432acf3a46df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3475 | 2024-09-27T17:03:41.134Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b54558a04ad1e1e6/build-script-build` |
3476 | 2024-09-27T17:03:41.168Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38/build-script-build` |
3477 | 2024-09-27T17:03:41.215Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3478 | 2024-09-27T17:03:41.218Z | 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=90ea3cff9015c503 -C extra-filename=-90ea3cff9015c503 --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-bb6974eb2a6ed7a2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-24e46af5cc55ead8.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-e192a18a2670e4f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3479 | 2024-09-27T17:03:41.710Z | 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.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=8e84a45272488d3c -C extra-filename=-8e84a45272488d3c --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-9bb3211f8a6d4da7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2a5e1ac73ea71181.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
3480 | 2024-09-27T17:03:42.228Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3481 | 2024-09-27T17:03:42.234Z | 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=4d9d5a9a16bbad9b -C extra-filename=-4d9d5a9a16bbad9b --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-898b31964a881edf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3482 | 2024-09-27T17:03:43.958Z | Compiling lalrpop v0.19.12 |
3483 | 2024-09-27T17:03:43.960Z | 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=57409f9b447f969d -C extra-filename=-57409f9b447f969d --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-808cd89fdb936f9c.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-ee83f2a2d1dee687.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-dc0a9157b5066ae2.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-a558247ce38e0784.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.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-970f38cc963541c5.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-42cdc58f9cbd97df.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-4a828090b584bc69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3484 | 2024-09-27T17:03:44.983Z | Compiling diesel v2.2.4 |
3485 | 2024-09-27T17:03:44.986Z | 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=2586995f98f5d4cd -C extra-filename=-2586995f98f5d4cd --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-8e41b751a0ccc20a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-acbdb84f666d9753.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-6d93f58ef560eea7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3486 | 2024-09-27T17:03:45.364Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3487 | 2024-09-27T17:03:45.367Z | 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=c15c2d83463e0851 -C extra-filename=-c15c2d83463e0851 --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-f4aeff83f02cde28.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3488 | 2024-09-27T17:03:45.825Z | Compiling which v4.4.2 |
3489 | 2024-09-27T17:03:45.829Z | 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=176e3dbc511bdaad -C extra-filename=-176e3dbc511bdaad --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-51981822c0da3c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3490 | 2024-09-27T17:03:46.444Z | Compiling cexpr v0.6.0 |
3491 | 2024-09-27T17:03:46.447Z | 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=f30f2bacc7962607 -C extra-filename=-f30f2bacc7962607 --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-19a28b98cd1da8cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3492 | 2024-09-27T17:03:46.498Z | Compiling shlex v1.3.0 |
3493 | 2024-09-27T17:03:46.501Z | 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` |
3494 | 2024-09-27T17:03:46.962Z | Compiling cfg_aliases v0.1.1 |
3495 | 2024-09-27T17:03:46.971Z | 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` |
3496 | 2024-09-27T17:03:47.084Z | Compiling lazycell v1.3.0 |
3497 | 2024-09-27T17:03:47.087Z | 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` |
3498 | 2024-09-27T17:03:47.104Z | Compiling rustc-hash v1.1.0 |
3499 | 2024-09-27T17:03:47.107Z | 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` |
3500 | 2024-09-27T17:03:47.266Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3501 | 2024-09-27T17:03:47.269Z | Dirty bytecount v0.6.8: the rustflags changed |
3502 | 2024-09-27T17:03:47.269Z | Compiling bytecount v0.6.8 |
3503 | 2024-09-27T17:03:47.269Z | 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` |
3504 | 2024-09-27T17:03:47.269Z | 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` |
3505 | 2024-09-27T17:03:47.526Z | Dirty papergrid v0.11.0: the rustflags changed |
3506 | 2024-09-27T17:03:47.526Z | Compiling papergrid v0.11.0 |
3507 | 2024-09-27T17:03:47.529Z | 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=79466898f12bed22 -C extra-filename=-79466898f12bed22 --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-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3508 | 2024-09-27T17:03:47.651Z | Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6/build-script-build` |
3509 | 2024-09-27T17:03:47.685Z | 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.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,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=989dde74a23b284b -C extra-filename=-989dde74a23b284b --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-8e41b751a0ccc20a.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f30f2bacc7962607.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-01f08149c2633105.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-83ab67f0ca0fe95a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.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-8a46d8fdbab68150.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-176e3dbc511bdaad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3510 | 2024-09-27T17:03:48.280Z | Compiling tokio-rustls v0.26.0 |
3511 | 2024-09-27T17:03:48.282Z | 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=7ba0dcc404cec5db -C extra-filename=-7ba0dcc404cec5db --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-8e84a45272488d3c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out` |
3512 | 2024-09-27T17:03:48.766Z | Compiling nix v0.28.0 |
3513 | 2024-09-27T17:03:48.786Z | 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` |
3514 | 2024-09-27T17:03:49.713Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3515 | 2024-09-27T17:03:49.717Z | 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=41909423be6bceb1 -C extra-filename=-41909423be6bceb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-90ea3cff9015c503.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-f8fc1c1aa249dbdf.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-1c6a89e64aace90b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-20c69f4ed4bf8dc7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-f57404723f9fcb27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3516 | 2024-09-27T17:03:50.258Z | 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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=e20d1e7d50ab8e8e -C extra-filename=-e20d1e7d50ab8e8e --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` |
3517 | 2024-09-27T17:03:50.945Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3518 | 2024-09-27T17:03:50.948Z | 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=0aef1dabee014434 -C extra-filename=-0aef1dabee014434 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-0aef1dabee014434 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3519 | 2024-09-27T17:03:51.274Z | Compiling tabled_derive v0.7.0 |
3520 | 2024-09-27T17:03:51.276Z | 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=65809b3de658857b -C extra-filename=-65809b3de658857b --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-be785971ed3c6df6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3521 | 2024-09-27T17:03:51.313Z | Compiling derive_builder_core v0.20.0 |
3522 | 2024-09-27T17:03:51.316Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-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=76bbc5291e8646f1 -C extra-filename=-76bbc5291e8646f1 --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-25783681bc5c63f6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3523 | 2024-09-27T17:03:51.848Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
3524 | 2024-09-27T17:03:51.851Z | 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/a9c5fda/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=9731b00d3b2fb7d4 -C extra-filename=-9731b00d3b2fb7d4 --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-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3525 | 2024-09-27T17:03:52.242Z | Compiling libxml v0.3.3 |
3526 | 2024-09-27T17:03:52.245Z | 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=25957f77bb8c67b9 -C extra-filename=-25957f77bb8c67b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3527 | 2024-09-27T17:03:52.703Z | Compiling http-range v0.1.5 |
3528 | 2024-09-27T17:03:52.707Z | 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` |
3529 | 2024-09-27T17:03:52.856Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9/build-script-build` |
3530 | 2024-09-27T17:03:52.900Z | Compiling hyper-staticfile v0.9.5 |
3531 | 2024-09-27T17:03:52.903Z | 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.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=281dd7f8d47fe766 -C extra-filename=-281dd7f8d47fe766 --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-b15458759d1621c8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.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-12a4f5ffada1835c.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-e20d1e7d50ab8e8e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3532 | 2024-09-27T17:03:53.079Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
3533 | 2024-09-27T17:03:53.082Z | 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/a9c5fda/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=82d2f5e3e4701981 -C extra-filename=-82d2f5e3e4701981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42f3561578a41d43.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9731b00d3b2fb7d4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-50c2b75429f0bba1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e3590e3fd4e041ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3534 | 2024-09-27T17:03:53.755Z | Compiling derive_builder_macro v0.20.0 |
3535 | 2024-09-27T17:03:53.757Z | 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.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="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=5c9f0dc4cfef7119 -C extra-filename=-5c9f0dc4cfef7119 --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-76bbc5291e8646f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3536 | 2024-09-27T17:03:53.903Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-0aef1dabee014434/build-script-build` |
3537 | 2024-09-27T17:03:53.936Z | 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=ec10e2f59898dcd2 -C extra-filename=-ec10e2f59898dcd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-90ea3cff9015c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-41909423be6bceb1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f8fc1c1aa249dbdf.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b01b952446fd7d41.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8e84a45272488d3c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-332904de727b0d43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7ba0dcc404cec5db.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-f57404723f9fcb27.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.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-174c0052e817e966/out` |
3538 | 2024-09-27T17:03:54.020Z | Compiling tabled v0.15.0 |
3539 | 2024-09-27T17:03:54.022Z | 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=fe3386b3995bd738 -C extra-filename=-fe3386b3995bd738 --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-79466898f12bed22.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-65809b3de658857b.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3540 | 2024-09-27T17:03:54.462Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947/build-script-build` |
3541 | 2024-09-27T17:03:54.493Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
3542 | 2024-09-27T17:03:54.496Z | 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=1757853e5622701d -C extra-filename=-1757853e5622701d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3543 | 2024-09-27T17:03:54.896Z | Compiling strum_macros v0.24.3 |
3544 | 2024-09-27T17:03:54.899Z | 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=2695a1968e5226c0 -C extra-filename=-2695a1968e5226c0 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3545 | 2024-09-27T17:03:56.463Z | Compiling indoc v1.0.9 |
3546 | 2024-09-27T17:03:56.466Z | 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` |
3547 | 2024-09-27T17:03:56.944Z | Compiling derive_builder v0.20.0 |
3548 | 2024-09-27T17:03:56.946Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "clippy", "default", "std"))' -C metadata=7e163dc342453adc -C extra-filename=-7e163dc342453adc --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-5c9f0dc4cfef7119.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3549 | 2024-09-27T17:03:57.135Z | 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=4340d6384b83242e -C extra-filename=-4340d6384b83242e --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-8e41b751a0ccc20a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
3550 | 2024-09-27T17:03:57.596Z | 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=30c55ec0d37a5c48 -C extra-filename=-30c55ec0d37a5c48 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
3551 | 2024-09-27T17:03:58.882Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3552 | 2024-09-27T17:03:58.885Z | 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=6413d9c50d520e7f -C extra-filename=-6413d9c50d520e7f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-6413d9c50d520e7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3553 | 2024-09-27T17:03:59.274Z | Compiling peg-macros v0.8.4 |
3554 | 2024-09-27T17:03:59.276Z | 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=aee359804792bea5 -C extra-filename=-aee359804792bea5 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3555 | 2024-09-27T17:04:00.606Z | Compiling signal-hook-tokio v0.3.1 |
3556 | 2024-09-27T17:04:00.608Z | 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=5af61904fabbd7da -C extra-filename=-5af61904fabbd7da --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-965f1abbaef84084.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7849c9e51a3c096f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3557 | 2024-09-27T17:04:00.819Z | Compiling quick-xml v0.33.0 |
3558 | 2024-09-27T17:04:00.831Z | 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=21754a3ca339db82 -C extra-filename=-21754a3ca339db82 --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-3b15747880b886c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3559 | 2024-09-27T17:04:01.165Z | Compiling oso-derive v0.27.3 |
3560 | 2024-09-27T17:04:01.168Z | 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=e06eba2a3ddb785c -C extra-filename=-e06eba2a3ddb785c --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-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3561 | 2024-09-27T17:04:01.190Z | Compiling impl-trait-for-tuples v0.2.2 |
3562 | 2024-09-27T17:04:01.193Z | 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=5a623d5b63242388 -C extra-filename=-5a623d5b63242388 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3563 | 2024-09-27T17:04:02.437Z | Compiling sqlparser_derive v0.2.2 |
3564 | 2024-09-27T17:04:02.440Z | 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=9ead738bbbc8be98 -C extra-filename=-9ead738bbbc8be98 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3565 | 2024-09-27T17:04:03.358Z | Compiling memoffset v0.9.1 |
3566 | 2024-09-27T17:04:03.361Z | 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=24a77ddfb9985470 -C extra-filename=-24a77ddfb9985470 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3567 | 2024-09-27T17:04:03.735Z | Compiling dropshot v0.10.1 |
3568 | 2024-09-27T17:04:03.737Z | 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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("usdt", "usdt-probes"))' -C metadata=6d84d3d33138cd04 -C extra-filename=-6d84d3d33138cd04 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6d84d3d33138cd04 -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` |
3569 | 2024-09-27T17:04:03.757Z | Compiling unicode_categories v0.1.1 |
3570 | 2024-09-27T17:04:03.759Z | 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` |
3571 | 2024-09-27T17:04:04.118Z | Compiling sqlformat v0.2.4 |
3572 | 2024-09-27T17:04:04.120Z | 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.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=72ddb42dd1caad9c -C extra-filename=-72ddb42dd1caad9c --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-19a28b98cd1da8cc.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` |
3573 | 2024-09-27T17:04:04.157Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6d84d3d33138cd04/build-script-build` |
3574 | 2024-09-27T17:04:04.221Z | Compiling sqlparser v0.45.0 |
3575 | 2024-09-27T17:04:04.224Z | 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=048e0deea516129d -C extra-filename=-048e0deea516129d --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-9bb3211f8a6d4da7.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-9ead738bbbc8be98.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3576 | 2024-09-27T17:04:04.429Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470/build-script-build` |
3577 | 2024-09-27T17:04:04.589Z | Compiling peg v0.8.4 |
3578 | 2024-09-27T17:04:04.591Z | 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=dbd5df13355af3f1 -C extra-filename=-dbd5df13355af3f1 --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-aee359804792bea5.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` |
3579 | 2024-09-27T17:04:04.718Z | Compiling rustyline v14.0.0 |
3580 | 2024-09-27T17:04:04.720Z | 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=7bdbde32ad3f10f7 -C extra-filename=-7bdbde32ad3f10f7 --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-8e41b751a0ccc20a.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-7fe84548469ab2e9.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4340d6384b83242e.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-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3581 | 2024-09-27T17:04:07.394Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-6413d9c50d520e7f/build-script-build` |
3582 | 2024-09-27T17:04:07.427Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3583 | 2024-09-27T17:04:07.431Z | 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=438c4828d2963182 -C extra-filename=-438c4828d2963182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bdacc2570a8fc727.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-10c19866b7380b53.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.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-4105e55c3de9228f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-281dd7f8d47fe766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb751e02e468c99a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-20831c057b53adf6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-82d2f5e3e4701981.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ec10e2f59898dcd2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-cb071d5f095ec893.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
3584 | 2024-09-27T17:04:09.090Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3585 | 2024-09-27T17:04:09.093Z | 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=479fc2059905f2e9 -C extra-filename=-479fc2059905f2e9 --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-52abb3859d92c8cf.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
3586 | 2024-09-27T17:04:10.009Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3587 | 2024-09-27T17:04:10.011Z | 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=b7ea207a2be30208 -C extra-filename=-b7ea207a2be30208 --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-898b31964a881edf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3588 | 2024-09-27T17:04:10.498Z | Compiling tungstenite v0.23.0 |
3589 | 2024-09-27T17:04:10.500Z | 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=fe8632a8775a2578 -C extra-filename=-fe8632a8775a2578 --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-edb6ed13ed361498.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-27813c8b8f2c81c2.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b937650cfbeb6e6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.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` |
3590 | 2024-09-27T17:04:11.961Z | Compiling dropshot_endpoint v0.10.1 |
3591 | 2024-09-27T17:04:11.965Z | 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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef7517b20efe9d56 -C extra-filename=-ef7517b20efe9d56 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3592 | 2024-09-27T17:04:12.178Z | Compiling bcs v0.1.6 |
3593 | 2024-09-27T17:04:12.181Z | 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=009a5134049de396 -C extra-filename=-009a5134049de396 --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-19476516253bd8c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3594 | 2024-09-27T17:04:12.824Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
3595 | 2024-09-27T17:04:12.827Z | 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/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/build.rs --error-format=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=36b9ca17c559fa87 -C extra-filename=-36b9ca17c559fa87 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87 -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` |
3596 | 2024-09-27T17:04:12.911Z | Compiling tokio-tungstenite v0.23.1 |
3597 | 2024-09-27T17:04:12.914Z | 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=250d7ebba813ce25 -C extra-filename=-250d7ebba813ce25 --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-b15458759d1621c8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-fe8632a8775a2578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3598 | 2024-09-27T17:04:13.212Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87/build-script-build` |
3599 | 2024-09-27T17:04:13.292Z | 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=e7ab087565607334 -C extra-filename=-e7ab087565607334 --out-dir /work/oxidecomputer/omicron/target/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` |
3600 | 2024-09-27T17:04:13.422Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3601 | 2024-09-27T17:04:13.424Z | 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=3c141256ae3cd7ef -C extra-filename=-3c141256ae3cd7ef --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-3c141256ae3cd7ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3602 | 2024-09-27T17:04:13.479Z | Compiling const_format_proc_macros v0.2.33 |
3603 | 2024-09-27T17:04:13.484Z | 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=1162401dea9f1221 -C extra-filename=-1162401dea9f1221 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3604 | 2024-09-27T17:04:13.782Z | Compiling bb8 v0.8.5 |
3605 | 2024-09-27T17:04:13.784Z | 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=597a80617ee2dee9 -C extra-filename=-597a80617ee2dee9 --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-f9ec920ba5de742f.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d8a6256384ee3248.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3606 | 2024-09-27T17:04:14.291Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3607 | 2024-09-27T17:04:14.302Z | 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` |
3608 | 2024-09-27T17:04:14.353Z | 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.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("usdt", "usdt-probes"))' -C metadata=9f4b370c0bd2ab23 -C extra-filename=-9f4b370c0bd2ab23 --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-eb56cc425a358c6a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-ef7517b20efe9d56.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-8ddc9dbfce995824.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-b05d2cfc1f2fe4a6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.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-4781d15dc18659ce.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4bf70369cde44e16.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b937650cfbeb6e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-50c2b75429f0bba1.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-54bd8a03efa416f7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7546da3b93a44012.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out` |
3609 | 2024-09-27T17:04:14.693Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb/build-script-build` |
3610 | 2024-09-27T17:04:14.769Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-3c141256ae3cd7ef/build-script-build` |
3611 | 2024-09-27T17:04:14.800Z | Compiling nix v0.27.1 |
3612 | 2024-09-27T17:04:14.803Z | 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=b38b3e2c66a97972 -C extra-filename=-b38b3e2c66a97972 --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-8e41b751a0ccc20a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-e7ab087565607334.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3613 | 2024-09-27T17:04:15.824Z | Compiling const_format v0.2.33 |
3614 | 2024-09-27T17:04:15.826Z | 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=e63658d63b89b65a -C extra-filename=-e63658d63b89b65a --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-1162401dea9f1221.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3615 | 2024-09-27T17:04:16.585Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3616 | 2024-09-27T17:04:16.588Z | 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=be634362951994e0 -C extra-filename=-be634362951994e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-009a5134049de396.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1757853e5622701d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.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-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4425ccb74d56e55b.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7bdbde32ad3f10f7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-048e0deea516129d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3617 | 2024-09-27T17:04:16.846Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3618 | 2024-09-27T17:04:16.850Z | 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=7b7ac66f2b01a3a6 -C extra-filename=-7b7ac66f2b01a3a6 --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-fd86349cac891522.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3619 | 2024-09-27T17:04:17.166Z | Compiling snafu-derive v0.8.2 |
3620 | 2024-09-27T17:04:17.170Z | 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.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="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=89245f50b5143bee -C extra-filename=-89245f50b5143bee --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3621 | 2024-09-27T17:04:22.958Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
3622 | 2024-09-27T17:04:22.961Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/git/checkouts/qorb-2aec95fa693f52a8/163a778/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=40664317400f437e -C extra-filename=-40664317400f437e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.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-8755f378a0d2712e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f4b370c0bd2ab23.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-250d7ebba813ce25.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out` |
3623 | 2024-09-27T17:04:23.118Z | Compiling snafu v0.8.2 |
3624 | 2024-09-27T17:04:23.120Z | 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=4f316c88f87b815c -C extra-filename=-4f316c88f87b815c --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-965f1abbaef84084.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3899f306fde85002.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-89245f50b5143bee.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3625 | 2024-09-27T17:04:23.990Z | Compiling globset v0.4.14 |
3626 | 2024-09-27T17:04:23.992Z | 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=cfb6280a5a1b5561 -C extra-filename=-cfb6280a5a1b5561 --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-f9ec920ba5de742f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9f41ece8fa89b28b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-24e46af5cc55ead8.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b38b3e2c66a97972.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-260379c03a9449a6.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-a33837303a60c71a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7081604ed8ed5c37.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-970f38cc963541c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7b7ac66f2b01a3a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f592ca97398f43f3.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-4698b44fe0850490/out/lib` |
3627 | 2024-09-27T17:04:23.992Z | 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.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="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=ad157f5a94ba848f -C extra-filename=-ad157f5a94ba848f --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-ccd418511fd0e494.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3628 | 2024-09-27T17:04:25.910Z | 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=1a444d72c5f1adf0 -C extra-filename=-1a444d72c5f1adf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-739d8828981c635e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4d9d5a9a16bbad9b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.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-fbbc921c252da948.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c15c2d83463e0851.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8cc4a8517d12fa6d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.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-a33837303a60c71a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3629 | 2024-09-27T17:04:27.227Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cbecf45927a82e5c -C extra-filename=-cbecf45927a82e5c --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-2586995f98f5d4cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3630 | 2024-09-27T17:04:27.666Z | Compiling async-bb8-diesel v0.2.1 |
3631 | 2024-09-27T17:04:27.669Z | 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=984cb1110a4d373d -C extra-filename=-984cb1110a4d373d --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-f9ec920ba5de742f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-597a80617ee2dee9.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.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-09-27T17:04:28.499Z | Compiling olpc-cjson v0.1.3 |
3633 | 2024-09-27T17:04:28.516Z | 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.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=896f9f81fc43c7f7 -C extra-filename=-896f9f81fc43c7f7 --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-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3634 | 2024-09-27T17:04:28.772Z | Compiling serde_plain v1.0.2 |
3635 | 2024-09-27T17:04:28.775Z | 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=bbba7b30c80fd8e5 -C extra-filename=-bbba7b30c80fd8e5 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3636 | 2024-09-27T17:04:29.196Z | Compiling typed-path v0.7.1 |
3637 | 2024-09-27T17:04:29.202Z | 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` |
3638 | 2024-09-27T17:04:29.219Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3639 | 2024-09-27T17:04:29.237Z | 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=901fdde0c5044cfc -C extra-filename=-901fdde0c5044cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-479fc2059905f2e9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-cfb6280a5a1b5561.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-eeff8d7c9ca57933.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7849c9e51a3c096f.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5af61904fabbd7da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-53ed234ccebe4ff4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
3640 | 2024-09-27T17:04:31.196Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3641 | 2024-09-27T17:04:31.199Z | 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=5dbf6258c920eeb8 -C extra-filename=-5dbf6258c920eeb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
3642 | 2024-09-27T17:04:32.623Z | Compiling tough v0.17.1 |
3643 | 2024-09-27T17:04:32.642Z | 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=216ca50505c8632c -C extra-filename=-216ca50505c8632c --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-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-ad157f5a94ba848f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-896f9f81fc43c7f7.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-8da40067aec87aac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-bbba7b30c80fd8e5.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-4f316c88f87b815c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.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-c883dcfe2d3789aa.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3644 | 2024-09-27T17:04:35.773Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3645 | 2024-09-27T17:04:35.776Z | 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=18d1cc9cf04f7033 -C extra-filename=-18d1cc9cf04f7033 --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-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3646 | 2024-09-27T17:04:37.906Z | Compiling parse-size v1.0.0 |
3647 | 2024-09-27T17:04:37.936Z | 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` |
3648 | 2024-09-27T17:04:38.176Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3649 | 2024-09-27T17:04:38.195Z | 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=dfd98417e98e3a4b -C extra-filename=-dfd98417e98e3a4b --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-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3650 | 2024-09-27T17:04:40.211Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3651 | 2024-09-27T17:04:40.214Z | 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=e06ec33b17fef038 -C extra-filename=-e06ec33b17fef038 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4bf70369cde44e16.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f592ca97398f43f3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3652 | 2024-09-27T17:04:40.362Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3653 | 2024-09-27T17:04:40.368Z | 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=cde63f18a94f700f -C extra-filename=-cde63f18a94f700f --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-b792cecba43cac9d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-901fdde0c5044cfc.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5dbf6258c920eeb8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
3654 | 2024-09-27T17:04:43.155Z | Compiling cargo-platform v0.1.8 |
3655 | 2024-09-27T17:04:43.157Z | 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=d2dd6dd0b593dde4 -C extra-filename=-d2dd6dd0b593dde4 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3656 | 2024-09-27T17:04:43.788Z | Compiling cargo_metadata v0.18.1 |
3657 | 2024-09-27T17:04:43.806Z | 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=7f0c25ed43737abb -C extra-filename=-7f0c25ed43737abb --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-b792cecba43cac9d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-d2dd6dd0b593dde4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3658 | 2024-09-27T17:04:44.250Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3659 | 2024-09-27T17:04:44.253Z | 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=c1fe3db45713958a -C extra-filename=-c1fe3db45713958a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dfd98417e98e3a4b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3660 | 2024-09-27T17:04:47.626Z | Compiling assert_matches v1.5.0 |
3661 | 2024-09-27T17:04:47.629Z | 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` |
3662 | 2024-09-27T17:04:47.755Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3663 | 2024-09-27T17:04:47.758Z | 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=0582a136524f08e7 -C extra-filename=-0582a136524f08e7 --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-f9ec920ba5de742f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3664 | 2024-09-27T17:04:48.341Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3665 | 2024-09-27T17:04:48.344Z | 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=d28e42e828a690f0 -C extra-filename=-d28e42e828a690f0 --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-e7d7b8ea648ab4e3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3666 | 2024-09-27T17:04:48.801Z | Compiling libz-sys v1.1.16 |
3667 | 2024-09-27T17:04:48.803Z | 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.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="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=c809c11c853335c2 -C extra-filename=-c809c11c853335c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-c809c11c853335c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-16c270462d044a3e.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.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` |
3668 | 2024-09-27T17:04:49.660Z | Compiling rand_seeder v0.3.0 |
3669 | 2024-09-27T17:04:49.662Z | 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=048e053912b89bba -C extra-filename=-048e053912b89bba --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-025910be55d74958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3670 | 2024-09-27T17:04:50.014Z | Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-c809c11c853335c2/build-script-build` |
3671 | 2024-09-27T17:04:50.161Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3672 | 2024-09-27T17:04:50.164Z | 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=1fe116ab21a83ac4 -C extra-filename=-1fe116ab21a83ac4 --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-65070b8536d99399.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-048e053912b89bba.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3673 | 2024-09-27T17:04:50.394Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3674 | 2024-09-27T17:04:50.397Z | 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=a24bb6d81c40f3ee -C extra-filename=-a24bb6d81c40f3ee --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a24bb6d81c40f3ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-16c270462d044a3e.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3675 | 2024-09-27T17:04:50.474Z | Compiling portable-atomic v1.6.0 |
3676 | 2024-09-27T17:04:50.476Z | 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.6.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=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_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::borrow_as_ptr' --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"))' -C metadata=12021e4b795f02e3 -C extra-filename=-12021e4b795f02e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3677 | 2024-09-27T17:04:51.405Z | Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a24bb6d81c40f3ee/build-script-build` |
3678 | 2024-09-27T17:04:51.640Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3/build-script-build` |
3679 | 2024-09-27T17:04:51.721Z | 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.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="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=3f227de299bd7bff -C extra-filename=-3f227de299bd7bff --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z` |
3680 | 2024-09-27T17:04:51.868Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3681 | 2024-09-27T17:04:51.872Z | 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=ae84932243296e0a -C extra-filename=-ae84932243296e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3682 | 2024-09-27T17:04:55.845Z | 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.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 --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_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::borrow_as_ptr' --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"))' -C metadata=9d52c690f1b3b666 -C extra-filename=-9d52c690f1b3b666 --out-dir /work/oxidecomputer/omicron/target/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_llvm_16` |
3683 | 2024-09-27T17:04:57.138Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3684 | 2024-09-27T17:04:57.142Z | 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=81671e7f1e531cd6 -C extra-filename=-81671e7f1e531cd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1fe116ab21a83ac4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3685 | 2024-09-27T17:04:57.250Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3686 | 2024-09-27T17:04:57.253Z | 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=93140da17afc6fa6 -C extra-filename=-93140da17afc6fa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/usr/ssl-3/lib/amd64` |
3687 | 2024-09-27T17:04:59.637Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3688 | 2024-09-27T17:04:59.639Z | 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=2a743b59e990ed2a -C extra-filename=-2a743b59e990ed2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3689 | 2024-09-27T17:04:59.813Z | Compiling vergen v8.3.2 |
3690 | 2024-09-27T17:04:59.816Z | 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` |
3691 | 2024-09-27T17:05:00.231Z | Compiling is_ci v1.2.0 |
3692 | 2024-09-27T17:05:00.233Z | 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` |
3693 | 2024-09-27T17:05:00.525Z | Compiling number_prefix v0.4.0 |
3694 | 2024-09-27T17:05:00.527Z | 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` |
3695 | 2024-09-27T17:05:00.753Z | Compiling indicatif v0.17.8 |
3696 | 2024-09-27T17:05:00.756Z | 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=ddcee7a78aa9002d -C extra-filename=-ddcee7a78aa9002d --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-c4214c86ee2bbd33.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-9d52c690f1b3b666.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3697 | 2024-09-27T17:05:02.933Z | Compiling supports-color v3.0.1 |
3698 | 2024-09-27T17:05:02.935Z | 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` |
3699 | 2024-09-27T17:05:03.264Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81/build-script-build` |
3700 | 2024-09-27T17:05:03.298Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3701 | 2024-09-27T17:05:03.301Z | 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=8285000bc4896144 -C extra-filename=-8285000bc4896144 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8285000bc4896144 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3702 | 2024-09-27T17:05:03.525Z | Compiling libsqlite3-sys v0.30.1 |
3703 | 2024-09-27T17:05:03.527Z | 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=ca307b84e628cf7e -C extra-filename=-ca307b84e628cf7e --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-ca307b84e628cf7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.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` |
3704 | 2024-09-27T17:05:03.684Z | Compiling cfg_aliases v0.2.1 |
3705 | 2024-09-27T17:05:03.687Z | 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` |
3706 | 2024-09-27T17:05:03.813Z | Compiling nix v0.29.0 |
3707 | 2024-09-27T17:05:03.815Z | 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` |
3708 | 2024-09-27T17:05:04.183Z | Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-ca307b84e628cf7e/build-script-build` |
3709 | 2024-09-27T17:05:04.229Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8285000bc4896144/build-script-build` |
3710 | 2024-09-27T17:05:04.259Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3711 | 2024-09-27T17:05:04.262Z | 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=106bda6e050ef5db -C extra-filename=-106bda6e050ef5db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2a743b59e990ed2a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3712 | 2024-09-27T17:05:04.851Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3713 | 2024-09-27T17:05:04.854Z | 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=159d3cd2f0e489fb -C extra-filename=-159d3cd2f0e489fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-739d8828981c635e.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-5b900e9047bcd0df.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1fe116ab21a83ac4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3714 | 2024-09-27T17:05:09.005Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3715 | 2024-09-27T17:05:09.007Z | 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=58680019408574d6 -C extra-filename=-58680019408574d6 --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-52abb3859d92c8cf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3716 | 2024-09-27T17:05:13.055Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3717 | 2024-09-27T17:05:13.058Z | 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=3a76ca7d42640525 -C extra-filename=-3a76ca7d42640525 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-3a76ca7d42640525 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3718 | 2024-09-27T17:05:13.386Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3719 | 2024-09-27T17:05:13.389Z | Compiling castaway v0.2.3 |
3720 | 2024-09-27T17:05:13.389Z | 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=3fe04f57d36c69d0 -C extra-filename=-3fe04f57d36c69d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3fe04f57d36c69d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3721 | 2024-09-27T17:05:13.389Z | 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` |
3722 | 2024-09-27T17:05:13.604Z | Compiling concurrent-queue v2.5.0 |
3723 | 2024-09-27T17:05:13.606Z | 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=ff0fd89ddb267c08 -C extra-filename=-ff0fd89ddb267c08 --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-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3724 | 2024-09-27T17:05:13.765Z | Dirty smawk v0.3.2: the rustflags changed |
3725 | 2024-09-27T17:05:13.765Z | Compiling smawk v0.3.2 |
3726 | 2024-09-27T17:05:13.768Z | 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` |
3727 | 2024-09-27T17:05:14.004Z | Compiling parking v2.2.1 |
3728 | 2024-09-27T17:05:14.006Z | 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` |
3729 | 2024-09-27T17:05:14.023Z | Dirty unicode-linebreak v0.1.5: the rustflags changed |
3730 | 2024-09-27T17:05:14.023Z | Compiling unicode-linebreak v0.1.5 |
3731 | 2024-09-27T17:05:14.026Z | 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` |
3732 | 2024-09-27T17:05:14.395Z | Dirty textwrap v0.16.1: the rustflags changed |
3733 | 2024-09-27T17:05:14.395Z | Compiling textwrap v0.16.1 |
3734 | 2024-09-27T17:05:14.398Z | 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=a743db74423d42c5 -C extra-filename=-a743db74423d42c5 --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-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3735 | 2024-09-27T17:05:14.438Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3fe04f57d36c69d0/build-script-build` |
3736 | 2024-09-27T17:05:14.466Z | Compiling compact_str v0.8.0 |
3737 | 2024-09-27T17:05:14.468Z | 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` |
3738 | 2024-09-27T17:05:15.717Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-3a76ca7d42640525/build-script-build` |
3739 | 2024-09-27T17:05:15.758Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed/build-script-build` |
3740 | 2024-09-27T17:05:15.781Z | 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=c3eacb493a7f854a -C extra-filename=-c3eacb493a7f854a --out-dir /work/oxidecomputer/omicron/target/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` |
3741 | 2024-09-27T17:05:16.017Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3742 | 2024-09-27T17:05:16.020Z | 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=1e93a10a060c3276 -C extra-filename=-1e93a10a060c3276 --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-8599901668faa364.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3743 | 2024-09-27T17:05:16.261Z | Compiling unicode-truncate v1.0.0 |
3744 | 2024-09-27T17:05:16.281Z | 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.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b803a069b8e44cb -C extra-filename=-1b803a069b8e44cb --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-bb69c56d84ec7036.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3745 | 2024-09-27T17:05:16.359Z | Compiling hashlink v0.9.1 |
3746 | 2024-09-27T17:05:16.363Z | 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=b9c432051d188330 -C extra-filename=-b9c432051d188330 --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-333cc1e052d8280e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3747 | 2024-09-27T17:05:16.495Z | Compiling lru v0.12.3 |
3748 | 2024-09-27T17:05:16.498Z | 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.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="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=8aff66b2cacf76c4 -C extra-filename=-8aff66b2cacf76c4 --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-333cc1e052d8280e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3749 | 2024-09-27T17:05:16.847Z | Compiling instability v0.3.2 |
3750 | 2024-09-27T17:05:16.867Z | 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=cfbf10543b7f664a -C extra-filename=-cfbf10543b7f664a --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-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3751 | 2024-09-27T17:05:17.059Z | Compiling fallible-streaming-iterator v0.1.9 |
3752 | 2024-09-27T17:05:17.077Z | 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` |
3753 | 2024-09-27T17:05:17.342Z | Compiling fallible-iterator v0.3.0 |
3754 | 2024-09-27T17:05:17.344Z | 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` |
3755 | 2024-09-27T17:05:17.529Z | Compiling cassowary v0.3.0 |
3756 | 2024-09-27T17:05:17.532Z | 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` |
3757 | 2024-09-27T17:05:18.025Z | Compiling rusqlite v0.32.1 |
3758 | 2024-09-27T17:05:18.064Z | 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=e643c13adf7c3842 -C extra-filename=-e643c13adf7c3842 --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-8e41b751a0ccc20a.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-b9c432051d188330.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-c3eacb493a7f854a.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` |
3759 | 2024-09-27T17:05:18.075Z | Compiling ratatui v0.28.0 |
3760 | 2024-09-27T17:05:18.075Z | 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.0/src/lib.rs --error-format=json --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=b764378681d32ac6 -C extra-filename=-b764378681d32ac6 --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-8e41b751a0ccc20a.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-c730c3a08df0b07c.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-cfbf10543b7f664a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-8aff66b2cacf76c4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-af4c16b7d1ccc6d5.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-1b803a069b8e44cb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3761 | 2024-09-27T17:05:18.809Z | 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=0fa7e78d44341ac0 -C extra-filename=-0fa7e78d44341ac0 --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-8e41b751a0ccc20a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.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)'` |
3762 | 2024-09-27T17:05:19.194Z | Compiling samael v0.0.17 |
3763 | 2024-09-27T17:05:19.196Z | 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=aa37e11c5d7feccd -C extra-filename=-aa37e11c5d7feccd --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-aa37e11c5d7feccd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-989dde74a23b284b.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3764 | 2024-09-27T17:05:19.522Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3765 | 2024-09-27T17:05:19.525Z | 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=4bf47964ddcea717 -C extra-filename=-4bf47964ddcea717 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-4bf47964ddcea717 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3766 | 2024-09-27T17:05:19.931Z | Compiling twox-hash v1.6.3 |
3767 | 2024-09-27T17:05:19.934Z | 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=859bca93b8189f0f -C extra-filename=-859bca93b8189f0f --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-6ea14e4997ff6b64.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` |
3768 | 2024-09-27T17:05:20.744Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-4bf47964ddcea717/build-script-build` |
3769 | 2024-09-27T17:05:20.778Z | Compiling event-listener v5.3.1 |
3770 | 2024-09-27T17:05:20.780Z | 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=af5e5308be06b924 -C extra-filename=-af5e5308be06b924 --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-ff0fd89ddb267c08.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` |
3771 | 2024-09-27T17:05:20.900Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
3772 | 2024-09-27T17:05:20.902Z | 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/a551f24/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=e2b392aa66d894d2 -C extra-filename=-e2b392aa66d894d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-8f7bf41c8e5809ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3773 | 2024-09-27T17:05:21.432Z | Compiling fatfs v0.3.6 |
3774 | 2024-09-27T17:05:21.435Z | 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=c1b7ebbafef0d976 -C extra-filename=-c1b7ebbafef0d976 --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-8599901668faa364.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3775 | 2024-09-27T17:05:21.645Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-aa37e11c5d7feccd/build-script-bindings` |
3776 | 2024-09-27T17:05:23.135Z | Compiling event-listener-strategy v0.5.2 |
3777 | 2024-09-27T17:05:23.137Z | 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=f111ec96a719308a -C extra-filename=-f111ec96a719308a --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-af5e5308be06b924.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` |
3778 | 2024-09-27T17:05:23.372Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3779 | 2024-09-27T17:05:23.374Z | 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=f19ed27e7c3a13de -C extra-filename=-f19ed27e7c3a13de --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-8599901668faa364.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3780 | 2024-09-27T17:05:23.582Z | Compiling csv-core v0.1.11 |
3781 | 2024-09-27T17:05:23.585Z | 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=ea19030902cb9687 -C extra-filename=-ea19030902cb9687 --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3782 | 2024-09-27T17:05:24.047Z | 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=90aefd1bb8f3ee88 -C extra-filename=-90aefd1bb8f3ee88 --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-8599901668faa364.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-7e163dc342453adc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-30c55ec0d37a5c48.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.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-01bb75b60de83b30.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-21754a3ca339db82.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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` |
3783 | 2024-09-27T17:05:24.159Z | Compiling csv v1.3.0 |
3784 | 2024-09-27T17:05:24.162Z | 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=7bbbd3f4da410b18 -C extra-filename=-7bbbd3f4da410b18 --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-ea19030902cb9687.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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3785 | 2024-09-27T17:05:25.118Z | Compiling futures-lite v2.3.0 |
3786 | 2024-09-27T17:05:25.128Z | 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=366d819a177e7bb2 -C extra-filename=-366d819a177e7bb2 --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-93d3aefab645b806.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.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` |
3787 | 2024-09-27T17:05:25.559Z | Compiling rtoolbox v0.0.2 |
3788 | 2024-09-27T17:05:25.562Z | 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=2fd1dd22322cf433 -C extra-filename=-2fd1dd22322cf433 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3789 | 2024-09-27T17:05:26.026Z | Compiling shell-words v1.1.0 |
3790 | 2024-09-27T17:05:26.028Z | 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` |
3791 | 2024-09-27T17:05:26.399Z | Compiling plotters-backend v0.3.5 |
3792 | 2024-09-27T17:05:26.402Z | 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.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=cae6e4eff76e0ec4 -C extra-filename=-cae6e4eff76e0ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3793 | 2024-09-27T17:05:26.946Z | Compiling plotters-svg v0.3.5 |
3794 | 2024-09-27T17:05:26.948Z | 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.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("bitmap_encoder", "debug", "image"))' -C metadata=e75ceed9def0dc02 -C extra-filename=-e75ceed9def0dc02 --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-cae6e4eff76e0ec4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3795 | 2024-09-27T17:05:27.054Z | Compiling rpassword v7.3.1 |
3796 | 2024-09-27T17:05:27.063Z | 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=f50f65d7a9697e08 -C extra-filename=-f50f65d7a9697e08 --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-3cee8a96976693de.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-2fd1dd22322cf433.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3797 | 2024-09-27T17:05:27.433Z | Compiling tui-tree-widget v0.22.0 |
3798 | 2024-09-27T17:05:27.435Z | 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=7815cc9ad8435ef1 -C extra-filename=-7815cc9ad8435ef1 --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-b764378681d32ac6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3799 | 2024-09-27T17:05:27.450Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3800 | 2024-09-27T17:05:27.450Z | 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=6d902e1a689a1340 -C extra-filename=-6d902e1a689a1340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c4214c86ee2bbd33.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
3801 | 2024-09-27T17:05:27.768Z | Compiling cast v0.3.0 |
3802 | 2024-09-27T17:05:27.770Z | 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` |
3803 | 2024-09-27T17:05:28.138Z | Compiling yansi v1.0.1 |
3804 | 2024-09-27T17:05:28.141Z | 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` |
3805 | 2024-09-27T17:05:28.936Z | Compiling pretty_assertions v1.4.1 |
3806 | 2024-09-27T17:05:28.938Z | 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` |
3807 | 2024-09-27T17:05:29.482Z | Compiling criterion-plot v0.5.0 |
3808 | 2024-09-27T17:05:29.486Z | 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` |
3809 | 2024-09-27T17:05:29.549Z | Compiling plotters v0.3.5 |
3810 | 2024-09-27T17:05:29.552Z | 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --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"))' -C metadata=cb38a7de030db99f -C extra-filename=-cb38a7de030db99f --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-2914d78ac96fc53c.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-cae6e4eff76e0ec4.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-e75ceed9def0dc02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3811 | 2024-09-27T17:05:30.525Z | Compiling async-lock v3.4.0 |
3812 | 2024-09-27T17:05:30.528Z | 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=96c2bb290b71dd5b -C extra-filename=-96c2bb290b71dd5b --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-af5e5308be06b924.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-f111ec96a719308a.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` |
3813 | 2024-09-27T17:05:31.770Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3814 | 2024-09-27T17:05:31.773Z | 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=90e7a7f52dcb34be -C extra-filename=-90e7a7f52dcb34be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3815 | 2024-09-27T17:05:31.889Z | Compiling polyval v0.6.2 |
3816 | 2024-09-27T17:05:31.892Z | 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=e9752113ade2aab3 -C extra-filename=-e9752113ade2aab3 --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-250510e548f1bd64.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-55e7aefd9e3954de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3817 | 2024-09-27T17:05:32.352Z | Compiling polling v3.7.3 |
3818 | 2024-09-27T17:05:32.355Z | 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=339baf9d9ea77581 -C extra-filename=-339baf9d9ea77581 --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-51981822c0da3c8e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3819 | 2024-09-27T17:05:33.072Z | Compiling tinytemplate v1.2.1 |
3820 | 2024-09-27T17:05:33.074Z | 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=9298f6c0d190a3da -C extra-filename=-9298f6c0d190a3da --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-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3821 | 2024-09-27T17:05:34.173Z | Compiling anes v0.1.6 |
3822 | 2024-09-27T17:05:34.191Z | 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` |
3823 | 2024-09-27T17:05:34.645Z | Compiling oorandom v11.1.3 |
3824 | 2024-09-27T17:05:34.647Z | 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.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=1eb2728289b3cdf7 -C extra-filename=-1eb2728289b3cdf7 --out-dir /work/oxidecomputer/omicron/target/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-09-27T17:05:34.696Z | Compiling async-io v2.3.4 |
3826 | 2024-09-27T17:05:34.699Z | 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=8c308ad87cc50b06 -C extra-filename=-8c308ad87cc50b06 --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-96c2bb290b71dd5b.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-ff0fd89ddb267c08.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-339baf9d9ea77581.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-51981822c0da3c8e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3827 | 2024-09-27T17:05:34.862Z | Compiling criterion v0.5.1 |
3828 | 2024-09-27T17:05:34.865Z | 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=ef42b5f95bf825f6 -C extra-filename=-ef42b5f95bf825f6 --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-2f8000a2198a9279.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-d839c17e454abea8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-dc0a9157b5066ae2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-1eb2728289b3cdf7.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-cb38a7de030db99f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-9298f6c0d190a3da.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.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` |
3829 | 2024-09-27T17:05:37.047Z | Compiling ghash v0.5.1 |
3830 | 2024-09-27T17:05:37.050Z | 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=efe9b099f1f020e5 -C extra-filename=-efe9b099f1f020e5 --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-e9752113ade2aab3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3831 | 2024-09-27T17:05:37.256Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3832 | 2024-09-27T17:05:37.259Z | 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=e117f13733d0b2c2 -C extra-filename=-e117f13733d0b2c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b764378681d32ac6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-f50f65d7a9697e08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-8498ba1fe31f6370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78f7586b935e5407.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7815cc9ad8435ef1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f19ed27e7c3a13de.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3833 | 2024-09-27T17:05:39.319Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3834 | 2024-09-27T17:05:39.322Z | 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=1436a5a42d656667 -C extra-filename=-1436a5a42d656667 --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-caadcc32bdc323fb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3835 | 2024-09-27T17:05:41.012Z | Compiling ctr v0.9.2 |
3836 | 2024-09-27T17:05:41.015Z | 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=050a81df27ed7a1d -C extra-filename=-050a81df27ed7a1d --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-e977bd3425988650.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3837 | 2024-09-27T17:05:41.397Z | Compiling target-lexicon v0.12.16 |
3838 | 2024-09-27T17:05:41.399Z | 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` |
3839 | 2024-09-27T17:05:42.617Z | Compiling async-task v4.7.1 |
3840 | 2024-09-27T17:05:42.621Z | 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` |
3841 | 2024-09-27T17:05:42.960Z | Compiling doc-comment v0.3.3 |
3842 | 2024-09-27T17:05:42.962Z | 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` |
3843 | 2024-09-27T17:05:43.504Z | 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=8be616b355e615a1 -C extra-filename=-8be616b355e615a1 --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-3cee8a96976693de.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-3f227de299bd7bff.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-0a68b1f68bc35a51/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
3844 | 2024-09-27T17:05:43.693Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d/build-script-build` |
3845 | 2024-09-27T17:05:43.863Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8/build-script-build` |
3846 | 2024-09-27T17:05:43.947Z | Compiling aes-gcm v0.10.3 |
3847 | 2024-09-27T17:05:43.950Z | 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=88f0a03741b70015 -C extra-filename=-88f0a03741b70015 --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-3e1e810109062e87.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-18f4db89bee0a6d1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e977bd3425988650.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-050a81df27ed7a1d.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-efe9b099f1f020e5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3848 | 2024-09-27T17:05:44.231Z | Compiling git2 v0.19.0 |
3849 | 2024-09-27T17:05:44.234Z | 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=0dff232791eb0c97 -C extra-filename=-0dff232791eb0c97 --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-8e41b751a0ccc20a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-8be616b355e615a1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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-0a68b1f68bc35a51/out/build -L native=/usr/lib/amd64` |
3850 | 2024-09-27T17:05:44.267Z | Compiling async-channel v2.3.1 |
3851 | 2024-09-27T17:05:44.269Z | 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=178ccdfa2777e1ef -C extra-filename=-178ccdfa2777e1ef --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-ff0fd89ddb267c08.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-f111ec96a719308a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.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` |
3852 | 2024-09-27T17:05:44.645Z | Compiling piper v0.2.4 |
3853 | 2024-09-27T17:05:44.647Z | 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=025f3bbad23255d0 -C extra-filename=-025f3bbad23255d0 --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-93d3aefab645b806.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3854 | 2024-09-27T17:05:45.105Z | Compiling ssh-encoding v0.2.0 |
3855 | 2024-09-27T17:05:45.109Z | 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=e4d03b5884997a04 -C extra-filename=-e4d03b5884997a04 --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-d9632f57eb46e292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3856 | 2024-09-27T17:05:45.727Z | Compiling blowfish v0.9.1 |
3857 | 2024-09-27T17:05:45.729Z | 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=8d7e7ed1636de317 -C extra-filename=-8d7e7ed1636de317 --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-e977bd3425988650.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3858 | 2024-09-27T17:05:46.232Z | 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=eaee750b7df00b06 -C extra-filename=-eaee750b7df00b06 --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-1a444d72c5f1adf0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3859 | 2024-09-27T17:05:47.740Z | Compiling assert_cmd v2.0.16 |
3860 | 2024-09-27T17:05:47.752Z | 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` |
3861 | 2024-09-27T17:05:48.012Z | Compiling guppy-workspace-hack v0.1.0 |
3862 | 2024-09-27T17:05:48.015Z | 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` |
3863 | 2024-09-27T17:05:48.239Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94/build-script-build` |
3864 | 2024-09-27T17:05:48.274Z | Compiling bcrypt-pbkdf v0.10.0 |
3865 | 2024-09-27T17:05:48.276Z | 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=d2e3d495a61124d0 -C extra-filename=-d2e3d495a61124d0 --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-8d7e7ed1636de317.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-59943db3992387f1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3866 | 2024-09-27T17:05:48.409Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed/build-script-build` |
3867 | 2024-09-27T17:05:48.445Z | Compiling ssh-cipher v0.2.0 |
3868 | 2024-09-27T17:05:48.447Z | 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=fd6eec1f6d56cf74 -C extra-filename=-fd6eec1f6d56cf74 --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-18f4db89bee0a6d1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-88f0a03741b70015.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-8e15544280dfd98f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ab7b6f9a46d207a6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e977bd3425988650.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-050a81df27ed7a1d.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-b24544a66ce7fca7.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e4d03b5884997a04.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3869 | 2024-09-27T17:05:48.903Z | Compiling blocking v1.6.1 |
3870 | 2024-09-27T17:05:48.906Z | 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=392b9143b48186b1 -C extra-filename=-392b9143b48186b1 --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-178ccdfa2777e1ef.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-ec51e95ae6c78625.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-025f3bbad23255d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3871 | 2024-09-27T17:05:49.605Z | 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"'` |
3872 | 2024-09-27T17:05:50.224Z | 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=1263c03663b57ba3 -C extra-filename=-1263c03663b57ba3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-0dff232791eb0c97.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5207196babc65af3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2127d3e6f9069305.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-0a68b1f68bc35a51/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)'` |
3873 | 2024-09-27T17:05:50.510Z | 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` |
3874 | 2024-09-27T17:05:50.629Z | Compiling async-executor v1.13.1 |
3875 | 2024-09-27T17:05:50.632Z | 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=c8b0dac2b9f6a170 -C extra-filename=-c8b0dac2b9f6a170 --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-ff0fd89ddb267c08.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-93d3aefab645b806.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3876 | 2024-09-27T17:05:51.510Z | Compiling async-signal v0.2.10 |
3877 | 2024-09-27T17:05:51.513Z | 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=16c3442c882ce695 -C extra-filename=-16c3442c882ce695 --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-8c308ad87cc50b06.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-965f1abbaef84084.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-51981822c0da3c8e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-402a1c926ffbe73d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3878 | 2024-09-27T17:05:51.993Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3879 | 2024-09-27T17:05:51.995Z | 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=1a1be725a7d335b9 -C extra-filename=-1a1be725a7d335b9 --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-8599901668faa364.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3880 | 2024-09-27T17:05:52.229Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3881 | 2024-09-27T17:05:52.231Z | 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=577968efeb95d89d -C extra-filename=-577968efeb95d89d --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-10c19866b7380b53.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3882 | 2024-09-27T17:05:53.370Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3883 | 2024-09-27T17:05:53.373Z | 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=f116003bd94605f9 -C extra-filename=-f116003bd94605f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3884 | 2024-09-27T17:05:54.663Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
3885 | 2024-09-27T17:05:54.665Z | 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/a551f24/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=c55caa8db667b126 -C extra-filename=-c55caa8db667b126 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-c55caa8db667b126 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-1263c03663b57ba3.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-0a68b1f68bc35a51/out/build -L native=/usr/lib/amd64` |
3886 | 2024-09-27T17:05:56.371Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3887 | 2024-09-27T17:05:56.374Z | 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=64d44dda7d45cac7 -C extra-filename=-64d44dda7d45cac7 --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-739d8828981c635e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3888 | 2024-09-27T17:05:56.406Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-c55caa8db667b126/build-script-build` |
3889 | 2024-09-27T17:05:57.209Z | Compiling password-hash v0.4.2 |
3890 | 2024-09-27T17:05:57.212Z | 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=ef65e5def1c66cb1 -C extra-filename=-ef65e5def1c66cb1 --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-025910be55d74958.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3891 | 2024-09-27T17:05:58.166Z | Compiling event-listener v2.5.3 |
3892 | 2024-09-27T17:05:58.168Z | 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` |
3893 | 2024-09-27T17:05:58.204Z | Compiling futures-timer v3.0.3 |
3894 | 2024-09-27T17:05:58.211Z | 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` |
3895 | 2024-09-27T17:05:58.631Z | Compiling hex-literal v0.4.1 |
3896 | 2024-09-27T17:05:58.634Z | 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` |
3897 | 2024-09-27T17:05:58.817Z | Compiling matches v0.1.10 |
3898 | 2024-09-27T17:05:58.820Z | 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` |
3899 | 2024-09-27T17:05:58.940Z | Compiling regex-automata v0.1.10 |
3900 | 2024-09-27T17:05:58.942Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=9ec91e78f0fbd44e -C extra-filename=-9ec91e78f0fbd44e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3901 | 2024-09-27T17:05:59.143Z | Compiling target-spec v3.2.1 |
3902 | 2024-09-27T17:05:59.145Z | 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.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=6776775b34ffe480 -C extra-filename=-6776775b34ffe480 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-6776775b34ffe480 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3903 | 2024-09-27T17:05:59.468Z | Compiling bstr v0.2.17 |
3904 | 2024-09-27T17:05:59.471Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lazy_static", "regex-automata", "serde", "serde1", "serde1-nostd", "std", "unicode"))' -C metadata=abe7cc3ca82e0c0a -C extra-filename=-abe7cc3ca82e0c0a --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-4058c7340bf7b5f3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9ec91e78f0fbd44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3905 | 2024-09-27T17:05:59.799Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-6776775b34ffe480/build-script-build` |
3906 | 2024-09-27T17:05:59.829Z | Compiling idna v0.2.3 |
3907 | 2024-09-27T17:05:59.831Z | 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=d9acef88aca71128 -C extra-filename=-d9acef88aca71128 --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3908 | 2024-09-27T17:06:00.959Z | Compiling async-channel v1.9.0 |
3909 | 2024-09-27T17:06:00.961Z | 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=999c5bdbe7128c8b -C extra-filename=-999c5bdbe7128c8b --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-ff0fd89ddb267c08.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-965f1abbaef84084.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3910 | 2024-09-27T17:06:01.267Z | Compiling pbkdf2 v0.11.0 |
3911 | 2024-09-27T17:06:01.269Z | 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=e92f97dca25b0ed8 -C extra-filename=-e92f97dca25b0ed8 --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-ca0a7abe1fe991cc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-67128cdfc27fc86d.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-ef65e5def1c66cb1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3912 | 2024-09-27T17:06:01.501Z | Compiling async-process v2.2.4 |
3913 | 2024-09-27T17:06:01.503Z | 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.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=ec0db07446f4ddb6 -C extra-filename=-ec0db07446f4ddb6 --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-8c308ad87cc50b06.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-16c3442c882ce695.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-af5e5308be06b924.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-51981822c0da3c8e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3914 | 2024-09-27T17:06:01.663Z | Compiling async-global-executor v2.4.1 |
3915 | 2024-09-27T17:06:01.665Z | 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=f041d37e5b2b332e -C extra-filename=-f041d37e5b2b332e --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-178ccdfa2777e1ef.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-c8b0dac2b9f6a170.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-8c308ad87cc50b06.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-392b9143b48186b1.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3916 | 2024-09-27T17:06:02.939Z | 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=f34b7261dab3b999 -C extra-filename=-f34b7261dab3b999 --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-0b179f319982781a.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-00e199471b724386.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-67dd394de3b1f54c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3917 | 2024-09-27T17:06:03.311Z | Compiling cfg-expr v0.16.0 |
3918 | 2024-09-27T17:06:03.313Z | 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.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=4359b8ce38373635 -C extra-filename=-4359b8ce38373635 --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` |
3919 | 2024-09-27T17:06:04.353Z | Compiling ssh-key v0.6.6 |
3920 | 2024-09-27T17:06:04.384Z | 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=f4bdc1addc058ce8 -C extra-filename=-f4bdc1addc058ce8 --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-d2e3d495a61124d0.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f8fc1c1aa249dbdf.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-68d6347307c2291e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-19e1c4c2cc846170.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-a4e10d911e7941bf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f48662bdd54b37ff.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-fd6eec1f6d56cf74.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e4d03b5884997a04.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3921 | 2024-09-27T17:06:04.621Z | 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` |
3922 | 2024-09-27T17:06:04.752Z | Compiling p521 v0.13.3 |
3923 | 2024-09-27T17:06:04.754Z | 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=2dfe7e590d7d7a70 -C extra-filename=-2dfe7e590d7d7a70 --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-a318800bc3251e3b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a6848bc8d5b9891.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-e7358d9b8f5a929b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3924 | 2024-09-27T17:06:07.103Z | Compiling p256 v0.13.2 |
3925 | 2024-09-27T17:06:07.106Z | 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=4e3571f07a18e93d -C extra-filename=-4e3571f07a18e93d --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-a318800bc3251e3b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a6848bc8d5b9891.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-e7358d9b8f5a929b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3926 | 2024-09-27T17:06:07.867Z | Compiling enum-as-inner v0.5.1 |
3927 | 2024-09-27T17:06:07.870Z | 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=9b933cbcd590b5a5 -C extra-filename=-9b933cbcd590b5a5 --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-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3928 | 2024-09-27T17:06:08.100Z | Compiling async-attributes v1.1.2 |
3929 | 2024-09-27T17:06:08.102Z | 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=3155790fea6c9b7b -C extra-filename=-3155790fea6c9b7b --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-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3930 | 2024-09-27T17:06:08.933Z | Compiling polar-core v0.27.3 |
3931 | 2024-09-27T17:06:08.936Z | 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=1675be4a319ef3bb -C extra-filename=-1675be4a319ef3bb --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-1675be4a319ef3bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-57409f9b447f969d.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3932 | 2024-09-27T17:06:08.955Z | Compiling russh-cryptovec v0.7.2 |
3933 | 2024-09-27T17:06:08.955Z | 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56d59c746607a8bc -C extra-filename=-56d59c746607a8bc --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3934 | 2024-09-27T17:06:09.055Z | Compiling num_cpus v1.16.0 |
3935 | 2024-09-27T17:06:09.076Z | 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=a657b0e2611d9a07 -C extra-filename=-a657b0e2611d9a07 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3936 | 2024-09-27T17:06:09.140Z | Compiling kv-log-macro v1.0.7 |
3937 | 2024-09-27T17:06:09.143Z | 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=1daccee9c0f43f07 -C extra-filename=-1daccee9c0f43f07 --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-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3938 | 2024-09-27T17:06:09.204Z | Compiling md5 v0.7.0 |
3939 | 2024-09-27T17:06:09.207Z | 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` |
3940 | 2024-09-27T17:06:09.279Z | Compiling async-std v1.13.0 |
3941 | 2024-09-27T17:06:09.281Z | 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=cdc31fc83660c648 -C extra-filename=-cdc31fc83660c648 --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-3155790fea6c9b7b.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-999c5bdbe7128c8b.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-f041d37e5b2b332e.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-8c308ad87cc50b06.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-ec0db07446f4ddb6.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-1daccee9c0f43f07.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.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-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3942 | 2024-09-27T17:06:09.370Z | Compiling threadpool v1.8.1 |
3943 | 2024-09-27T17:06:09.372Z | 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=ee778c1f89c66602 -C extra-filename=-ee778c1f89c66602 --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-a657b0e2611d9a07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3944 | 2024-09-27T17:06:09.752Z | Compiling russh-keys v0.45.0 |
3945 | 2024-09-27T17:06:09.754Z | 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=45716bc583b157ec -C extra-filename=-45716bc583b157ec --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-18f4db89bee0a6d1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-d2e3d495a61124d0.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-1df7013ae5da0785.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-8e15544280dfd98f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-050a81df27ed7a1d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-58d414abc21eec5c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ca0a7abe1fe991cc.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-a318800bc3251e3b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f8fc1c1aa249dbdf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a6848bc8d5b9891.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-67128cdfc27fc86d.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d345e3f692f84e20.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-96fe82f29da6b3cb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4e3571f07a18e93d.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-20c69f4ed4bf8dc7.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-2dfe7e590d7d7a70.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-e92f97dca25b0ed8.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-bf9bce91fa32d2db.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-9eff6005834d6557.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d7cb5b81a02ef6f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-19e1c4c2cc846170.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-56d59c746607a8bc.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-a4e10d911e7941bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b937650cfbeb6e6f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b8a0ab74de6ab18c.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e4d03b5884997a04.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-f4bdc1addc058ce8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3946 | 2024-09-27T17:06:10.184Z | Compiling trust-dns-proto v0.22.0 |
3947 | 2024-09-27T17:06:10.186Z | 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=44a4fd48ddcab347 -C extra-filename=-44a4fd48ddcab347 --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-f9ec920ba5de742f.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-9b933cbcd590b5a5.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d9acef88aca71128.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3948 | 2024-09-27T17:06:10.380Z | 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.1/src/lib.rs --error-format=json --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=7adf3d90364c6897 -C extra-filename=-7adf3d90364c6897 --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-4359b8ce38373635.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-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3949 | 2024-09-27T17:06:10.769Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-1675be4a319ef3bb/build-script-build` |
3950 | 2024-09-27T17:06:11.521Z | Compiling httptest v0.15.5 |
3951 | 2024-09-27T17:06:11.524Z | 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.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fea99c0d42d300c9 -C extra-filename=-fea99c0d42d300c9 --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-abe7cc3ca82e0c0a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9f8fe1d87fa9a6f6.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3952 | 2024-09-27T17:06:12.116Z | 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=381131d856fb185f -C extra-filename=-381131d856fb185f --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-19476516253bd8c8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-2695a1968e5226c0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3953 | 2024-09-27T17:06:14.409Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3954 | 2024-09-27T17:06:14.411Z | 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=80f2bc5f6d098894 -C extra-filename=-80f2bc5f6d098894 --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-1a1be725a7d335b9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3955 | 2024-09-27T17:06:15.043Z | 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/a551f24/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=e856ede429ad1d1a -C extra-filename=-e856ede429ad1d1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42f3561578a41d43.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-52abb3859d92c8cf.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-0fa7e78d44341ac0.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-e643c13adf7c3842.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-50c2b75429f0bba1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-028c2b6ba7ba4c11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-859bca93b8189f0f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/lib/amd64` |
3956 | 2024-09-27T17:06:16.261Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3957 | 2024-09-27T17:06:16.263Z | 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=6f2d3d0d0a81a0d4 -C extra-filename=-6f2d3d0d0a81a0d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1757853e5622701d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e3ffe4f7d09140e3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3958 | 2024-09-27T17:06:17.632Z | Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3959 | 2024-09-27T17:06:17.635Z | 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=c15a920b90ab52d7 -C extra-filename=-c15a920b90ab52d7 --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-7cd9a152d2106a06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
3960 | 2024-09-27T17:06:17.800Z | Compiling rustls-native-certs v0.7.0 |
3961 | 2024-09-27T17:06:17.819Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f041200ec977b96b -C extra-filename=-f041200ec977b96b --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-0825b86e4f23338d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3962 | 2024-09-27T17:06:17.988Z | Compiling pathdiff v0.2.1 |
3963 | 2024-09-27T17:06:17.991Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-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=c104aeb6db08514d -C extra-filename=-c104aeb6db08514d --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-b792cecba43cac9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3964 | 2024-09-27T17:06:18.174Z | Compiling num-bigint v0.4.5 |
3965 | 2024-09-27T17:06:18.176Z | 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=e88e53b6ed9589d6 -C extra-filename=-e88e53b6ed9589d6 --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3966 | 2024-09-27T17:06:18.267Z | Compiling headers-core v0.3.0 |
3967 | 2024-09-27T17:06:18.270Z | 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=f30ace705b8fdad5 -C extra-filename=-f30ace705b8fdad5 --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-27813c8b8f2c81c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3968 | 2024-09-27T17:06:18.459Z | Compiling des v0.8.1 |
3969 | 2024-09-27T17:06:18.462Z | 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=67207e686d15fe91 -C extra-filename=-67207e686d15fe91 --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-e977bd3425988650.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3970 | 2024-09-27T17:06:18.483Z | Compiling escape8259 v0.5.2 |
3971 | 2024-09-27T17:06:18.488Z | 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89595c76ca3fa193 -C extra-filename=-89595c76ca3fa193 --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` |
3972 | 2024-09-27T17:06:18.679Z | Compiling dhcproto-macros v0.1.0 |
3973 | 2024-09-27T17:06:18.681Z | 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` |
3974 | 2024-09-27T17:06:18.804Z | Compiling nested v0.1.1 |
3975 | 2024-09-27T17:06:18.806Z | 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` |
3976 | 2024-09-27T17:06:18.892Z | Compiling libtest-mimic v0.7.3 |
3977 | 2024-09-27T17:06:18.894Z | 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=671fd0eeb9f06a49 -C extra-filename=-671fd0eeb9f06a49 --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-27005954c6e0a466.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-89595c76ca3fa193.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-ee778c1f89c66602.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3978 | 2024-09-27T17:06:19.200Z | Compiling guppy v0.17.7 |
3979 | 2024-09-27T17:06:19.203Z | 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.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 --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=55c5344820fdb400 -C extra-filename=-55c5344820fdb400 --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-bdb500d6706a0d33.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.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-e7d7b8ea648ab4e3.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-d381d90b77512a0f.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-c104aeb6db08514d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a558247ce38e0784.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7adf3d90364c6897.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3980 | 2024-09-27T17:06:19.823Z | Compiling dhcproto v0.12.0 |
3981 | 2024-09-27T17:06:19.826Z | 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=ff0b2994c1b7c382 -C extra-filename=-ff0b2994c1b7c382 --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-599d8f15621b0c55.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-44a4fd48ddcab347.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3982 | 2024-09-27T17:06:20.534Z | Compiling headers v0.4.0 |
3983 | 2024-09-27T17:06:20.536Z | 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=f0ca5e63c2b32eb6 -C extra-filename=-f0ca5e63c2b32eb6 --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-edb6ed13ed361498.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-f30ace705b8fdad5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-27813c8b8f2c81c2.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-b937650cfbeb6e6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3984 | 2024-09-27T17:06:21.239Z | Compiling hyper-rustls v0.26.0 |
3985 | 2024-09-27T17:06:21.244Z | 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=e8b3d3075598f3d4 -C extra-filename=-e8b3d3075598f3d4 --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-b15458759d1621c8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-27813c8b8f2c81c2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-99b80dc317afebd1.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-90f296ce10c86040.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-f041200ec977b96b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7546da3b93a44012.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out` |
3986 | 2024-09-27T17:06:21.827Z | Compiling oso v0.27.3 |
3987 | 2024-09-27T17:06:21.829Z | 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=92a14373633ed062 -C extra-filename=-92a14373633ed062 --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-5a623d5b63242388.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-e06eba2a3ddb785c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-381131d856fb185f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3988 | 2024-09-27T17:06:22.565Z | Compiling russh v0.45.0 |
3989 | 2024-09-27T17:06:22.568Z | 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=1e83d815a4ac1807 -C extra-filename=-1e83d815a4ac1807 --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-18f4db89bee0a6d1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-88f0a03741b70015.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8e41b751a0ccc20a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-8e15544280dfd98f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ab7b6f9a46d207a6.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-050a81df27ed7a1d.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-efb1d161a82b4537.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-67207e686d15fe91.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ca0a7abe1fe991cc.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a6848bc8d5b9891.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3459d31894bcb70d.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-67128cdfc27fc86d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e88e53b6ed9589d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4e3571f07a18e93d.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-20c69f4ed4bf8dc7.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-2dfe7e590d7d7a70.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-b24544a66ce7fca7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-56d59c746607a8bc.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-45716bc583b157ec.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b937650cfbeb6e6f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e4d03b5884997a04.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-f4bdc1addc058ce8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3990 | 2024-09-27T17:06:23.153Z | Compiling async-object-pool v0.1.5 |
3991 | 2024-09-27T17:06:23.156Z | 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=d178fe3347bff16a -C extra-filename=-d178fe3347bff16a --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-cdc31fc83660c648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3992 | 2024-09-27T17:06:23.331Z | Compiling http-body-util v0.1.2 |
3993 | 2024-09-27T17:06:23.368Z | 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=0d6642808d26d223 -C extra-filename=-0d6642808d26d223 --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-edb6ed13ed361498.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-27813c8b8f2c81c2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e4a994d51dd5af05.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` |
3994 | 2024-09-27T17:06:23.370Z | Compiling fancy-regex v0.13.0 |
3995 | 2024-09-27T17:06:23.370Z | 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=9c2e6e68afd33b71 -C extra-filename=-9c2e6e68afd33b71 --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-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3996 | 2024-09-27T17:06:23.882Z | Compiling rstest_macros v0.22.0 |
3997 | 2024-09-27T17:06:23.885Z | 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.22.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=7816911818319087 -C extra-filename=-7816911818319087 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-7816911818319087 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5207196babc65af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3998 | 2024-09-27T17:06:24.545Z | 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=d350b325716e6dc0 -C extra-filename=-d350b325716e6dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-b7ea207a2be30208.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-64c755c38fa600bf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.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-eaee750b7df00b06.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-92a14373633ed062.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-90aefd1bb8f3ee88.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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` |
3999 | 2024-09-27T17:06:25.731Z | Compiling toml_edit v0.21.1 |
4000 | 2024-09-27T17:06:25.733Z | 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.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "parse", "perf", "serde", "unbounded"))' -C metadata=ac41b99578d4f73a -C extra-filename=-ac41b99578d4f73a --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-e7d7b8ea648ab4e3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.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` |
4001 | 2024-09-27T17:06:28.070Z | Compiling assert-json-diff v2.0.2 |
4002 | 2024-09-27T17:06:28.073Z | 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=b78cb43a86e1305f -C extra-filename=-b78cb43a86e1305f --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-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4003 | 2024-09-27T17:06:28.270Z | Compiling serde_regex v1.1.0 |
4004 | 2024-09-27T17:06:28.272Z | 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=9eab24602c08667b -C extra-filename=-9eab24602c08667b --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-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4005 | 2024-09-27T17:06:28.573Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4006 | 2024-09-27T17:06:28.576Z | 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=a8e6f4ee64113ea8 -C extra-filename=-a8e6f4ee64113ea8 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4007 | 2024-09-27T17:06:29.069Z | Compiling path-tree v0.8.1 |
4008 | 2024-09-27T17:06:29.072Z | 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` |
4009 | 2024-09-27T17:06:29.104Z | Compiling internet-checksum v0.2.1 |
4010 | 2024-09-27T17:06:29.109Z | 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` |
4011 | 2024-09-27T17:06:29.121Z | Compiling stringmetrics v2.2.2 |
4012 | 2024-09-27T17:06:29.125Z | 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` |
4013 | 2024-09-27T17:06:29.327Z | 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=c8f9a9be89579fbc -C extra-filename=-c8f9a9be89579fbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-984cb1110a4d373d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e63658d63b89b65a.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4d9d5a9a16bbad9b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-cbecf45927a82e5c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d350b325716e6dc0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-eaee750b7df00b06.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.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-40664317400f437e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.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-a33837303a60c71a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4014 | 2024-09-27T17:06:29.401Z | Compiling proc-macro-crate v3.1.0 |
4015 | 2024-09-27T17:06:29.406Z | 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.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=bd91f439f7087df2 -C extra-filename=-bd91f439f7087df2 --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-ac41b99578d4f73a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4016 | 2024-09-27T17:06:29.904Z | Compiling httpmock v0.8.0-alpha.1 |
4017 | 2024-09-27T17:06:29.920Z | 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=20964143cbec9c4e -C extra-filename=-20964143cbec9c4e --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-b78cb43a86e1305f.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-d178fe3347bff16a.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-cdc31fc83660c648.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.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-b15458759d1621c8.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f0ca5e63c2b32eb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-27813c8b8f2c81c2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-0d6642808d26d223.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-99b80dc317afebd1.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-90f296ce10c86040.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae53a31358fb5190.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-9eab24602c08667b.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-b76476b32eaaab4f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4018 | 2024-09-27T17:06:30.788Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-7816911818319087/build-script-build` |
4019 | 2024-09-27T17:06:30.918Z | Compiling datatest-stable v0.2.9 |
4020 | 2024-09-27T17:06:30.921Z | 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=e8316fec6dfb443a -C extra-filename=-e8316fec6dfb443a --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-b792cecba43cac9d.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-9c2e6e68afd33b71.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-671fd0eeb9f06a49.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` |
4021 | 2024-09-27T17:06:30.950Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4022 | 2024-09-27T17:06:30.953Z | 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=9ba32f1c7b123262 -C extra-filename=-9ba32f1c7b123262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-c1ea8c1ff613af68.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c15a920b90ab52d7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-eeff8d7c9ca57933.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4023 | 2024-09-27T17:06:31.690Z | Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
4024 | 2024-09-27T17:06:31.692Z | 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=0951b77c934278bd -C extra-filename=-0951b77c934278bd --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-3cee8a96976693de.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4025 | 2024-09-27T17:06:32.375Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
4026 | 2024-09-27T17:06:32.383Z | 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=bcbd1c6b53121d25 -C extra-filename=-bcbd1c6b53121d25 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-bcbd1c6b53121d25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4027 | 2024-09-27T17:06:32.747Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
4028 | 2024-09-27T17:06:32.749Z | 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=92b1e30951a6d664 -C extra-filename=-92b1e30951a6d664 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-92b1e30951a6d664 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4029 | 2024-09-27T17:06:33.082Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
4030 | 2024-09-27T17:06:33.084Z | 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=88782f4669df34a0 -C extra-filename=-88782f4669df34a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-88782f4669df34a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4031 | 2024-09-27T17:06:33.128Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
4032 | 2024-09-27T17:06:33.131Z | 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=1e45ab66aab2518c -C extra-filename=-1e45ab66aab2518c --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-1e45ab66aab2518c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4033 | 2024-09-27T17:06:33.473Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
4034 | 2024-09-27T17:06:33.476Z | 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=a9356cbec02298ba -C extra-filename=-a9356cbec02298ba --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-a9356cbec02298ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4035 | 2024-09-27T17:06:33.499Z | Compiling similar-asserts v1.5.0 |
4036 | 2024-09-27T17:06:33.501Z | 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.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=2a4b334350991e3e -C extra-filename=-2a4b334350991e3e --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-c4214c86ee2bbd33.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4037 | 2024-09-27T17:06:33.858Z | Compiling trybuild v1.0.99 |
4038 | 2024-09-27T17:06:33.861Z | 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.99/build.rs --error-format=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=583a5539a3014bd9 -C extra-filename=-583a5539a3014bd9 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4039 | 2024-09-27T17:06:34.485Z | Compiling relative-path v1.9.3 |
4040 | 2024-09-27T17:06:34.492Z | 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` |
4041 | 2024-09-27T17:06:34.699Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9/build-script-build` |
4042 | 2024-09-27T17:06:34.734Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-a9356cbec02298ba/build-script-build` |
4043 | 2024-09-27T17:06:34.768Z | Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-1e45ab66aab2518c/build-script-build` |
4044 | 2024-09-27T17:06:34.799Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-88782f4669df34a0/build-script-build` |
4045 | 2024-09-27T17:06:34.833Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-92b1e30951a6d664/build-script-build` |
4046 | 2024-09-27T17:06:34.866Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-bcbd1c6b53121d25/build-script-build` |
4047 | 2024-09-27T17:06:34.898Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4048 | 2024-09-27T17:06:34.902Z | 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=daf2093cc699cc5f -C extra-filename=-daf2093cc699cc5f --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-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-ff0b2994c1b7c382.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a8e6f4ee64113ea8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-90e7a7f52dcb34be.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-1e83d815a4ac1807.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-45716bc583b157ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7081604ed8ed5c37.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4049 | 2024-09-27T17:06:35.225Z | 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.22.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=ff924462fe94a460 -C extra-filename=-ff924462fe94a460 --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-bd91f439f7087df2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-b73652ab3b928921.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4050 | 2024-09-27T17:06:35.397Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
4051 | 2024-09-27T17:06:35.401Z | 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=f83a395b42cfc034 -C extra-filename=-f83a395b42cfc034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-64d44dda7d45cac7.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-739d8828981c635e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4052 | 2024-09-27T17:06:37.392Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4053 | 2024-09-27T17:06:37.395Z | 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=041523f4e9c5e4d7 -C extra-filename=-041523f4e9c5e4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.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-10c19866b7380b53.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-ba2f972375245982.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f116003bd94605f9.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8cc4a8517d12fa6d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-577968efeb95d89d.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f19ed27e7c3a13de.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4054 | 2024-09-27T17:06:38.480Z | Compiling multimap v0.10.0 |
4055 | 2024-09-27T17:06:38.484Z | 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=c7e2f42601feaebd -C extra-filename=-c7e2f42601feaebd --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4056 | 2024-09-27T17:06:38.925Z | Compiling uzers v0.11.3 |
4057 | 2024-09-27T17:06:38.930Z | 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=eee104eeb33313f3 -C extra-filename=-eee104eeb33313f3 --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-3cee8a96976693de.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4058 | 2024-09-27T17:06:39.234Z | 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.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=5f503ddebb1df142 -C extra-filename=-5f503ddebb1df142 --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-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.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"))'` |
4059 | 2024-09-27T17:06:40.182Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4060 | 2024-09-27T17:06:40.185Z | 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=ff1e2dc5fd871c64 -C extra-filename=-ff1e2dc5fd871c64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e117f13733d0b2c2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4061 | 2024-09-27T17:06:41.170Z | Compiling blake2b_simd v1.0.2 |
4062 | 2024-09-27T17:06:41.172Z | 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=6aa2698a0ac787b2 -C extra-filename=-6aa2698a0ac787b2 --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-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4063 | 2024-09-27T17:06:46.688Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
4064 | 2024-09-27T17:06:46.690Z | 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=b0475839656042e0 -C extra-filename=-b0475839656042e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-b0475839656042e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4065 | 2024-09-27T17:06:46.765Z | Compiling rstest v0.22.0 |
4066 | 2024-09-27T17:06:46.769Z | 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.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=3294f0712183ed64 -C extra-filename=-3294f0712183ed64 --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-c1ea8c1ff613af68.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-ff924462fe94a460.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4067 | 2024-09-27T17:06:47.026Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
4068 | 2024-09-27T17:06:47.029Z | 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=b8d3c6fea4bd8bb8 -C extra-filename=-b8d3c6fea4bd8bb8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-b8d3c6fea4bd8bb8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-42b91cfa93705cf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4069 | 2024-09-27T17:06:47.053Z | Compiling partial-io v0.5.4 |
4070 | 2024-09-27T17:06:47.056Z | 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=0c8ffd9694870ebf -C extra-filename=-0c8ffd9694870ebf --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-c1ea8c1ff613af68.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3899f306fde85002.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4071 | 2024-09-27T17:06:47.251Z | Compiling rand_distr v0.4.3 |
4072 | 2024-09-27T17:06:47.254Z | 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=66a8ef7ad7b69e7e -C extra-filename=-66a8ef7ad7b69e7e --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-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4073 | 2024-09-27T17:06:47.395Z | Compiling approx v0.5.1 |
4074 | 2024-09-27T17:06:47.398Z | 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=0b9fb23795fcdd0d -C extra-filename=-0b9fb23795fcdd0d --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4075 | 2024-09-27T17:06:47.540Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-b8d3c6fea4bd8bb8/build-script-build` |
4076 | 2024-09-27T17:06:47.574Z | Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-b0475839656042e0/build-script-build` |
4077 | 2024-09-27T17:06:47.607Z | Compiling rust-argon2 v2.1.0 |
4078 | 2024-09-27T17:06:47.610Z | 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=5183c0a999dee1e3 -C extra-filename=-5183c0a999dee1e3 --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-6aa2698a0ac787b2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4079 | 2024-09-27T17:06:47.650Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4080 | 2024-09-27T17:06:47.654Z | 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=778f442f82623ece -C extra-filename=-778f442f82623ece --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eee104eeb33313f3.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4081 | 2024-09-27T17:06:48.321Z | 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=1e872b1e6a10ae5f -C extra-filename=-1e872b1e6a10ae5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-80f2bc5f6d098894.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1a1be725a7d335b9.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4082 | 2024-09-27T17:06:48.813Z | Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
4083 | 2024-09-27T17:06:48.817Z | 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=0dca53b10a606a54 -C extra-filename=-0dca53b10a606a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0dc4457f5255bc8d.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-64d44dda7d45cac7.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-80f2bc5f6d098894.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-479fc2059905f2e9.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-f116003bd94605f9.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-106bda6e050ef5db.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-58680019408574d6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2a743b59e990ed2a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dfd98417e98e3a4b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.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-577968efeb95d89d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4084 | 2024-09-27T17:06:49.370Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4085 | 2024-09-27T17:06:49.373Z | 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=29da633773cd0040 -C extra-filename=-29da633773cd0040 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c8bf5d13aa2147e9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a558247ce38e0784.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-50c2b75429f0bba1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cdca53e297d5cb24/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out` |
4086 | 2024-09-27T17:06:50.093Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
4087 | 2024-09-27T17:06:50.096Z | 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=36c311caa2cb5699 -C extra-filename=-36c311caa2cb5699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4088 | 2024-09-27T17:06:51.922Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
4089 | 2024-09-27T17:06:51.925Z | 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=d6bca7909df74c74 -C extra-filename=-d6bca7909df74c74 --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-caadcc32bdc323fb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4090 | 2024-09-27T17:06:52.361Z | Compiling cargo_toml v0.20.4 |
4091 | 2024-09-27T17:06:52.365Z | 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.4/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=1263893f538321b2 -C extra-filename=-1263893f538321b2 --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-19476516253bd8c8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4092 | 2024-09-27T17:06:52.954Z | Compiling termios v0.3.3 |
4093 | 2024-09-27T17:06:52.957Z | 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=e03e3713c7c0db51 -C extra-filename=-e03e3713c7c0db51 --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-3cee8a96976693de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4094 | 2024-09-27T17:06:53.235Z | Compiling indoc v2.0.5 |
4095 | 2024-09-27T17:06:53.237Z | 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` |
4096 | 2024-09-27T17:06:54.415Z | 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=10b5a6253556d95c -C extra-filename=-10b5a6253556d95c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-8755f378a0d2712e.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-6d8b0b7d5da02efe.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-02866ca65eda4802.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-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a558247ce38e0784.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4097 | 2024-09-27T17:06:54.461Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4098 | 2024-09-27T17:06:54.464Z | 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=f53580c4cf569200 -C extra-filename=-f53580c4cf569200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-e03e3713c7c0db51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-53ed234ccebe4ff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4099 | 2024-09-27T17:06:54.617Z | 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=97eeff5e85287629 -C extra-filename=-97eeff5e85287629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e117f13733d0b2c2.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ff1e2dc5fd871c64.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4100 | 2024-09-27T17:06:57.181Z | 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=f32bbe63adae12bc -C extra-filename=-f32bbe63adae12bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e117f13733d0b2c2.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ff1e2dc5fd871c64.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4101 | 2024-09-27T17:06:59.660Z | 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=c2dee3e05075c856 -C extra-filename=-c2dee3e05075c856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-29da633773cd0040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c8bf5d13aa2147e9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a558247ce38e0784.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-50c2b75429f0bba1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cdca53e297d5cb24/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out` |
4102 | 2024-09-27T17:07:01.299Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4103 | 2024-09-27T17:07:01.343Z | 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=caf3b02b9c869ec5 -C extra-filename=-caf3b02b9c869ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-1263893f538321b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4104 | 2024-09-27T17:07:01.402Z | 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=dcad4e426c9afa8c -C extra-filename=-dcad4e426c9afa8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0dc4457f5255bc8d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-64d44dda7d45cac7.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-80f2bc5f6d098894.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-479fc2059905f2e9.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-f116003bd94605f9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-106bda6e050ef5db.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-58680019408574d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-0dca53b10a606a54.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2a743b59e990ed2a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dfd98417e98e3a4b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.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-577968efeb95d89d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4105 | 2024-09-27T17:07:05.227Z | 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=7fb2d094ed1567d8 -C extra-filename=-7fb2d094ed1567d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-36c311caa2cb5699.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4106 | 2024-09-27T17:07:05.284Z | 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=56c0748d3f339155 -C extra-filename=-56c0748d3f339155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-20964143cbec9c4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dfd98417e98e3a4b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4107 | 2024-09-27T17:07:05.284Z | 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=7968012ac2ab0ed9 -C extra-filename=-7968012ac2ab0ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-20964143cbec9c4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dfd98417e98e3a4b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c1fe3db45713958a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4108 | 2024-09-27T17:07:05.284Z | 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=5d388833b8d80ad5 -C extra-filename=-5d388833b8d80ad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-20964143cbec9c4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dfd98417e98e3a4b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c1fe3db45713958a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4109 | 2024-09-27T17:07:05.284Z | 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=4920229180f7f35e -C extra-filename=-4920229180f7f35e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-20964143cbec9c4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dfd98417e98e3a4b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c1fe3db45713958a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4110 | 2024-09-27T17:07:06.506Z | 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=7537a7f0b307e485 -C extra-filename=-7537a7f0b307e485 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-d394aa9687013f7a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ef42b5f95bf825f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4111 | 2024-09-27T17:07:07.033Z | 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=24036b4704e63d12 -C extra-filename=-24036b4704e63d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eee104eeb33313f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-778f442f82623ece.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4112 | 2024-09-27T17:07:07.715Z | 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=1ae59e4903bb23d6 -C extra-filename=-1ae59e4903bb23d6 --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-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ef42b5f95bf825f6.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e3ffe4f7d09140e3.so --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-66a8ef7ad7b69e7e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3294f0712183ed64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-5f503ddebb1df142.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4113 | 2024-09-27T17:07:10.324Z | 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=06f9f10527821402 -C extra-filename=-06f9f10527821402 --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-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ef42b5f95bf825f6.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e3ffe4f7d09140e3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-66a8ef7ad7b69e7e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3294f0712183ed64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-5f503ddebb1df142.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4114 | 2024-09-27T17:07:11.614Z | 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=4da3d2f9b474ce8a -C extra-filename=-4da3d2f9b474ce8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.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-5af61904fabbd7da.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4115 | 2024-09-27T17:07:12.222Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
4116 | 2024-09-27T17:07:12.226Z | 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=236537da4c1dccb3 -C extra-filename=-236537da4c1dccb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4105e55c3de9228f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c1fe3db45713958a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4117 | 2024-09-27T17:07:13.728Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4118 | 2024-09-27T17:07:13.731Z | 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=8ef3cd932a4382fe -C extra-filename=-8ef3cd932a4382fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.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-a33837303a60c71a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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` |
4119 | 2024-09-27T17:07:16.069Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4120 | 2024-09-27T17:07:16.072Z | 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=40035894497001c3 -C extra-filename=-40035894497001c3 --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-c1ea8c1ff613af68.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4121 | 2024-09-27T17:07:17.193Z | 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=7246a2ba79f9d4a8 -C extra-filename=-7246a2ba79f9d4a8 --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-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-a33837303a60c71a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.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-174c0052e817e966/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` |
4122 | 2024-09-27T17:07:17.874Z | 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=0523f320b6ccdf5a -C extra-filename=-0523f320b6ccdf5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1e93a10a060c3276.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65070b8536d99399.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-40035894497001c3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.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-a33837303a60c71a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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` |
4123 | 2024-09-27T17:07:20.033Z | 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=856691e6959d3cb0 -C extra-filename=-856691e6959d3cb0 --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-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.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-a33837303a60c71a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4124 | 2024-09-27T17:07:21.495Z | 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=40b5510aa0690398 -C extra-filename=-40b5510aa0690398 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-c1ea8c1ff613af68.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c15a920b90ab52d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-eeff8d7c9ca57933.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-0c8ffd9694870ebf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4125 | 2024-09-27T17:07:21.642Z | 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=2c92cd6d2a43f0f2 -C extra-filename=-2c92cd6d2a43f0f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-c1ea8c1ff613af68.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9ba32f1c7b123262.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c15a920b90ab52d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-eeff8d7c9ca57933.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-0c8ffd9694870ebf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4126 | 2024-09-27T17:07:22.441Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin --edition=2021 clickhouse-admin/src/bin/clickhouse-admin.rs --error-format=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=5bbe7cd4463be9dc -C extra-filename=-5bbe7cd4463be9dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-64d44dda7d45cac7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-739d8828981c635e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f83a395b42cfc034.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4127 | 2024-09-27T17:07:23.837Z | 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=1c6d8f7cc3772d14 -C extra-filename=-1c6d8f7cc3772d14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1e93a10a060c3276.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e856ede429ad1d1a.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e2b392aa66d894d2.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-1061efe572277d3b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c1b7ebbafef0d976.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d350b325716e6dc0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c15c2d83463e0851.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-106bda6e050ef5db.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-58680019408574d6.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-856691e6959d3cb0.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-40035894497001c3.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0523f320b6ccdf5a.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7246a2ba79f9d4a8.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.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-9ac10fdc05abddac.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-90aefd1bb8f3ee88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4128 | 2024-09-27T17:07:26.116Z | 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=6b793b89d99e4427 -C extra-filename=-6b793b89d99e4427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.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-10c19866b7380b53.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f116003bd94605f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8cc4a8517d12fa6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-041523f4e9c5e4d7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-577968efeb95d89d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f19ed27e7c3a13de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4129 | 2024-09-27T17:07:27.229Z | 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=8abb1a75577ce66d -C extra-filename=-8abb1a75577ce66d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.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-10c19866b7380b53.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9ba32f1c7b123262.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f116003bd94605f9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c15a920b90ab52d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.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-8cc4a8517d12fa6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e117f13733d0b2c2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-041523f4e9c5e4d7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-577968efeb95d89d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f19ed27e7c3a13de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4130 | 2024-09-27T17:07:29.991Z | 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=e4b60f4f70d6eb7a -C extra-filename=-e4b60f4f70d6eb7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.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-10c19866b7380b53.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9ba32f1c7b123262.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f116003bd94605f9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c15a920b90ab52d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.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-8cc4a8517d12fa6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e117f13733d0b2c2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-041523f4e9c5e4d7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-577968efeb95d89d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f19ed27e7c3a13de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4131 | 2024-09-27T17:07:34.393Z | 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=3e57c5232595beb4 -C extra-filename=-3e57c5232595beb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eee104eeb33313f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4132 | 2024-09-27T17:07:36.421Z | 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=a4b44dafb971fd4b -C extra-filename=-a4b44dafb971fd4b --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-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-ff0b2994c1b7c382.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a8e6f4ee64113ea8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-90e7a7f52dcb34be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-1e83d815a4ac1807.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-45716bc583b157ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7081604ed8ed5c37.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4133 | 2024-09-27T17:07:40.460Z | 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=3f5459580f476f9c -C extra-filename=-3f5459580f476f9c --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-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-ff0b2994c1b7c382.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-daf2093cc699cc5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a8e6f4ee64113ea8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-90e7a7f52dcb34be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-1e83d815a4ac1807.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-45716bc583b157ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7081604ed8ed5c37.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4134 | 2024-09-27T17:07:42.980Z | 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=61e2bd114f62b048 -C extra-filename=-61e2bd114f62b048 --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-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-ff0b2994c1b7c382.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-daf2093cc699cc5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a8e6f4ee64113ea8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-90e7a7f52dcb34be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-1e83d815a4ac1807.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-45716bc583b157ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7081604ed8ed5c37.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4135 | 2024-09-27T17:07:45.711Z | 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=543596e44624af5c -C extra-filename=-543596e44624af5c --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-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-ff0b2994c1b7c382.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-daf2093cc699cc5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a8e6f4ee64113ea8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-90e7a7f52dcb34be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-1e83d815a4ac1807.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-45716bc583b157ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7081604ed8ed5c37.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4136 | 2024-09-27T17:07:48.119Z | 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=d8ef367f0f6b809e -C extra-filename=-d8ef367f0f6b809e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.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-10c19866b7380b53.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9ba32f1c7b123262.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f116003bd94605f9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c15a920b90ab52d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.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-8cc4a8517d12fa6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e117f13733d0b2c2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-577968efeb95d89d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f19ed27e7c3a13de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4137 | 2024-09-27T17:07:50.633Z | 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=494db22e4f7f6140 -C extra-filename=-494db22e4f7f6140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0951b77c934278bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.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-5af61904fabbd7da.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4138 | 2024-09-27T17:07:51.809Z | 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=0a6547525f554371 -C extra-filename=-0a6547525f554371 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.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-5af61904fabbd7da.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4139 | 2024-09-27T17:07:52.883Z | 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=3f7891b40351ed64 -C extra-filename=-3f7891b40351ed64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0951b77c934278bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.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-5af61904fabbd7da.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4140 | 2024-09-27T17:07:55.900Z | 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=fce399a21fd85383 -C extra-filename=-fce399a21fd85383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f34b7261dab3b999.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c4214c86ee2bbd33.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8316fec6dfb443a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4141 | 2024-09-27T17:07:58.229Z | 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=92c75212dca1e95d -C extra-filename=-92c75212dca1e95d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f34b7261dab3b999.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c4214c86ee2bbd33.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8316fec6dfb443a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4142 | 2024-09-27T17:07:58.864Z | 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=c2ed03e721299be0 -C extra-filename=-c2ed03e721299be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-984cb1110a4d373d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1e93a10a060c3276.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ef42b5f95bf825f6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e856ede429ad1d1a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e2b392aa66d894d2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c1b7ebbafef0d976.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fea99c0d42d300c9.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e8b3d3075598f3d4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d350b325716e6dc0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c15c2d83463e0851.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-106bda6e050ef5db.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-58680019408574d6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-856691e6959d3cb0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-40035894497001c3.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0523f320b6ccdf5a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7246a2ba79f9d4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1436a5a42d656667.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-90e7a7f52dcb34be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c1fe3db45713958a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.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-a558247ce38e0784.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-9ac10fdc05abddac.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-90aefd1bb8f3ee88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a4b334350991e3e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5dbf6258c920eeb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-42cdc58f9cbd97df.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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-4698b44fe0850490/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4143 | 2024-09-27T17:08:03.642Z | 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=e6b0607713021751 -C extra-filename=-e6b0607713021751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0523f320b6ccdf5a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-a33837303a60c71a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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` |
4144 | 2024-09-27T17:08:03.646Z | 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=7db75864fac0618e -C extra-filename=-7db75864fac0618e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-984cb1110a4d373d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c7e2f42601feaebd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7246a2ba79f9d4a8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b764378681d32ac6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.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-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4145 | 2024-09-27T17:08:04.163Z | 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=01fa0f41e529d541 -C extra-filename=-01fa0f41e529d541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-80f2bc5f6d098894.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1a1be725a7d335b9.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4146 | 2024-09-27T17:08:08.674Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin --edition=2021 clickhouse-admin/src/bin/clickhouse-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=5033a7f9afd8abd7 -C extra-filename=-5033a7f9afd8abd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-64d44dda7d45cac7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-739d8828981c635e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1757853e5622701d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f83a395b42cfc034.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f2d3d0d0a81a0d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4147 | 2024-09-27T17:08:10.871Z | 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=17aeb30da04c4194 -C extra-filename=-17aeb30da04c4194 --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-984cb1110a4d373d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fea99c0d42d300c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.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-a33837303a60c71a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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-4698b44fe0850490/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4148 | 2024-09-27T17:08:12.173Z | 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=13fe08fd3bd99210 -C extra-filename=-13fe08fd3bd99210 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-64d44dda7d45cac7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-739d8828981c635e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1757853e5622701d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f83a395b42cfc034.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f2d3d0d0a81a0d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4149 | 2024-09-27T17:08:22.883Z | 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=63e3b774ca71fc38 -C extra-filename=-63e3b774ca71fc38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.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-a33837303a60c71a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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` |
4150 | 2024-09-27T17:08:25.970Z | 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=52f0ec9e3a96c7d2 -C extra-filename=-52f0ec9e3a96c7d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-984cb1110a4d373d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e63658d63b89b65a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4d9d5a9a16bbad9b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-cbecf45927a82e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e8b3d3075598f3d4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d350b325716e6dc0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-eaee750b7df00b06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-92a14373633ed062.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.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-a558247ce38e0784.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-40664317400f437e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.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-a33837303a60c71a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-42cdc58f9cbd97df.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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-4698b44fe0850490/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4151 | 2024-09-27T17:08:28.582Z | 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=93a456269dc33fb6 -C extra-filename=-93a456269dc33fb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-64d44dda7d45cac7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-739d8828981c635e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1757853e5622701d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f2d3d0d0a81a0d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4152 | 2024-09-27T17:08:31.026Z | 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=8037368c1d0fccd1 -C extra-filename=-8037368c1d0fccd1 --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-c1ea8c1ff613af68.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4153 | 2024-09-27T17:08:34.284Z | 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=75f6c4e23f558560 -C extra-filename=-75f6c4e23f558560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-b7ea207a2be30208.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-64c755c38fa600bf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.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-eaee750b7df00b06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-92a14373633ed062.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-90aefd1bb8f3ee88.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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` |
4154 | 2024-09-27T17:08:38.848Z | 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=9ef854ef48dde0f4 -C extra-filename=-9ef854ef48dde0f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-d6bca7909df74c74.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-a33837303a60c71a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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` |
4155 | 2024-09-27T17:08:43.724Z | 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=9ad13a533290b429 -C extra-filename=-9ad13a533290b429 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c1fe3db45713958a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4156 | 2024-09-27T17:08:49.156Z | 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=6b4685bf25dd055f -C extra-filename=-6b4685bf25dd055f --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-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d350b325716e6dc0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1436a5a42d656667.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.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-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-a33837303a60c71a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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 /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4157 | 2024-09-27T17:08:58.733Z | 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=5c595b97e6b5bdd1 -C extra-filename=-5c595b97e6b5bdd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-80f2bc5f6d098894.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1a1be725a7d335b9.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-1e872b1e6a10ae5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4158 | 2024-09-27T17:09:01.133Z | 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=5bf2ffbc0c0e18b6 -C extra-filename=-5bf2ffbc0c0e18b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f34b7261dab3b999.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c4214c86ee2bbd33.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8316fec6dfb443a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4159 | 2024-09-27T17:09:03.254Z | 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=19cb560c57219879 -C extra-filename=-19cb560c57219879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f34b7261dab3b999.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c4214c86ee2bbd33.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8316fec6dfb443a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4160 | 2024-09-27T17:09:06.891Z | 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=944bfb90a123dbf2 -C extra-filename=-944bfb90a123dbf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bdacc2570a8fc727.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-10c19866b7380b53.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-55c5344820fdb400.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-281dd7f8d47fe766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb751e02e468c99a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-20831c057b53adf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.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-c2f25d26808d411f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-82d2f5e3e4701981.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ec10e2f59898dcd2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-cb071d5f095ec893.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4161 | 2024-09-27T17:09:09.999Z | 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=a25a68dd61502b1f -C extra-filename=-a25a68dd61502b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bdacc2570a8fc727.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-10c19866b7380b53.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-55c5344820fdb400.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-281dd7f8d47fe766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb751e02e468c99a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-20831c057b53adf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.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-c2f25d26808d411f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-82d2f5e3e4701981.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ec10e2f59898dcd2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-cb071d5f095ec893.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4162 | 2024-09-27T17:09:14.212Z | 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=a4f09348274faa3a -C extra-filename=-a4f09348274faa3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bdacc2570a8fc727.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-10c19866b7380b53.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-55c5344820fdb400.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-281dd7f8d47fe766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb751e02e468c99a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-20831c057b53adf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.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-c2f25d26808d411f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-82d2f5e3e4701981.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ec10e2f59898dcd2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-cb071d5f095ec893.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4163 | 2024-09-27T17:09:17.858Z | 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=d5eb734b8b1f3701 -C extra-filename=-d5eb734b8b1f3701 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bdacc2570a8fc727.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-10c19866b7380b53.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-55c5344820fdb400.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-281dd7f8d47fe766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb751e02e468c99a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-20831c057b53adf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.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-c2f25d26808d411f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-82d2f5e3e4701981.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ec10e2f59898dcd2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-cb071d5f095ec893.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4164 | 2024-09-27T17:09:17.880Z | 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=cd4d8021a9ad001e -C extra-filename=-cd4d8021a9ad001e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bdacc2570a8fc727.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-10c19866b7380b53.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-55c5344820fdb400.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-281dd7f8d47fe766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb751e02e468c99a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-20831c057b53adf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.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-c2f25d26808d411f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-82d2f5e3e4701981.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ec10e2f59898dcd2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-cb071d5f095ec893.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4165 | 2024-09-27T17:09:21.166Z | 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=a105562a51df9818 -C extra-filename=-a105562a51df9818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b764378681d32ac6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-f50f65d7a9697e08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78f7586b935e5407.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7815cc9ad8435ef1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e117f13733d0b2c2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f19ed27e7c3a13de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4166 | 2024-09-27T17:09:23.947Z | 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=54a183acb2235c5d -C extra-filename=-54a183acb2235c5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e117f13733d0b2c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4167 | 2024-09-27T17:09:25.973Z | 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=ba93b09c47b61fe9 -C extra-filename=-ba93b09c47b61fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f34b7261dab3b999.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.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-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b764378681d32ac6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-f50f65d7a9697e08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78f7586b935e5407.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7815cc9ad8435ef1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e117f13733d0b2c2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f19ed27e7c3a13de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4168 | 2024-09-27T17:09:26.958Z | 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=cf00dffbfbadc6ef -C extra-filename=-cf00dffbfbadc6ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f34b7261dab3b999.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.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-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b764378681d32ac6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-f50f65d7a9697e08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78f7586b935e5407.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7815cc9ad8435ef1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e117f13733d0b2c2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f19ed27e7c3a13de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4169 | 2024-09-27T17:09:27.392Z | 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=e069edf48545e78d -C extra-filename=-e069edf48545e78d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-009a5134049de396.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1757853e5622701d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ef42b5f95bf825f6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.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-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4425ccb74d56e55b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f2d3d0d0a81a0d4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7bdbde32ad3f10f7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-048e0deea516129d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4170 | 2024-09-27T17:09:29.037Z | 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=d1081e504b794bd6 -C extra-filename=-d1081e504b794bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-009a5134049de396.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1757853e5622701d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ef42b5f95bf825f6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.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-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4425ccb74d56e55b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f2d3d0d0a81a0d4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7bdbde32ad3f10f7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-048e0deea516129d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4171 | 2024-09-27T17:09:34.193Z | 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=a4016fef59a92f7d -C extra-filename=-a4016fef59a92f7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-009a5134049de396.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1757853e5622701d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ef42b5f95bf825f6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.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-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4425ccb74d56e55b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f2d3d0d0a81a0d4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7bdbde32ad3f10f7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-048e0deea516129d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4172 | 2024-09-27T17:09:36.907Z | 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=84580b331ac15206 -C extra-filename=-84580b331ac15206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0dc4457f5255bc8d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-64d44dda7d45cac7.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-80f2bc5f6d098894.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-479fc2059905f2e9.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-f116003bd94605f9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-106bda6e050ef5db.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-58680019408574d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2a743b59e990ed2a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dfd98417e98e3a4b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.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-577968efeb95d89d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4173 | 2024-09-27T17:09:41.728Z | 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=7da55dc170e64cd7 -C extra-filename=-7da55dc170e64cd7 --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-1a444d72c5f1adf0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4174 | 2024-09-27T17:09:55.889Z | 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=6eac2dde5580cc82 -C extra-filename=-6eac2dde5580cc82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bdacc2570a8fc727.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-10c19866b7380b53.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-281dd7f8d47fe766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb751e02e468c99a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-20831c057b53adf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-82d2f5e3e4701981.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ec10e2f59898dcd2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-cb071d5f095ec893.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4175 | 2024-09-27T17:10:01.793Z | 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=9c1da0afad990125 -C extra-filename=-9c1da0afad990125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bdacc2570a8fc727.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-10c19866b7380b53.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-281dd7f8d47fe766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb751e02e468c99a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-20831c057b53adf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-82d2f5e3e4701981.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ec10e2f59898dcd2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-cb071d5f095ec893.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4176 | 2024-09-27T17:10:17.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=73b85c5eebec27e3 -C extra-filename=-73b85c5eebec27e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bdacc2570a8fc727.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ea54151bd33e191c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-10c19866b7380b53.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c1f7a164a861d85a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-281dd7f8d47fe766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb751e02e468c99a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b1724cb3966ad23b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-20831c057b53adf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-82d2f5e3e4701981.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-86913c05b5a9fee5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-82834ece77a8e1f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ec10e2f59898dcd2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-cb071d5f095ec893.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4177 | 2024-09-27T17:10:21.145Z | 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=b82e50c11c4c227e -C extra-filename=-b82e50c11c4c227e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1fe116ab21a83ac4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4178 | 2024-09-27T17:10:32.489Z | 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=39893d334fcbf9b8 -C extra-filename=-39893d334fcbf9b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f34b7261dab3b999.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.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-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b764378681d32ac6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-f50f65d7a9697e08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78f7586b935e5407.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7815cc9ad8435ef1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f19ed27e7c3a13de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4179 | 2024-09-27T17:10:35.368Z | 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=5613ed98a090bb03 -C extra-filename=-5613ed98a090bb03 --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-1a1be725a7d335b9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4180 | 2024-09-27T17:10:37.213Z | 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=e606a8baa70c3daf -C extra-filename=-e606a8baa70c3daf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c4214c86ee2bbd33.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4181 | 2024-09-27T17:11:02.991Z | 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=463aa04e6a68ef0d -C extra-filename=-463aa04e6a68ef0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/usr/ssl-3/lib/amd64` |
4182 | 2024-09-27T17:11:03.886Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
4183 | 2024-09-27T17:11:03.889Z | 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=ee31dd0d816a5318 -C extra-filename=-ee31dd0d816a5318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c8bf5d13aa2147e9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.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-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cdca53e297d5cb24/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4184 | 2024-09-27T17:11:04.640Z | 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=344f1824d2cb0c35 -C extra-filename=-344f1824d2cb0c35 --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-8599901668faa364.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4185 | 2024-09-27T17:11:09.916Z | 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=e8960a59c3cd8e24 -C extra-filename=-e8960a59c3cd8e24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dfd98417e98e3a4b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c1fe3db45713958a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4186 | 2024-09-27T17:11:14.184Z | 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=14fd063770825015 -C extra-filename=-14fd063770825015 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dfd98417e98e3a4b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c1fe3db45713958a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4187 | 2024-09-27T17:11:21.125Z | 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=aad27c61580c8a9f -C extra-filename=-aad27c61580c8a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-739d8828981c635e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1fe116ab21a83ac4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4188 | 2024-09-27T17:11:25.571Z | 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=76d23bc91bbb840d -C extra-filename=-76d23bc91bbb840d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c8bf5d13aa2147e9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a558247ce38e0784.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-50c2b75429f0bba1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cdca53e297d5cb24/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out` |
4189 | 2024-09-27T17:11:34.798Z | 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=c6c6a01226a6ba1f -C extra-filename=-c6c6a01226a6ba1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2a743b59e990ed2a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4190 | 2024-09-27T17:11:35.710Z | 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=86d4678f1bdcf25d -C extra-filename=-86d4678f1bdcf25d --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-8599901668faa364.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4191 | 2024-09-27T17:11:36.653Z | 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=d687934aa589831d -C extra-filename=-d687934aa589831d --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-10c19866b7380b53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ae84932243296e0a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4192 | 2024-09-27T17:11:40.873Z | 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=00424030b4cdb28d -C extra-filename=-00424030b4cdb28d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-479fc2059905f2e9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-cfb6280a5a1b5561.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-eeff8d7c9ca57933.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-901fdde0c5044cfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7849c9e51a3c096f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5af61904fabbd7da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-53ed234ccebe4ff4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4193 | 2024-09-27T17:11:40.926Z | 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=6585e923d0adca8f -C extra-filename=-6585e923d0adca8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-479fc2059905f2e9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-cfb6280a5a1b5561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-eeff8d7c9ca57933.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7849c9e51a3c096f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5af61904fabbd7da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5dbf6258c920eeb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-53ed234ccebe4ff4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4194 | 2024-09-27T17:11:44.989Z | 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=0bb5122a4a6e94b6 -C extra-filename=-0bb5122a4a6e94b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-479fc2059905f2e9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-cfb6280a5a1b5561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-eeff8d7c9ca57933.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-901fdde0c5044cfc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7849c9e51a3c096f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5af61904fabbd7da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5dbf6258c920eeb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-53ed234ccebe4ff4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4195 | 2024-09-27T17:11:46.595Z | Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4196 | 2024-09-27T17:11:46.598Z | 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=d367c6c4d5966897 -C extra-filename=-d367c6c4d5966897 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-901fdde0c5044cfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5af61904fabbd7da.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4197 | 2024-09-27T17:11:47.802Z | 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=3a71bd2202f7ff7e -C extra-filename=-3a71bd2202f7ff7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-479fc2059905f2e9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-cfb6280a5a1b5561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-eeff8d7c9ca57933.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-901fdde0c5044cfc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7849c9e51a3c096f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5af61904fabbd7da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5dbf6258c920eeb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-53ed234ccebe4ff4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4198 | 2024-09-27T17:11:49.494Z | 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=d6af67f33bdda02e -C extra-filename=-d6af67f33bdda02e --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-b792cecba43cac9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-901fdde0c5044cfc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5dbf6258c920eeb8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4199 | 2024-09-27T17:11:52.191Z | 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=94683f9ecf246c3d -C extra-filename=-94683f9ecf246c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b6c53acb87a92443.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9d0848bf311d3261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e90bd45f0aaf536b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4200 | 2024-09-27T17:11:57.706Z | 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=0a3514796c5823d1 -C extra-filename=-0a3514796c5823d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4105e55c3de9228f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b6c53acb87a92443.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9d0848bf311d3261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e90bd45f0aaf536b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4201 | 2024-09-27T17:12:01.592Z | 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=967b586e3e8e0564 -C extra-filename=-967b586e3e8e0564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4105e55c3de9228f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b6c53acb87a92443.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9d0848bf311d3261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e90bd45f0aaf536b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4202 | 2024-09-27T17:12:03.203Z | 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=ecce90514d3a2edc -C extra-filename=-ecce90514d3a2edc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4105e55c3de9228f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b6c53acb87a92443.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9d0848bf311d3261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e90bd45f0aaf536b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4203 | 2024-09-27T17:12:03.929Z | 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=a9a39852d59def7d -C extra-filename=-a9a39852d59def7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4105e55c3de9228f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b6c53acb87a92443.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9d0848bf311d3261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e90bd45f0aaf536b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4204 | 2024-09-27T17:12:04.676Z | 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=63b8d1d90ae73d91 -C extra-filename=-63b8d1d90ae73d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4105e55c3de9228f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b6c53acb87a92443.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9d0848bf311d3261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e90bd45f0aaf536b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4205 | 2024-09-27T17:12:05.342Z | 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=21ff50064aa8fe38 -C extra-filename=-21ff50064aa8fe38 --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-65070b8536d99399.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-025910be55d74958.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-048e053912b89bba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4206 | 2024-09-27T17:12:05.909Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95271b4c9baaa90e -C extra-filename=-95271b4c9baaa90e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e90bd45f0aaf536b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4207 | 2024-09-27T17:12:05.930Z | 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=ff8e4054abb5ff85 -C extra-filename=-ff8e4054abb5ff85 --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-bdacc2570a8fc727.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b7fb6310e483337.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-f79ae8c6ada7b572.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-332904de727b0d43.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-95e91a854f17fc49.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4208 | 2024-09-27T17:12:16.814Z | 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=cb74589982f1bf19 -C extra-filename=-cb74589982f1bf19 --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-bdacc2570a8fc727.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b7fb6310e483337.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-f79ae8c6ada7b572.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-332904de727b0d43.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-95e91a854f17fc49.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4209 | 2024-09-27T17:12:20.349Z | 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=2a2b764d6b8e7fd6 -C extra-filename=-2a2b764d6b8e7fd6 --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-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b7fb6310e483337.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-f79ae8c6ada7b572.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-332904de727b0d43.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-95e91a854f17fc49.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4210 | 2024-09-27T17:12:24.255Z | 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=9f9eedc9e306586c -C extra-filename=-9f9eedc9e306586c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4bf70369cde44e16.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f592ca97398f43f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4211 | 2024-09-27T17:12:30.603Z | 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=a785f5069bb7bfc5 -C extra-filename=-a785f5069bb7bfc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-009a5134049de396.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1757853e5622701d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.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-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4425ccb74d56e55b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7bdbde32ad3f10f7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-048e0deea516129d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4212 | 2024-09-27T17:12:36.169Z | 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=24752bbb9d5eabfb -C extra-filename=-24752bbb9d5eabfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5dbf6258c920eeb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
4213 | 2024-09-27T17:12:38.271Z | 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=a4d75e6b1af05fea -C extra-filename=-a4d75e6b1af05fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-739d8828981c635e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4d9d5a9a16bbad9b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.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-fbbc921c252da948.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c15c2d83463e0851.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8cc4a8517d12fa6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.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-a33837303a60c71a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4214 | 2024-09-27T17:12:43.413Z | 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=988d6b0f540775e6 -C extra-filename=-988d6b0f540775e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1757853e5622701d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e3ffe4f7d09140e3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4215 | 2024-09-27T17:12:45.222Z | 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=8ae711a629757361 -C extra-filename=-8ae711a629757361 --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-52abb3859d92c8cf.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4216 | 2024-09-27T17:12:46.753Z | 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=120d9f6d4c413714 -C extra-filename=-120d9f6d4c413714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4217 | 2024-09-27T17:12:47.580Z | 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=b7c3c24d4ac1ad77 -C extra-filename=-b7c3c24d4ac1ad77 --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-52abb3859d92c8cf.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
4218 | 2024-09-27T17:12:50.027Z | 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=f9b1d1fc9c5afba4 -C extra-filename=-f9b1d1fc9c5afba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-4ba8f07d3930dc64.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
4219 | 2024-09-27T17:12:53.411Z | 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=a3cbbd29602e0a2a -C extra-filename=-a3cbbd29602e0a2a --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-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4220 | 2024-09-27T17:12:53.895Z | 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=6b3a6536a1231731 -C extra-filename=-6b3a6536a1231731 --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-f9ec920ba5de742f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4221 | 2024-09-27T17:12:56.019Z | 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=74895188b472500b -C extra-filename=-74895188b472500b --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-52abb3859d92c8cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4222 | 2024-09-27T17:12:59.019Z | 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=6d705cdc40ce9d7d -C extra-filename=-6d705cdc40ce9d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4105e55c3de9228f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b6c53acb87a92443.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9d0848bf311d3261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e90bd45f0aaf536b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4223 | 2024-09-27T17:13:00.678Z | 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=da4d515d127c12ef -C extra-filename=-da4d515d127c12ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4105e55c3de9228f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b6c53acb87a92443.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9d0848bf311d3261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e90bd45f0aaf536b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4224 | 2024-09-27T17:13:04.175Z | 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=66a05f7bcd06d99e -C extra-filename=-66a05f7bcd06d99e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4105e55c3de9228f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-83fd55d11f9fbb59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b6c53acb87a92443.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9d0848bf311d3261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e90bd45f0aaf536b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f028db8e7d3f066.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4225 | 2024-09-27T17:13:10.401Z | 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=033e1886cfe69098 -C extra-filename=-033e1886cfe69098 --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-ebf8b8b3ea322b8e.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-898b31964a881edf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4226 | 2024-09-27T17:13:15.220Z | 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=6598a593b02edc4f -C extra-filename=-6598a593b02edc4f --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-ebf8b8b3ea322b8e.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-898b31964a881edf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4227 | 2024-09-27T17:13:15.255Z | 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=a96aef06282e8752 -C extra-filename=-a96aef06282e8752 --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-b792cecba43cac9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4228 | 2024-09-27T17:13:17.956Z | 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=7d44a93272c3a873 -C extra-filename=-7d44a93272c3a873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.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-aae238a7f781fbdf.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb751e02e468c99a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-64141951cb6d5745.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out` |
4229 | 2024-09-27T17:13:18.034Z | 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=ff548fae9ac88ef9 -C extra-filename=-ff548fae9ac88ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bdacc2570a8fc727.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4230 | 2024-09-27T17:13:23.418Z | 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=7eb5a251415d8a25 -C extra-filename=-7eb5a251415d8a25 --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-8bd1bae28c30277b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-eeff8d7c9ca57933.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4231 | 2024-09-27T17:13:27.965Z | 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=f9a487c59f487b9b -C extra-filename=-f9a487c59f487b9b --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-fbf1721742859380.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9ac10fdc05abddac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4232 | 2024-09-27T17:13:30.265Z | 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=7ce9549878a82b97 -C extra-filename=-7ce9549878a82b97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7cd9a152d2106a06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4233 | 2024-09-27T17:13:32.587Z | 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=6d6df87022a19cf0 -C extra-filename=-6d6df87022a19cf0 --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-af1c6a0a4c0d35b4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4234 | 2024-09-27T17:13:40.268Z | 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=dff1bf95c339639f -C extra-filename=-dff1bf95c339639f --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-7cd9a152d2106a06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4235 | 2024-09-27T17:13:40.859Z | 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=6db720040caeff50 -C extra-filename=-6db720040caeff50 --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-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4236 | 2024-09-27T17:13:43.042Z | 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=82c5e7953028557e -C extra-filename=-82c5e7953028557e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-aa956fa7dab3567f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-739d8828981c635e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-64c755c38fa600bf.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65070b8536d99399.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-68943fdd2c61ca92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-a33837303a60c71a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4237 | 2024-09-27T17:13:45.853Z | 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=8e4164d2966d2106 -C extra-filename=-8e4164d2966d2106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4238 | 2024-09-27T17:13:46.116Z | 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=b008e7647bcb7817 -C extra-filename=-b008e7647bcb7817 --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-af1c6a0a4c0d35b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4239 | 2024-09-27T17:13:57.018Z | 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=651f35db50398dbd -C extra-filename=-651f35db50398dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4425ccb74d56e55b.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f20140c5c1cae79e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-9c89a7e0c6e27b0c.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ba4c1e913d3f904c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.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-a33837303a60c71a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-cb071d5f095ec893.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out` |
4240 | 2024-09-27T17:13:58.146Z | 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=63626a07b8ae354d -C extra-filename=-63626a07b8ae354d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4241 | 2024-09-27T17:13:58.220Z | 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=4975e99e840d07d5 -C extra-filename=-4975e99e840d07d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8498ba1fe31f6370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4242 | 2024-09-27T17:13:59.424Z | 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=03ee06c406acaa08 -C extra-filename=-03ee06c406acaa08 --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-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-3fa18eb32d6d99b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4243 | 2024-09-27T17:14:08.467Z | 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=da8a8dcc0f65f7c7 -C extra-filename=-da8a8dcc0f65f7c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e3ffe4f7d09140e3.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-22b4c7e4814329c4.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-81ae2efacbd66219.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4244 | 2024-09-27T17:14:12.034Z | 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=a1dd2a20276aeb82 -C extra-filename=-a1dd2a20276aeb82 --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-caadcc32bdc323fb.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a4948147ec3b1833.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6140e6190a758406.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4245 | 2024-09-27T17:14:12.083Z | 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=b99abdd7d27cb4d2 -C extra-filename=-b99abdd7d27cb4d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-caadcc32bdc323fb.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-22b4c7e4814329c4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4246 | 2024-09-27T17:14:14.001Z | 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=e5d50b485712dea7 -C extra-filename=-e5d50b485712dea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.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-caadcc32bdc323fb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4247 | 2024-09-27T17:14:14.474Z | 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=ee9d17c66eb59c6a -C extra-filename=-ee9d17c66eb59c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba379bff201647ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4248 | 2024-09-27T17:14:14.979Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
4249 | 2024-09-27T17:14:14.982Z | 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=8f09da7193f4fbae -C extra-filename=-8f09da7193f4fbae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4250 | 2024-09-27T17:14:15.780Z | 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=cb25fa6762f962f5 -C extra-filename=-cb25fa6762f962f5 --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-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9ac10fdc05abddac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4251 | 2024-09-27T17:14:17.548Z | 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=429cc2bec0ed772d -C extra-filename=-429cc2bec0ed772d --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-3cee8a96976693de.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4252 | 2024-09-27T17:14:18.420Z | Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4253 | 2024-09-27T17:14:18.438Z | 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=494c2af62a9c8b7e -C extra-filename=-494c2af62a9c8b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4254 | 2024-09-27T17:14:19.623Z | 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=1302c21d56d6ea54 -C extra-filename=-1302c21d56d6ea54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4255 | 2024-09-27T17:14:20.383Z | 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=558acc50adc8cca8 -C extra-filename=-558acc50adc8cca8 --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-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-01bb75b60de83b30.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4256 | 2024-09-27T17:14:26.544Z | 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=f26df846a18b87a3 -C extra-filename=-f26df846a18b87a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0dc4457f5255bc8d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ba33698d34c9b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4425ccb74d56e55b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-72789f5a5f65d793.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4257 | 2024-09-27T17:14:26.923Z | 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=78d2490d4b279d39 -C extra-filename=-78d2490d4b279d39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0dc4457f5255bc8d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ba33698d34c9b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4425ccb74d56e55b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-72789f5a5f65d793.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4258 | 2024-09-27T17:14:27.149Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4259 | 2024-09-27T17:14:27.152Z | 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=2588a3bd3bd074a8 -C extra-filename=-2588a3bd3bd074a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4260 | 2024-09-27T17:14:27.274Z | 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=d14c0cc64d414b26 -C extra-filename=-d14c0cc64d414b26 --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-739d8828981c635e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4261 | 2024-09-27T17:14:28.775Z | 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=97f4c40169105979 -C extra-filename=-97f4c40169105979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0dc4457f5255bc8d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ba33698d34c9b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4425ccb74d56e55b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-72789f5a5f65d793.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4262 | 2024-09-27T17:14:29.552Z | 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=08e1c86344f83c26 -C extra-filename=-08e1c86344f83c26 --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-f4aeff83f02cde28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4263 | 2024-09-27T17:14:29.587Z | 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=29ca5d00deecee05 -C extra-filename=-29ca5d00deecee05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-23dc985f084fda09.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.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-748642a1849d3461.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-b1a54d07005cc8e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-20831c057b53adf6.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-fc6af69011f3b35a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2ba1e3b7c6428d11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d521a48a1c6be69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
4264 | 2024-09-27T17:14:29.649Z | 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=ed483dbc91487b28 -C extra-filename=-ed483dbc91487b28 --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-f9ec920ba5de742f.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-f79ae8c6ada7b572.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-332904de727b0d43.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7cfd4310798d17cc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4265 | 2024-09-27T17:14:29.672Z | 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=2ed696b75792a924 -C extra-filename=-2ed696b75792a924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4266 | 2024-09-27T17:14:38.513Z | 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=ceec64abe1d204cb -C extra-filename=-ceec64abe1d204cb --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-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4267 | 2024-09-27T17:14:38.560Z | 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=16759a956978b774 -C extra-filename=-16759a956978b774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0dc4457f5255bc8d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4268 | 2024-09-27T17:14:40.971Z | 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=ad72a548e040a65f -C extra-filename=-ad72a548e040a65f --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-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4269 | 2024-09-27T17:14:43.644Z | 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=dcd03794e711cfe0 -C extra-filename=-dcd03794e711cfe0 --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-2f8000a2198a9279.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b01b952446fd7d41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4270 | 2024-09-27T17:14:49.600Z | 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=77c38082a4b31d1b -C extra-filename=-77c38082a4b31d1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-aa956fa7dab3567f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9f41ece8fa89b28b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9ac10fdc05abddac.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-72bb27b927484260.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4271 | 2024-09-27T17:14:50.564Z | 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=20af983aa5fa090b -C extra-filename=-20af983aa5fa090b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4272 | 2024-09-27T17:14:50.943Z | 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=34207471d8e507c0 -C extra-filename=-34207471d8e507c0 --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-8599901668faa364.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4273 | 2024-09-27T17:14:57.614Z | 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=b4c9bd46d263629d -C extra-filename=-b4c9bd46d263629d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b3d8d6b94a4e8781.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4274 | 2024-09-27T17:14:58.978Z | 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=8546293e752cf685 -C extra-filename=-8546293e752cf685 --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-8599901668faa364.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f7bf41c8e5809ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4275 | 2024-09-27T17:15:00.302Z | 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=819824db13f53b9f -C extra-filename=-819824db13f53b9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4276 | 2024-09-27T17:15:00.685Z | 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=f54cebfac970ce79 -C extra-filename=-f54cebfac970ce79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-aaa66b3725949e74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4277 | 2024-09-27T17:15:00.709Z | 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=3796a2881ff73c6c -C extra-filename=-3796a2881ff73c6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2ba1e3b7c6428d11.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-d1fe35a71df76961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4278 | 2024-09-27T17:15:01.504Z | 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=b759ece2645d2ea9 -C extra-filename=-b759ece2645d2ea9 --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-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4279 | 2024-09-27T17:15:03.096Z | 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=a305ede8e1ec0515 -C extra-filename=-a305ede8e1ec0515 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-d1fe35a71df76961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4280 | 2024-09-27T17:15:03.624Z | 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=74f9908bc2d3f1f9 -C extra-filename=-74f9908bc2d3f1f9 --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-65070b8536d99399.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4281 | 2024-09-27T17:15:04.259Z | 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=41b53e1c8adb34af -C extra-filename=-41b53e1c8adb34af --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-caadcc32bdc323fb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4282 | 2024-09-27T17:15:04.431Z | 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=2424bfa970ce2508 -C extra-filename=-2424bfa970ce2508 --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-caadcc32bdc323fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4283 | 2024-09-27T17:15:04.775Z | 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=4e0f2bd8ce7abadd -C extra-filename=-4e0f2bd8ce7abadd --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-caadcc32bdc323fb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4284 | 2024-09-27T17:15:04.778Z | 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=26bfed4ef760f88a -C extra-filename=-26bfed4ef760f88a --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-caadcc32bdc323fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4285 | 2024-09-27T17:15:05.212Z | 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=25d3010153231ba6 -C extra-filename=-25d3010153231ba6 --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-caadcc32bdc323fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4286 | 2024-09-27T17:15:05.269Z | 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=f7d571522ae1d8c0 -C extra-filename=-f7d571522ae1d8c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4287 | 2024-09-27T17:15:05.329Z | 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=1562a1d97ca5287f -C extra-filename=-1562a1d97ca5287f --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-caadcc32bdc323fb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4288 | 2024-09-27T17:15:05.850Z | 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=5637e6d4842f6e3d -C extra-filename=-5637e6d4842f6e3d --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-bdb500d6706a0d33.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-8e41b751a0ccc20a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e977bd3425988650.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5246221d7d1dcadc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c4214c86ee2bbd33.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-63411cafe06c85bd.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-efb1d161a82b4537.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ca0a7abe1fe991cc.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bde51f4758c41521.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-a318800bc3251e3b.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f8fc1c1aa249dbdf.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a6848bc8d5b9891.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e8b978ec7a9d98e8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a36811e1fff2de6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-b15458759d1621c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3459d31894bcb70d.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bb6974eb2a6ed7a2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-2abe9fe1e738a523.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-333cc1e052d8280e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-070753e5db3ffe91.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-67128cdfc27fc86d.rlib --extern hyper_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern hyper_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libhyper-99b80dc317afebd1.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-90f296ce10c86040.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d345e3f692f84e20.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-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-73ba9b38c2adb040.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-68d6347307c2291e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.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-a558247ce38e0784.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d7cb5b81a02ef6f8.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-2026a0998620394e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-19e1c4c2cc846170.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-51981822c0da3c8e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b937650cfbeb6e6f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d9632f57eb46e292.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-00d43a90ac604eda.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.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-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-970f38cc963541c5.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2127d3e6f9069305.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-435e39fd69513e60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afdc34c6c77cb46c.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0aa41fa91298e638.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78f7586b935e5407.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-925764fe8d28be41.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0c8bf7541cf29a7b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-5858723c89856af0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-f57404723f9fcb27.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b64633d534e9a792.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64` |
4289 | 2024-09-27T17:16:17.426Z | 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=58f3d0ab04101e60 -C extra-filename=-58f3d0ab04101e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-984cb1110a4d373d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1e93a10a060c3276.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ef42b5f95bf825f6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e856ede429ad1d1a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e2b392aa66d894d2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c1b7ebbafef0d976.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fea99c0d42d300c9.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e8b3d3075598f3d4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d350b325716e6dc0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c15c2d83463e0851.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-106bda6e050ef5db.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-58680019408574d6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-856691e6959d3cb0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-40035894497001c3.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0523f320b6ccdf5a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7246a2ba79f9d4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1436a5a42d656667.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-90e7a7f52dcb34be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c1fe3db45713958a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.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-a558247ce38e0784.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-9ac10fdc05abddac.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-90aefd1bb8f3ee88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a4b334350991e3e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5dbf6258c920eeb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-42cdc58f9cbd97df.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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-4698b44fe0850490/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4290 | 2024-09-27T17:16:17.426Z | 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=27cf9569349ff6a7 -C extra-filename=-27cf9569349ff6a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.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-5af61904fabbd7da.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4291 | 2024-09-27T17:16:17.426Z | 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=d448d29ca6beb46b -C extra-filename=-d448d29ca6beb46b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-984cb1110a4d373d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c7e2f42601feaebd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7246a2ba79f9d4a8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1436a5a42d656667.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b764378681d32ac6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.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-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4292 | 2024-09-27T17:16:17.438Z | 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=ddd30002c68e9796 -C extra-filename=-ddd30002c68e9796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-984cb1110a4d373d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1e93a10a060c3276.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ef42b5f95bf825f6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e856ede429ad1d1a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e2b392aa66d894d2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c1b7ebbafef0d976.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fea99c0d42d300c9.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e8b3d3075598f3d4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d350b325716e6dc0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c15c2d83463e0851.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-106bda6e050ef5db.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-58680019408574d6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-856691e6959d3cb0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-40035894497001c3.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0523f320b6ccdf5a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7246a2ba79f9d4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1436a5a42d656667.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-90e7a7f52dcb34be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c1fe3db45713958a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.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-a558247ce38e0784.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-9ac10fdc05abddac.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-90aefd1bb8f3ee88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a4b334350991e3e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5dbf6258c920eeb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-42cdc58f9cbd97df.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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-4698b44fe0850490/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4293 | 2024-09-27T17:16:21.058Z | 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=0bfef654b4a3db98 -C extra-filename=-0bfef654b4a3db98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0951b77c934278bd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-90e7a7f52dcb34be.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-5af61904fabbd7da.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4294 | 2024-09-27T17:16:22.136Z | 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=c817cced9e4c25f4 -C extra-filename=-c817cced9e4c25f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-984cb1110a4d373d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c730c3a08df0b07c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ddcee7a78aa9002d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c7e2f42601feaebd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7246a2ba79f9d4a8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1436a5a42d656667.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b764378681d32ac6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.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-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4295 | 2024-09-27T17:16:29.514Z | 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=3fec341ce6f7b50c -C extra-filename=-3fec341ce6f7b50c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3cee8a96976693de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0951b77c934278bd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-90e7a7f52dcb34be.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-5af61904fabbd7da.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff2cc6f6b548f800.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-174c0052e817e966/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -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-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4296 | 2024-09-27T17:16:34.062Z | 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=f974601c6e7595cd -C extra-filename=-f974601c6e7595cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0523f320b6ccdf5a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1436a5a42d656667.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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 /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4297 | 2024-09-27T17:16:34.139Z | 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=1567add6af381aed -C extra-filename=-1567add6af381aed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1e93a10a060c3276.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e856ede429ad1d1a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e2b392aa66d894d2.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-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c1b7ebbafef0d976.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d350b325716e6dc0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c15c2d83463e0851.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-106bda6e050ef5db.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-58680019408574d6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-856691e6959d3cb0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-40035894497001c3.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0523f320b6ccdf5a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7246a2ba79f9d4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.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-9ac10fdc05abddac.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-90aefd1bb8f3ee88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4298 | 2024-09-27T17:16:34.476Z | 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=46e13c419191081c -C extra-filename=-46e13c419191081c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1e93a10a060c3276.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e856ede429ad1d1a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e2b392aa66d894d2.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-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c1b7ebbafef0d976.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d350b325716e6dc0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c15c2d83463e0851.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-106bda6e050ef5db.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-58680019408574d6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-856691e6959d3cb0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-40035894497001c3.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0523f320b6ccdf5a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7246a2ba79f9d4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.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-9ac10fdc05abddac.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-90aefd1bb8f3ee88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib` |
4299 | 2024-09-27T17:16:34.813Z | 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=e86fdc7b228e25fa -C extra-filename=-e86fdc7b228e25fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-984cb1110a4d373d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1e93a10a060c3276.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fea99c0d42d300c9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65070b8536d99399.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-40035894497001c3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1436a5a42d656667.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.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-a33837303a60c71a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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-4698b44fe0850490/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4300 | 2024-09-27T17:16:37.836Z | 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=98589c31e052c2c2 -C extra-filename=-98589c31e052c2c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e7d7b8ea648ab4e3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0523f320b6ccdf5a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1436a5a42d656667.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1d7dae5e45c8160a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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 /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4301 | 2024-09-27T17:16:56.917Z | 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=619be6a997923596 -C extra-filename=-619be6a997923596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e63a39d43754613d.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-984cb1110a4d373d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-f9ec920ba5de742f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-150b7fffb2c11595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-edb6ed13ed361498.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17ccd3b3f63bf5f4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ac32e38d9b543289.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-27005954c6e0a466.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1e93a10a060c3276.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ef42b5f95bf825f6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-526fb4a492afbc62.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e856ede429ad1d1a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e2b392aa66d894d2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2586995f98f5d4cd.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-4105e55c3de9228f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1061efe572277d3b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2f972375245982.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52abb3859d92c8cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ebf8b8b3ea322b8e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c1b7ebbafef0d976.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c1ea8c1ff613af68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5b900e9047bcd0df.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8bd1bae28c30277b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cde63f18a94f700f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1adfc28caffdb951.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9565fe39a8dd5e9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a31786f20b9f0fdb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fea99c0d42d300c9.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5257356141952e32.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-12a4f5ffada1835c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e8b3d3075598f3d4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-af1c6a0a4c0d35b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f297724931fac3a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f4aeff83f02cde28.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-71de897ecc6247eb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d350b325716e6dc0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-29312e3f82be2380.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fbbc921c252da948.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1a444d72c5f1adf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8f9a9be89579fbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c15c2d83463e0851.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-106bda6e050ef5db.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-58680019408574d6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-81671e7f1e531cd6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-856691e6959d3cb0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-40035894497001c3.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0523f320b6ccdf5a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-159d3cd2f0e489fb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8ef3cd932a4382fe.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7246a2ba79f9d4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-68943fdd2c61ca92.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0582a136524f08e7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-236537da4c1dccb3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1436a5a42d656667.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ea23ec141ccba70.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc37315c29e246b1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1c6d8f7cc3772d14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4a7514d80272c2d4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-438c4828d2963182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fd29780baa941e76.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-19059379292ae98e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-caadcc32bdc323fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d28e42e828a690f0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1c1e529c4f2fdc97.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1c28f15d8bd98486.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-90e7a7f52dcb34be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ced585595e6bad00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-18d1cc9cf04f7033.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c1fe3db45713958a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be634362951994e0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-1deaa23efcbc578a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-09aedd4549d6b24b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8b99a18b9d8b7117.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8ef28454c52f4c69.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.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-a558247ce38e0784.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-9ac10fdc05abddac.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2f25d26808d411f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-6ea14e4997ff6b64.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a39c6323898de335.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8da40067aec87aac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e736e5009c91f06c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4781d15dc18659ce.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-90aefd1bb8f3ee88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c2a7c22d74ea024d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a4b334350991e3e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3c18be393ae14db7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-85afd1f4b33c767c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0127b65dd9ec2cee.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b04cd725ac45fa88.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5dbf6258c920eeb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-557c9e5ebf8931a3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a2d788d7704cee28.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-203f019421d26a3d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-42cdc58f9cbd97df.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5db62e6a0c5ac430.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5643bc95f4aea25.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f476db2fc1ad8484.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-216ca50505c8632c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d902e1a689a1340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e06ec33b17fef038.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-93140da17afc6fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6817fa5341ed0f6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-be165005e7972943.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-174c0052e817e966/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-4698b44fe0850490/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/out -L /usr/platform/oxide/lib/amd64/` |
4302 | 2024-09-27T17:40:21.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39m 56s |
4303 | 2024-09-27T17:40:38.308Z | |
4304 | 2024-09-27T17:40:38.312Z | real 40:13.407530602 |
4305 | 2024-09-27T17:40:38.312Z | user 1:53:17.836799374 |
4306 | 2024-09-27T17:40:38.312Z | sys 24:44.345887710 |
4307 | 2024-09-27T17:40:38.312Z | trap 12.890651282 |
4308 | 2024-09-27T17:40:38.312Z | tflt 16.206385461 |
4309 | 2024-09-27T17:40:38.312Z | dflt 2:09:27.338416507 |
4310 | 2024-09-27T17:40:38.312Z | kflt 1.155442494 |
4311 | 2024-09-27T17:40:38.312Z | lock 7:59:09.041299868 |
4312 | 2024-09-27T17:40:38.312Z | slp 23:13:20.849415296 |
4313 | 2024-09-27T17:40:38.312Z | lat 9:51.140411454 |
4314 | 2024-09-27T17:40:38.312Z | stop 8:06.502386024 |
4315 | 2024-09-27T17:40:39.334Z | + banner test |
4316 | 2024-09-27T17:40:39.398Z | + ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose |
4317 | 2024-09-27T17:40:40.298Z | |
4318 | 2024-09-27T17:40:40.302Z | ##### ###### #### ##### |
4319 | 2024-09-27T17:40:40.302Z | # # # # |
4320 | 2024-09-27T17:40:40.302Z | # ##### #### # |
4321 | 2024-09-27T17:40:40.302Z | # # # # |
4322 | 2024-09-27T17:40:40.302Z | # # # # # |
4323 | 2024-09-27T17:40:40.302Z | # ###### #### # |
4324 | 2024-09-27T17:40:40.302Z | |
4325 | 2024-09-27T17:40:44.444Z | info: experimental features enabled: setup-scripts |
4326 | 2024-09-27T17:40:46.319Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
4327 | 2024-09-27T17:40:46.467Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
4328 | 2024-09-27T17:40:46.497Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4329 | 2024-09-27T17:40:46.518Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4330 | 2024-09-27T17:40:59.356Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 14.86s |
4331 | 2024-09-27T17:41:05.726Z | ------------ |
4332 | 2024-09-27T17:41:05.735Z | Nextest run ID 4f575500-f105-4920-95e8-a9270de715ac with nextest profile: ci |
4333 | 2024-09-27T17:41:05.735Z | Starting 1583 tests across 162 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter) |
4334 | 2024-09-27T17:41:05.735Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
4335 | 2024-09-27T17:41:06.608Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
4336 | 2024-09-27T17:41:09.476Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4337 | 2024-09-27T17:41:11.320Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4338 | 2024-09-27T17:41:17.507Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 11.70s |
4339 | 2024-09-27T17:41:17.622Z | Running `target/debug/crdb-seed` |
4340 | 2024-09-27T17:41:17.659Z | Sep 27 17:41:16.327 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpMnZV8l |
4341 | 2024-09-27T17:41:17.664Z | Sep 27 17:41:16.327 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpnUl1OC,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpMnZV8l/listen-url |
4342 | 2024-09-27T17:41:17.664Z | Sep 27 17:41:16.327 INFO cockroach environment: BUILDOMAT_JOB_ID=01J8T6GH229ATKF1ZM8ZP1N5MG 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_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=8f89106b26f05dad3ecda33a936b542e389660bd 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-174c0052e817e966/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-c826d6b838c3edc2/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0a68b1f68bc35a51/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out:/work/oxidecomputer/omicron/target/debug/build/ring-cdca53e297d5cb24/out:/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/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-envT7Na8q NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-c826d6b838c3edc2/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4698b44fe0850490/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0a68b1f68bc35a51/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-174c0052e817e966/out:/work/oxidecomputer/omicron/target/debug/build/ring-cdca53e297d5cb24/out:/work/oxidecomputer/omicron/target/debug/build/tofino-96c42778607fd064/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=4f575500-f105-4920-95e8-a9270de715ac 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 |
4343 | 2024-09-27T17:41:19.003Z | Sep 27 17:41:17.670 INFO cockroach pid: 6215 |
4344 | 2024-09-27T17:41:19.003Z | Sep 27 17:41:17.670 INFO cockroach listen URL: postgresql://root@[::1]:46012/omicron?sslmode=disable |
4345 | 2024-09-27T17:41:19.003Z | Sep 27 17:41:17.670 INFO cockroach: populating |
4346 | 2024-09-27T17:41:21.651Z | Sep 27 17:41:20.315 INFO cockroach: populated |
4347 | 2024-09-27T17:41:23.686Z | Sep 27 17:41:22.346 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/7888c2fb782f3500cf5404b9680c8152f4554f551acee683d7a98ec218b57e57.tar` |
4348 | 2024-09-27T17:41:23.691Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
4349 | 2024-09-27T17:41:23.737Z | PASS [ 0.039s] api_identity test::test_identity |
4350 | 2024-09-27T17:41:23.737Z | PASS [ 0.033s] api_identity test::test_identity_no_field |
4351 | 2024-09-27T17:41:23.744Z | PASS [ 0.034s] bootstore schemes::tests::hello_roundtrip |
4352 | 2024-09-27T17:41:23.749Z | PASS [ 0.021s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
4353 | 2024-09-27T17:41:23.758Z | PASS [ 0.022s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
4354 | 2024-09-27T17:41:23.759Z | PASS [ 0.031s] bootstore schemes::v0::share_pkg::tests::create_packages |
4355 | 2024-09-27T17:41:23.772Z | PASS [ 0.066s] authz-macros tests::test_authz_snapshots |
4356 | 2024-09-27T17:41:23.812Z | PASS [ 0.089s] bootstore schemes::v0::peer::tests::network_config |
4357 | 2024-09-27T17:41:23.823Z | PASS [ 0.052s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail |
4358 | 2024-09-27T17:41:23.838Z | PASS [ 0.073s] clickhouse-admin-types tests::test_empty_output_parse_fail |
4359 | 2024-09-27T17:41:23.838Z | PASS [ 0.078s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail |
4360 | 2024-09-27T17:41:23.850Z | PASS [ 0.021s] clickhouse-admin-types tests::test_full_lgif_parse_success |
4361 | 2024-09-27T17:41:23.852Z | PASS [ 0.035s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail |
4362 | 2024-09-27T17:41:23.861Z | PASS [ 0.028s] clickhouse-admin-types tests::test_full_raft_config_parse_success |
4363 | 2024-09-27T17:41:23.869Z | PASS [ 0.017s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail |
4364 | 2024-09-27T17:41:23.882Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail |
4365 | 2024-09-27T17:41:23.888Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail |
4366 | 2024-09-27T17:41:23.900Z | PASS [ 0.050s] clickhouse-admin-types tests::test_generate_replica_config |
4367 | 2024-09-27T17:41:23.900Z | PASS [ 0.056s] clickhouse-admin-types tests::test_generate_keeper_config |
4368 | 2024-09-27T17:41:23.905Z | PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail |
4369 | 2024-09-27T17:41:23.912Z | PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail |
4370 | 2024-09-27T17:41:23.917Z | PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail |
4371 | 2024-09-27T17:41:23.923Z | PASS [ 0.024s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail |
4372 | 2024-09-27T17:41:23.928Z | PASS [ 0.024s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail |
4373 | 2024-09-27T17:41:23.935Z | PASS [ 0.023s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail |
4374 | 2024-09-27T17:41:23.940Z | PASS [ 0.022s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail |
4375 | 2024-09-27T17:41:23.964Z | PASS [ 0.022s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail |
4376 | 2024-09-27T17:41:23.964Z | PASS [ 0.023s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail |
4377 | 2024-09-27T17:41:23.964Z | PASS [ 0.023s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail |
4378 | 2024-09-27T17:41:23.964Z | PASS [ 0.022s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail |
4379 | 2024-09-27T17:41:23.986Z | PASS [ 0.028s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes |
4380 | 2024-09-27T17:41:23.992Z | PASS [ 0.029s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes |
4381 | 2024-09-27T17:41:24.004Z | PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value |
4382 | 2024-09-27T17:41:24.011Z | PASS [ 0.018s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv |
4383 | 2024-09-27T17:41:24.023Z | PASS [ 0.267s] cert-dev::test-cert-dev test_cert_create |
4384 | 2024-09-27T17:41:24.023Z | PASS [ 0.019s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv |
4385 | 2024-09-27T17:41:24.045Z | PASS [ 0.093s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input |
4386 | 2024-09-27T17:41:24.052Z | PASS [ 0.105s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input |
4387 | 2024-09-27T17:41:24.156Z | PASS [ 0.103s] db-macros lookup::test::test_lookup_snapshots |
4388 | 2024-09-27T17:41:24.175Z | PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
4389 | 2024-09-27T17:41:24.193Z | PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
4390 | 2024-09-27T17:41:24.212Z | PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
4391 | 2024-09-27T17:41:24.229Z | PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
4392 | 2024-09-27T17:41:24.246Z | PASS [ 0.016s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
4393 | 2024-09-27T17:41:24.272Z | PASS [ 0.026s] db-macros tests::test_derive_snapshots |
4394 | 2024-09-27T17:41:24.289Z | PASS [ 0.017s] db-macros tests::test_derive_with_unknown_field |
4395 | 2024-09-27T17:41:24.416Z | PASS [ 0.394s] db-dev::test-db-dev test_db_dev_populate_no_args |
4396 | 2024-09-27T17:41:24.416Z | PASS [ 0.387s] db-dev::test-db-dev test_db_dev_wipe_no_args |
4397 | 2024-09-27T17:41:24.585Z | PASS [ 0.177s] dns-server storage::test::test_update_in_progress |
4398 | 2024-09-27T17:41:24.597Z | PASS [ 0.179s] dns-server storage::test::test_update_interrupted |
4399 | 2024-09-27T17:41:24.604Z | PASS [ 0.312s] dns-server storage::test::test_update_basic |
4400 | 2024-09-27T17:41:24.843Z | PASS [ 1.125s] bootstore schemes::v0::peer::tests::basic_3_nodes |
4401 | 2024-09-27T17:41:25.182Z | PASS [ 0.597s] dns-server::basic_test a_crud |
4402 | 2024-09-27T17:41:25.205Z | PASS [ 0.585s] dns-server::basic_test empty_record |
4403 | 2024-09-27T17:41:25.205Z | PASS [ 0.595s] dns-server::basic_test aaaa_crud |
4404 | 2024-09-27T17:41:25.205Z | PASS [ 0.347s] dns-server::basic_test multi_record_crud |
4405 | 2024-09-27T17:41:25.489Z | PASS [ 0.290s] dns-server::basic_test name_contains_zone |
4406 | 2024-09-27T17:41:25.489Z | PASS [ 0.281s] dns-server::basic_test nxdomain |
4407 | 2024-09-27T17:41:25.498Z | PASS [ 0.299s] dns-server::basic_test servfail |
4408 | 2024-09-27T17:41:25.507Z | PASS [ 0.301s] dns-server::basic_test srv_crud |
4409 | 2024-09-27T17:41:25.557Z | PASS [ 0.049s] dns-service-client diff::test::diff_invalid |
4410 | 2024-09-27T17:41:25.597Z | PASS [ 0.091s] dns-service-client diff::test::diff_equivalent |
4411 | 2024-09-27T17:41:25.597Z | PASS [ 0.106s] dns-service-client diff::test::diff_different |
4412 | 2024-09-27T17:41:25.620Z | PASS [ 0.030s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
4413 | 2024-09-27T17:41:25.627Z | PASS [ 0.072s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
4414 | 2024-09-27T17:41:25.716Z | PASS [ 0.111s] illumos-utils destructor::test::test_delayed_delete |
4415 | 2024-09-27T17:41:25.716Z | PASS [ 0.079s] illumos-utils destructor::test::test_destructor_bad_close |
4416 | 2024-09-27T17:41:25.752Z | PASS [ 0.035s] illumos-utils link::test::test_allocate |
4417 | 2024-09-27T17:41:25.752Z | PASS [ 0.026s] illumos-utils link::test::test_allocate_within_scopes |
4418 | 2024-09-27T17:41:25.778Z | PASS [ 0.029s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
4419 | 2024-09-27T17:41:25.784Z | PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_avail |
4420 | 2024-09-27T17:41:25.797Z | PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_quota |
4421 | 2024-09-27T17:41:25.810Z | PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_reservation |
4422 | 2024-09-27T17:41:25.822Z | PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_bad_usage |
4423 | 2024-09-27T17:41:25.837Z | PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_uuid |
4424 | 2024-09-27T17:41:25.853Z | PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_missing_fields |
4425 | 2024-09-27T17:41:25.861Z | PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_props |
4426 | 2024-09-27T17:41:25.879Z | PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_props_with_optionals |
4427 | 2024-09-27T17:41:25.894Z | PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network |
4428 | 2024-09-27T17:41:25.911Z | PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool |
4429 | 2024-09-27T17:41:25.924Z | PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_missing_column |
4430 | 2024-09-27T17:41:26.482Z | PASS [ 0.854s] illumos-utils destructor::test::test_delayed_delete_with_error |
4431 | 2024-09-27T17:41:26.714Z | PASS [ 0.236s] installinator-common block_size_writer::tests::proptest_block_writer |
4432 | 2024-09-27T17:41:26.873Z | PASS [ 0.108s] internal-dns config::test::display_hosts |
4433 | 2024-09-27T17:41:26.949Z | PASS [ 0.110s] internal-dns config::test::display_srv_service |
4434 | 2024-09-27T17:41:27.256Z | PASS [ 0.314s] internal-dns config::test::test_builder_errors |
4435 | 2024-09-27T17:41:27.412Z | PASS [ 0.164s] internal-dns config::test::test_builder_output |
4436 | 2024-09-27T17:41:28.322Z | PASS [ 0.912s] internal-dns resolver::test::insert_and_lookup_multiple_records |
4437 | 2024-09-27T17:41:28.779Z | PASS [ 0.456s] internal-dns resolver::test::insert_and_lookup_one_record |
4438 | 2024-09-27T17:41:29.180Z | PASS [ 0.398s] internal-dns resolver::test::lookup_nonexistent_record_fails |
4439 | 2024-09-27T17:41:29.829Z | PASS [ 0.651s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
4440 | 2024-09-27T17:41:29.873Z | PASS [ 4.396s] dns-server::commands_test test_dnsadm |
4441 | 2024-09-27T17:41:30.200Z | PASS [ 0.367s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
4442 | 2024-09-27T17:41:30.342Z | PASS [ 0.468s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
4443 | 2024-09-27T17:41:30.389Z | PASS [ 0.043s] ipcc tests::deserialize_fixed_value |
4444 | 2024-09-27T17:41:30.438Z | PASS [ 0.051s] ipcc tests::installinator_image_id_round_trip |
4445 | 2024-09-27T17:41:30.477Z | PASS [ 0.041s] ipcc tests::serialized_size |
4446 | 2024-09-27T17:41:30.553Z | PASS [ 0.351s] internal-dns resolver::test::update_record |
4447 | 2024-09-27T17:41:30.577Z | PASS [ 0.100s] key-manager tests::different_disks_produce_different_keys |
4448 | 2024-09-27T17:41:30.588Z | PASS [ 0.039s] key-manager tests::different_ikm_produces_different_keys |
4449 | 2024-09-27T17:41:30.607Z | PASS [ 0.031s] key-manager tests::disk_encryption_key_epoch_0 |
4450 | 2024-09-27T17:41:30.617Z | PASS [ 0.030s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
4451 | 2024-09-27T17:41:30.679Z | PASS [ 6.646s] db-dev::test-db-dev test_db_killed |
4452 | 2024-09-27T17:41:30.739Z | PASS [ 0.059s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie |
4453 | 2024-09-27T17:41:30.770Z | PASS [ 0.154s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle |
4454 | 2024-09-27T17:41:30.778Z | PASS [ 0.171s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute |
4455 | 2024-09-27T17:41:30.786Z | PASS [ 0.049s] nexus-auth authn::external::session_cookie::test::test_get_token |
4456 | 2024-09-27T17:41:30.799Z | PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header |
4457 | 2024-09-27T17:41:30.818Z | PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present |
4458 | 2024-09-27T17:41:30.823Z | PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_missing_cookie |
4459 | 2024-09-27T17:41:30.830Z | PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_other_cookie |
4460 | 2024-09-27T17:41:30.839Z | PASS [ 0.029s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value |
4461 | 2024-09-27T17:41:30.865Z | PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error |
4462 | 2024-09-27T17:41:30.873Z | PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_valid_cookie |
4463 | 2024-09-27T17:41:30.886Z | PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_make_header_value |
4464 | 2024-09-27T17:41:30.901Z | PASS [ 0.046s] nexus-auth authn::external::spoof::test::test_make_header_value_raw |
4465 | 2024-09-27T17:41:30.914Z | PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_header_missing |
4466 | 2024-09-27T17:41:30.924Z | PASS [ 0.051s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids |
4467 | 2024-09-27T17:41:30.933Z | PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_spoof_header_valid |
4468 | 2024-09-27T17:41:30.956Z | PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values |
4469 | 2024-09-27T17:41:30.972Z | PASS [ 0.032s] nexus-auth authn::external::token::test::test_make_header_value |
4470 | 2024-09-27T17:41:31.005Z | PASS [ 0.052s] nexus-auth authn::external::test::test_authn_sequence |
4471 | 2024-09-27T17:41:31.048Z | PASS [ 0.050s] nexus-auth authn::external::token::test::test_token_header_missing |
4472 | 2024-09-27T17:41:31.048Z | PASS [ 0.057s] nexus-auth authn::external::token::test::test_token_header_bad_utf8 |
4473 | 2024-09-27T17:41:31.061Z | PASS [ 0.080s] nexus-auth authn::external::token::test::test_token_header_valid |
4474 | 2024-09-27T17:41:31.164Z | PASS [ 0.110s] nexus-auth authn::test::test_internal_users |
4475 | 2024-09-27T17:41:31.228Z | PASS [ 0.155s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes |
4476 | 2024-09-27T17:41:31.254Z | PASS [ 0.216s] nexus-auth authz::context::test::test_unregistered_resource |
4477 | 2024-09-27T17:41:31.294Z | PASS [ 0.139s] nexus-auth context::test::test_background_context |
4478 | 2024-09-27T17:41:31.344Z | PASS [ 0.076s] nexus-auth context::test::test_test_context |
4479 | 2024-09-27T17:41:31.363Z | PASS [ 0.141s] nexus-auth context::test::test_child_context |
4480 | 2024-09-27T17:41:31.528Z | PASS [ 0.193s] nexus-config nexus_config::test::test_config_bad_toml |
4481 | 2024-09-27T17:41:31.541Z | PASS [ 0.178s] nexus-config nexus_config::test::test_config_empty |
4482 | 2024-09-27T17:41:31.566Z | PASS [ 0.040s] nexus-config nexus_config::test::test_config_nonexistent |
4483 | 2024-09-27T17:41:31.612Z | PASS [ 0.041s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
4484 | 2024-09-27T17:41:31.615Z | PASS [ 0.339s] nexus-config nexus_config::test::test_bad_authn_schemes |
4485 | 2024-09-27T17:41:31.643Z | PASS [ 0.103s] nexus-config nexus_config::test::test_deployment_config_schema |
4486 | 2024-09-27T17:41:31.668Z | PASS [ 0.034s] nexus-config postgres_config::test::test_bad_url |
4487 | 2024-09-27T17:41:31.677Z | PASS [ 0.065s] nexus-config nexus_config::test::test_valid |
4488 | 2024-09-27T17:41:31.686Z | PASS [ 0.083s] nexus-config nexus_config::test::test_repo_configs_are_valid |
4489 | 2024-09-27T17:41:31.694Z | PASS [ 0.026s] nexus-config postgres_config::test::test_example_url |
4490 | 2024-09-27T17:41:31.739Z | PASS [ 0.053s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data |
4491 | 2024-09-27T17:41:31.739Z | PASS [ 0.035s] nexus-db-fixed-data test::test_allowlist_id_is_valid |
4492 | 2024-09-27T17:41:31.753Z | PASS [ 0.062s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid |
4493 | 2024-09-27T17:41:31.755Z | PASS [ 0.026s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid |
4494 | 2024-09-27T17:41:31.782Z | PASS [ 0.035s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
4495 | 2024-09-27T17:41:31.790Z | PASS [ 0.051s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid |
4496 | 2024-09-27T17:41:31.823Z | PASS [ 0.065s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
4497 | 2024-09-27T17:41:31.840Z | PASS [ 0.045s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
4498 | 2024-09-27T17:41:31.885Z | PASS [ 0.048s] nexus-db-model schema_versions::test::test_known_versions |
4499 | 2024-09-27T17:41:31.904Z | PASS [ 0.111s] nexus-db-model device_auth::test::test_generate_user_code |
4500 | 2024-09-27T17:41:31.904Z | PASS [ 0.072s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections |
4501 | 2024-09-27T17:41:31.919Z | PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections |
4502 | 2024-09-27T17:41:31.928Z | PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names |
4503 | 2024-09-27T17:41:31.944Z | PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files |
4504 | 2024-09-27T17:41:31.944Z | PASS [ 0.025s] nexus-db-model schema_versions::test::test_verify |
4505 | 2024-09-27T17:41:31.967Z | PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
4506 | 2024-09-27T17:41:31.974Z | PASS [ 0.047s] nexus-db-model semver_version::test::test_to_from_sortable_string |
4507 | 2024-09-27T17:41:31.983Z | PASS [ 0.038s] nexus-db-model tests::test_ipv6_net_random_subnet |
4508 | 2024-09-27T17:41:32.019Z | PASS [ 0.038s] nexus-db-model tests::test_roles_database_strings |
4509 | 2024-09-27T17:41:32.030Z | PASS [ 0.045s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states |
4510 | 2024-09-27T17:41:32.047Z | PASS [ 0.063s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
4511 | 2024-09-27T17:41:32.580Z | PASS [ 6.660s] installinator mock_peers::tests::proptest_fetch_artifact |
4512 | 2024-09-27T17:41:33.625Z | PASS [ 7.694s] installinator write::tests::proptest_write_artifact |
4513 | 2024-09-27T17:41:39.275Z | PASS [ 7.261s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
4514 | 2024-09-27T17:41:39.507Z | PASS [ 7.459s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
4515 | 2024-09-27T17:41:39.556Z | PASS [ 7.520s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
4516 | 2024-09-27T17:41:39.676Z | PASS [ 7.089s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
4517 | 2024-09-27T17:41:40.492Z | PASS [ 6.861s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
4518 | 2024-09-27T17:41:43.307Z | PASS [ 19.238s] db-dev::test-db-dev test_db_run |
4519 | 2024-09-27T17:41:43.355Z | PASS [ 0.047s] nexus-db-queries db::collection_attach::test::test_verify_query |
4520 | 2024-09-27T17:41:45.315Z | PASS [ 6.034s] nexus-db-queries db::collection_attach::test::test_attach_once |
4521 | 2024-09-27T17:41:45.528Z | PASS [ 6.015s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
4522 | 2024-09-27T17:41:46.172Z | PASS [ 6.490s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
4523 | 2024-09-27T17:41:46.281Z | PASS [ 6.717s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
4524 | 2024-09-27T17:41:47.045Z | PASS [ 6.545s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
4525 | 2024-09-27T17:41:47.526Z | PASS [ 23.761s] bootstore::v0-fsm-proptest-learner run |
4526 | 2024-09-27T17:41:47.571Z | PASS [ 0.045s] nexus-db-queries db::collection_detach::test::test_verify_query |
4527 | 2024-09-27T17:41:49.226Z | PASS [ 5.864s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
4528 | 2024-09-27T17:41:51.237Z | PASS [ 5.703s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
4529 | 2024-09-27T17:41:51.531Z | PASS [ 6.204s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
4530 | 2024-09-27T17:41:52.022Z | PASS [ 5.845s] nexus-db-queries db::collection_detach::test::test_detach_once |
4531 | 2024-09-27T17:41:52.289Z | PASS [ 6.000s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
4532 | 2024-09-27T17:41:53.226Z | PASS [ 6.173s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
4533 | 2024-09-27T17:41:53.860Z | PASS [ 6.277s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
4534 | 2024-09-27T17:41:54.538Z | PASS [ 30.758s] bootstore::v0-fsm-proptest-rack-coordinator run |
4535 | 2024-09-27T17:41:54.582Z | PASS [ 0.044s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
4536 | 2024-09-27T17:41:54.701Z | PASS [ 5.471s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
4537 | 2024-09-27T17:41:57.258Z | PASS [ 5.727s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
4538 | 2024-09-27T17:41:57.293Z | PASS [ 0.036s] nexus-db-queries db::collection_insert::test::test_verify_query |
4539 | 2024-09-27T17:41:57.333Z | PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix |
4540 | 2024-09-27T17:41:57.364Z | PASS [ 0.031s] nexus-db-queries db::column_walker::test::test_walk_columns |
4541 | 2024-09-27T17:41:57.399Z | PASS [ 0.033s] nexus-db-queries db::column_walker::test::test_walk_table |
4542 | 2024-09-27T17:41:57.494Z | PASS [ 5.468s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
4543 | 2024-09-27T17:41:57.621Z | PASS [ 6.367s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
4544 | 2024-09-27T17:41:58.097Z | PASS [ 5.807s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
4545 | 2024-09-27T17:41:59.502Z | PASS [ 6.269s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
4546 | 2024-09-27T17:41:59.758Z | PASS [ 5.163s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
4547 | 2024-09-27T17:41:59.823Z | PASS [ 5.104s] nexus-db-queries db::collection_insert::test::test_collection_present |
4548 | 2024-09-27T17:41:59.916Z | PASS [ 6.053s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
4549 | 2024-09-27T17:42:04.765Z | PASS [ 7.229s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops |
4550 | 2024-09-27T17:42:04.942Z | PASS [ 7.439s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name |
4551 | 2024-09-27T17:42:05.363Z | PASS [ 7.746s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id |
4552 | 2024-09-27T17:42:05.461Z | PASS [ 7.355s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade |
4553 | 2024-09-27T17:42:05.613Z | PASS [ 5.799s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
4554 | 2024-09-27T17:42:05.786Z | PASS [ 5.866s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress |
4555 | 2024-09-27T17:42:06.174Z | PASS [ 6.412s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
4556 | 2024-09-27T17:42:07.519Z | PASS [ 8.003s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists |
4557 | 2024-09-27T17:42:13.221Z | PASS [ 8.578s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking |
4558 | 2024-09-27T17:42:13.260Z | PASS [ 0.038s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
4559 | 2024-09-27T17:42:13.307Z | PASS [ 8.357s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking |
4560 | 2024-09-27T17:42:13.392Z | PASS [ 8.021s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
4561 | 2024-09-27T17:42:14.244Z | PASS [ 8.450s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
4562 | 2024-09-27T17:42:14.303Z | PASS [ 8.680s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
4563 | 2024-09-27T17:42:14.598Z | PASS [ 8.421s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
4564 | 2024-09-27T17:42:15.130Z | PASS [ 7.601s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
4565 | 2024-09-27T17:42:19.017Z | PASS [ 13.504s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target |
4566 | 2024-09-27T17:42:21.050Z | PASS [ 7.783s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
4567 | 2024-09-27T17:42:21.617Z | PASS [ 8.300s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
4568 | 2024-09-27T17:42:22.264Z | PASS [ 8.008s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
4569 | 2024-09-27T17:42:22.342Z | PASS [ 8.940s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
4570 | 2024-09-27T17:42:22.425Z | PASS [ 8.096s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
4571 | 2024-09-27T17:42:22.429Z | PASS [ 7.824s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
4572 | 2024-09-27T17:42:23.040Z | PASS [ 7.893s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list |
4573 | 2024-09-27T17:42:28.397Z | PASS [ 8.234s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent |
4574 | 2024-09-27T17:42:29.354Z | PASS [ 8.293s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent |
4575 | 2024-09-27T17:42:29.882Z | PASS [ 8.256s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all |
4576 | 2024-09-27T17:42:30.517Z | PASS [ 8.168s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked |
4577 | 2024-09-27T17:42:30.579Z | PASS [ 8.155s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock |
4578 | 2024-09-27T17:42:30.579Z | PASS [ 8.134s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_ |
4579 | 2024-09-27T17:42:30.720Z | PASS [ 8.449s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids |
4580 | 2024-09-27T17:42:30.783Z | PASS [ 7.754s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent |
4581 | 2024-09-27T17:42:34.250Z | PASS [ 7.017s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay |
4582 | 2024-09-27T17:42:36.992Z | PASS [ 7.633s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
4583 | 2024-09-27T17:42:38.315Z | PASS [ 8.420s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion |
4584 | 2024-09-27T17:42:38.571Z | PASS [ 7.842s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
4585 | 2024-09-27T17:42:39.051Z | PASS [ 8.470s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database |
4586 | 2024-09-27T17:42:39.152Z | PASS [ 8.563s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
4587 | 2024-09-27T17:42:39.161Z | PASS [ 8.368s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization |
4588 | 2024-09-27T17:42:41.598Z | PASS [ 11.068s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
4589 | 2024-09-27T17:42:42.654Z | PASS [ 8.396s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset |
4590 | 2024-09-27T17:42:43.737Z | PASS [ 6.736s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
4591 | 2024-09-27T17:42:45.823Z | PASS [ 7.506s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
4592 | 2024-09-27T17:42:46.158Z | PASS [ 7.581s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
4593 | 2024-09-27T17:42:46.362Z | PASS [ 7.195s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge |
4594 | 2024-09-27T17:42:46.537Z | PASS [ 7.479s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance |
4595 | 2024-09-27T17:42:47.065Z | PASS [ 7.906s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list |
4596 | 2024-09-27T17:42:49.470Z | PASS [ 7.863s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors |
4597 | 2024-09-27T17:42:50.494Z | PASS [ 6.750s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_create_rejects_expunged_oximeters |
4598 | 2024-09-27T17:42:53.310Z | PASS [ 7.479s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired |
4599 | 2024-09-27T17:42:53.837Z | PASS [ 7.672s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled |
4600 | 2024-09-27T17:42:53.982Z | PASS [ 7.613s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
4601 | 2024-09-27T17:42:54.427Z | PASS [ 7.883s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled |
4602 | 2024-09-27T17:42:54.637Z | PASS [ 7.564s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks |
4603 | 2024-09-27T17:42:56.342Z | PASS [ 13.671s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly |
4604 | 2024-09-27T17:42:57.441Z | PASS [ 7.962s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled |
4605 | 2024-09-27T17:42:57.643Z | PASS [ 7.139s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides |
4606 | 2024-09-27T17:43:02.041Z | PASS [ 8.720s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list |
4607 | 2024-09-27T17:43:02.077Z | PASS [ 0.037s] nexus-db-queries db::datastore::region::test::test_extent_count |
4608 | 2024-09-27T17:43:02.469Z | PASS [ 8.479s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
4609 | 2024-09-27T17:43:02.760Z | PASS [ 8.323s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
4610 | 2024-09-27T17:43:03.038Z | PASS [ 8.394s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
4611 | 2024-09-27T17:43:03.752Z | PASS [ 9.902s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
4612 | 2024-09-27T17:43:04.752Z | PASS [ 7.102s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
4613 | 2024-09-27T17:43:05.473Z | PASS [ 9.127s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
4614 | 2024-09-27T17:43:05.729Z | PASS [ 8.280s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
4615 | 2024-09-27T17:43:09.307Z | PASS [ 7.223s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume |
4616 | 2024-09-27T17:43:09.923Z | PASS [ 7.444s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga |
4617 | 2024-09-27T17:43:10.273Z | PASS [ 7.506s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga |
4618 | 2024-09-27T17:43:10.518Z | PASS [ 7.468s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps |
4619 | 2024-09-27T17:43:11.607Z | PASS [ 7.847s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict |
4620 | 2024-09-27T17:43:11.832Z | PASS [ 7.061s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement |
4621 | 2024-09-27T17:43:12.674Z | PASS [ 6.937s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume |
4622 | 2024-09-27T17:43:12.780Z | PASS [ 7.299s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc |
4623 | 2024-09-27T17:43:16.324Z | PASS [ 7.002s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region |
4624 | 2024-09-27T17:43:17.056Z | PASS [ 7.125s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume |
4625 | 2024-09-27T17:43:17.582Z | PASS [ 7.302s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent |
4626 | 2024-09-27T17:43:18.853Z | PASS [ 8.326s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas |
4627 | 2024-09-27T17:43:19.649Z | PASS [ 8.033s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes |
4628 | 2024-09-27T17:43:19.941Z | PASS [ 7.258s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment |
4629 | 2024-09-27T17:43:19.979Z | PASS [ 7.187s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent |
4630 | 2024-09-27T17:43:20.138Z | PASS [ 8.302s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes |
4631 | 2024-09-27T17:43:25.104Z | PASS [ 8.041s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
4632 | 2024-09-27T17:43:25.259Z | PASS [ 8.933s] nexus-db-queries db::datastore::sled::test::sled_list_batch |
4633 | 2024-09-27T17:43:25.656Z | PASS [ 8.063s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks |
4634 | 2024-09-27T17:43:27.777Z | PASS [ 8.113s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
4635 | 2024-09-27T17:43:27.784Z | PASS [ 7.836s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen |
4636 | 2024-09-27T17:43:27.798Z | PASS [ 7.816s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
4637 | 2024-09-27T17:43:27.919Z | PASS [ 7.782s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
4638 | 2024-09-27T17:43:29.258Z | PASS [ 10.392s] nexus-db-queries db::datastore::sled::test::test_sled_transitions |
4639 | 2024-09-27T17:43:32.202Z | PASS [ 6.936s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
4640 | 2024-09-27T17:43:32.302Z | PASS [ 7.190s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
4641 | 2024-09-27T17:43:32.956Z | PASS [ 7.295s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
4642 | 2024-09-27T17:43:33.314Z | PASS [ 5.527s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
4643 | 2024-09-27T17:43:35.312Z | PASS [ 7.534s] nexus-db-queries db::datastore::test::test_project_creation |
4644 | 2024-09-27T17:43:35.646Z | PASS [ 7.835s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
4645 | 2024-09-27T17:43:36.449Z | PASS [ 7.187s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
4646 | 2024-09-27T17:43:40.209Z | PASS [ 7.899s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
4647 | 2024-09-27T17:43:40.356Z | PASS [ 8.143s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service |
4648 | 2024-09-27T17:43:41.231Z | PASS [ 13.300s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
4649 | 2024-09-27T17:43:43.881Z | PASS [ 7.419s] nexus-db-queries db::datastore::test::test_session_methods |
4650 | 2024-09-27T17:43:45.536Z | PASS [ 5.323s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
4651 | 2024-09-27T17:43:45.563Z | PASS [ 12.235s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
4652 | 2024-09-27T17:43:46.354Z | PASS [ 13.384s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
4653 | 2024-09-27T17:43:47.503Z | PASS [ 7.140s] nexus-db-queries db::datastore::test::test_ssh_keys |
4654 | 2024-09-27T17:43:48.165Z | PASS [ 6.924s] nexus-db-queries db::datastore::test::test_table_scan |
4655 | 2024-09-27T17:43:48.662Z | PASS [ 13.006s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
4656 | 2024-09-27T17:43:48.972Z | PASS [ 13.644s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
4657 | 2024-09-27T17:43:49.030Z | PASS [ 0.059s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr |
4658 | 2024-09-27T17:43:49.095Z | PASS [ 0.065s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr |
4659 | 2024-09-27T17:43:50.475Z | PASS [ 6.593s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete |
4660 | 2024-09-27T17:43:52.683Z | PASS [ 7.113s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete |
4661 | 2024-09-27T17:43:52.767Z | PASS [ 7.220s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice |
4662 | 2024-09-27T17:43:53.513Z | PASS [ 7.149s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice |
4663 | 2024-09-27T17:43:54.977Z | PASS [ 7.466s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime |
4664 | 2024-09-27T17:43:55.203Z | PASS [ 7.031s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
4665 | 2024-09-27T17:43:55.798Z | PASS [ 7.129s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr |
4666 | 2024-09-27T17:43:56.276Z | PASS [ 7.176s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region |
4667 | 2024-09-27T17:43:56.883Z | PASS [ 6.402s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot |
4668 | 2024-09-27T17:43:59.411Z | PASS [ 6.720s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned |
4669 | 2024-09-27T17:43:59.930Z | PASS [ 7.158s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
4670 | 2024-09-27T17:44:00.758Z | PASS [ 7.239s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
4671 | 2024-09-27T17:44:01.539Z | PASS [ 5.257s] nexus-db-queries db::explain::test::test_explain_async |
4672 | 2024-09-27T17:44:02.139Z | PASS [ 5.250s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
4673 | 2024-09-27T17:44:03.269Z | PASS [ 8.058s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve |
4674 | 2024-09-27T17:44:03.807Z | PASS [ 8.001s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets |
4675 | 2024-09-27T17:44:03.850Z | PASS [ 0.044s] nexus-db-queries db::pagination::test::test_paginator |
4676 | 2024-09-27T17:44:04.094Z | PASS [ 9.108s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
4677 | 2024-09-27T17:44:05.691Z | PASS [ 5.752s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
4678 | 2024-09-27T17:44:06.003Z | PASS [ 6.586s] nexus-db-queries db::lookup::test::test_lookup |
4679 | 2024-09-27T17:44:06.373Z | PASS [ 5.608s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
4680 | 2024-09-27T17:44:07.544Z | PASS [ 5.994s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins |
4681 | 2024-09-27T17:44:07.563Z | PASS [ 5.419s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
4682 | 2024-09-27T17:44:08.983Z | PASS [ 5.708s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
4683 | 2024-09-27T17:44:11.829Z | PASS [ 7.971s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
4684 | 2024-09-27T17:44:11.901Z | PASS [ 7.800s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
4685 | 2024-09-27T17:44:13.694Z | PASS [ 7.682s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range |
4686 | 2024-09-27T17:44:13.982Z | PASS [ 8.286s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent |
4687 | 2024-09-27T17:44:14.017Z | PASS [ 0.034s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
4688 | 2024-09-27T17:44:14.129Z | PASS [ 7.748s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
4689 | 2024-09-27T17:44:15.213Z | PASS [ 7.666s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
4690 | 2024-09-27T17:44:15.390Z | PASS [ 7.816s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
4691 | 2024-09-27T17:44:16.447Z | PASS [ 7.456s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
4692 | 2024-09-27T17:44:19.178Z | PASS [ 7.262s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent |
4693 | 2024-09-27T17:44:19.178Z | PASS [ 7.334s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
4694 | 2024-09-27T17:44:21.823Z | PASS [ 7.800s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
4695 | 2024-09-27T17:44:21.988Z | PASS [ 7.850s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
4696 | 2024-09-27T17:44:22.519Z | PASS [ 8.816s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
4697 | 2024-09-27T17:44:22.926Z | PASS [ 7.706s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
4698 | 2024-09-27T17:44:22.986Z | PASS [ 7.593s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
4699 | 2024-09-27T17:44:23.188Z | PASS [ 6.736s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
4700 | 2024-09-27T17:44:26.224Z | PASS [ 7.037s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
4701 | 2024-09-27T17:44:26.425Z | PASS [ 7.244s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
4702 | 2024-09-27T17:44:26.464Z | PASS [ 0.040s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address |
4703 | 2024-09-27T17:44:29.613Z | PASS [ 7.780s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
4704 | 2024-09-27T17:44:29.799Z | PASS [ 7.804s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
4705 | 2024-09-27T17:44:30.296Z | PASS [ 7.768s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
4706 | 2024-09-27T17:44:30.578Z | PASS [ 7.644s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
4707 | 2024-09-27T17:44:30.588Z | PASS [ 7.595s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
4708 | 2024-09-27T17:44:30.616Z | PASS [ 0.027s] nexus-db-queries db::queries::next_item::tests::test_shift_indices |
4709 | 2024-09-27T17:44:30.787Z | PASS [ 7.591s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
4710 | 2024-09-27T17:44:31.071Z | PASS [ 0.283s] nexus-db-queries db::queries::oximeter::test::expectorate_query |
4711 | 2024-09-27T17:44:33.069Z | PASS [ 6.836s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
4712 | 2024-09-27T17:44:33.401Z | PASS [ 6.932s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
4713 | 2024-09-27T17:44:34.086Z | PASS [ 1.020s] nexus-db-queries db::queries::region_allocation::test::expectorate_query |
4714 | 2024-09-27T17:44:34.277Z | PASS [ 0.190s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance |
4715 | 2024-09-27T17:44:34.469Z | PASS [ 0.192s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage |
4716 | 2024-09-27T17:44:34.688Z | PASS [ 0.219s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance |
4717 | 2024-09-27T17:44:34.930Z | PASS [ 0.240s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage |
4718 | 2024-09-27T17:44:35.645Z | PASS [ 6.027s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined |
4719 | 2024-09-27T17:44:35.731Z | PASS [ 5.925s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
4720 | 2024-09-27T17:44:35.990Z | PASS [ 5.689s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined |
4721 | 2024-09-27T17:44:36.453Z | PASS [ 5.378s] nexus-db-queries db::queries::oximeter::test::explainable |
4722 | 2024-09-27T17:44:36.532Z | PASS [ 0.078s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
4723 | 2024-09-27T17:44:36.571Z | PASS [ 0.039s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
4724 | 2024-09-27T17:44:36.605Z | PASS [ 6.009s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps |
4725 | 2024-09-27T17:44:36.615Z | PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
4726 | 2024-09-27T17:44:36.635Z | PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
4727 | 2024-09-27T17:44:36.649Z | PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
4728 | 2024-09-27T17:44:36.690Z | PASS [ 6.065s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
4729 | 2024-09-27T17:44:38.217Z | PASS [ 4.807s] nexus-db-queries db::queries::region_allocation::test::explainable |
4730 | 2024-09-27T17:44:39.828Z | PASS [ 4.892s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance |
4731 | 2024-09-27T17:44:40.758Z | PASS [ 5.106s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage |
4732 | 2024-09-27T17:44:40.875Z | PASS [ 5.138s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance |
4733 | 2024-09-27T17:44:41.078Z | PASS [ 5.083s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage |
4734 | 2024-09-27T17:44:41.123Z | PASS [ 0.036s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
4735 | 2024-09-27T17:44:41.602Z | PASS [ 0.486s] nexus-inventory builder::test::test_basic |
4736 | 2024-09-27T17:44:41.632Z | PASS [ 0.030s] nexus-inventory builder::test::test_empty |
4737 | 2024-09-27T17:44:41.681Z | PASS [ 0.049s] nexus-inventory builder::test::test_problems |
4738 | 2024-09-27T17:44:42.146Z | PASS [ 5.450s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent |
4739 | 2024-09-27T17:44:42.165Z | PASS [ 5.519s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query |
4740 | 2024-09-27T17:44:42.175Z | PASS [ 5.518s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query |
4741 | 2024-09-27T17:44:42.831Z | PASS [ 0.669s] nexus-inventory collector::test::test_multi_mgs_failure |
4742 | 2024-09-27T17:44:43.262Z | PASS [ 1.086s] nexus-inventory collector::test::test_sled_agent_failure |
4743 | 2024-09-27T17:44:43.513Z | PASS [ 1.830s] nexus-inventory collector::test::test_basic |
4744 | 2024-09-27T17:44:43.652Z | PASS [ 1.502s] nexus-inventory collector::test::test_multi_mgs |
4745 | 2024-09-27T17:44:48.537Z | PASS [ 7.654s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
4746 | 2024-09-27T17:44:48.615Z | PASS [ 0.077s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
4747 | 2024-09-27T17:44:48.691Z | PASS [ 0.077s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
4748 | 2024-09-27T17:44:48.741Z | PASS [ 0.051s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
4749 | 2024-09-27T17:44:48.821Z | PASS [ 0.079s] nexus-reconfigurator-execution dns::test::test_dns_compute_update |
4750 | 2024-09-27T17:44:48.830Z | PASS [ 8.064s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
4751 | 2024-09-27T17:44:49.754Z | PASS [ 11.529s] nexus-db-queries policy_test::test_conferred_roles |
4752 | 2024-09-27T17:44:52.272Z | PASS [ 8.999s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector |
4753 | 2024-09-27T17:44:52.388Z | PASS [ 9.548s] nexus-metrics-producer-gc tests::test_prune_expired_producers |
4754 | 2024-09-27T17:45:13.433Z | PASS [ 24.577s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks |
4755 | 2024-09-27T17:45:14.728Z | PASS [ 31.181s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
4756 | 2024-09-27T17:45:15.112Z | PASS [ 0.368s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases |
4757 | 2024-09-27T17:45:15.153Z | PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones |
4758 | 2024-09-27T17:45:15.239Z | PASS [ 0.075s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks |
4759 | 2024-09-27T17:45:15.426Z | PASS [ 0.198s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic |
4760 | 2024-09-27T17:45:15.509Z | PASS [ 0.081s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb |
4761 | 2024-09-27T17:45:15.565Z | PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial |
4762 | 2024-09-27T17:45:15.636Z | PASS [ 0.076s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip |
4763 | 2024-09-27T17:45:15.686Z | PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip |
4764 | 2024-09-27T17:45:15.750Z | PASS [ 0.062s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac |
4765 | 2024-09-27T17:45:15.858Z | PASS [ 0.119s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds |
4766 | 2024-09-27T17:45:15.900Z | PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated |
4767 | 2024-09-27T17:45:15.965Z | PASS [ 0.067s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously |
4768 | 2024-09-27T17:45:16.008Z | PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones |
4769 | 2024-09-27T17:45:16.065Z | PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper |
4770 | 2024-09-27T17:45:16.135Z | PASS [ 0.079s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added |
4771 | 2024-09-27T17:45:16.188Z | PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership |
4772 | 2024-09-27T17:45:16.224Z | PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers |
4773 | 2024-09-27T17:45:16.256Z | PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed |
4774 | 2024-09-27T17:45:16.342Z | PASS [ 0.087s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator |
4775 | 2024-09-27T17:45:16.381Z | PASS [ 24.055s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones |
4776 | 2024-09-27T17:45:16.408Z | PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator |
4777 | 2024-09-27T17:45:16.555Z | PASS [ 0.140s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones |
4778 | 2024-09-27T17:45:16.617Z | PASS [ 0.044s] nexus-reconfigurator-planning ip_allocator::test::test_basic |
4779 | 2024-09-27T17:45:16.740Z | PASS [ 0.149s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones |
4780 | 2024-09-27T17:45:16.906Z | PASS [ 0.164s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds |
4781 | 2024-09-27T17:45:16.978Z | PASS [ 0.071s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled |
4782 | 2024-09-27T17:45:17.096Z | PASS [ 0.111s] nexus-reconfigurator-planning planner::test::test_basic_add_sled |
4783 | 2024-09-27T17:45:17.207Z | PASS [ 0.091s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks |
4784 | 2024-09-27T17:45:17.350Z | PASS [ 0.159s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool |
4785 | 2024-09-27T17:45:17.465Z | PASS [ 0.116s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem |
4786 | 2024-09-27T17:45:17.478Z | PASS [ 33.789s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist |
4787 | 2024-09-27T17:45:17.602Z | PASS [ 0.145s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option |
4788 | 2024-09-27T17:45:17.688Z | PASS [ 0.211s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds |
4789 | 2024-09-27T17:45:17.764Z | PASS [ 0.162s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones |
4790 | 2024-09-27T17:45:17.883Z | PASS [ 0.188s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds |
4791 | 2024-09-27T17:45:17.885Z | PASS [ 0.124s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds |
4792 | 2024-09-27T17:45:17.908Z | PASS [ 25.490s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones |
4793 | 2024-09-27T17:45:18.007Z | PASS [ 0.100s] nexus-saga-recovery recovery::test::test_read_all_from_channel |
4794 | 2024-09-27T17:45:18.051Z | PASS [ 0.165s] nexus-saga-recovery recovery::test::test_plan_basic |
4795 | 2024-09-27T17:45:18.092Z | PASS [ 0.054s] nexus-saga-recovery test::test_basic |
4796 | 2024-09-27T17:45:18.095Z | PASS [ 0.188s] nexus-saga-recovery recovery::test::test_execution_basic |
4797 | 2024-09-27T17:45:18.112Z | PASS [ 0.050s] nexus-sled-agent-shared inventory::tests::test_name_prefixes |
4798 | 2024-09-27T17:45:18.149Z | PASS [ 0.079s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers |
4799 | 2024-09-27T17:45:18.178Z | PASS [ 0.069s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie |
4800 | 2024-09-27T17:45:18.208Z | PASS [ 0.047s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers |
4801 | 2024-09-27T17:45:18.208Z | PASS [ 0.103s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers |
4802 | 2024-09-27T17:45:18.218Z | PASS [ 0.046s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
4803 | 2024-09-27T17:45:18.268Z | PASS [ 0.039s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies |
4804 | 2024-09-27T17:45:18.268Z | PASS [ 28.468s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks |
4805 | 2024-09-27T17:45:18.268Z | PASS [ 0.060s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions |
4806 | 2024-09-27T17:45:18.316Z | PASS [ 0.054s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups |
4807 | 2024-09-27T17:45:18.343Z | PASS [ 0.077s] nexus-types external_api::shared::test::test_policy_parsing |
4808 | 2024-09-27T17:45:18.602Z | PASS [ 0.249s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
4809 | 2024-09-27T17:45:18.658Z | PASS [ 0.350s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
4810 | 2024-09-27T17:45:19.019Z | PASS [ 0.302s] omicron-certificates tests::test_common_name_is_validated |
4811 | 2024-09-27T17:45:19.059Z | PASS [ 0.467s] omicron-certificates tests::test_cert_extended_key_usage |
4812 | 2024-09-27T17:45:19.199Z | PASS [ 0.224s] omicron-certificates tests::test_subject_alternate_names_are_validated |
4813 | 2024-09-27T17:45:21.542Z | PASS [ 2.482s] omicron-clickhouse-admin::integration_test test_lgif_parsing |
4814 | 2024-09-27T17:45:22.417Z | PASS [ 3.230s] omicron-clickhouse-admin::integration_test test_raft_config_parsing |
4815 | 2024-09-27T17:45:25.722Z | PASS [ 7.486s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip |
4816 | 2024-09-27T17:45:27.832Z | PASS [ 6.284s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility |
4817 | 2024-09-27T17:45:27.884Z | PASS [ 0.053s] omicron-common address::test::test_dns_subnets |
4818 | 2024-09-27T17:45:27.922Z | PASS [ 0.034s] omicron-common address::test::test_ip_range_checks_non_decreasing |
4819 | 2024-09-27T17:45:27.961Z | PASS [ 9.712s] nexus-types deployment::tri_map::tests::proptest_ops |
4820 | 2024-09-27T17:45:28.028Z | PASS [ 0.102s] omicron-common address::test::test_ip_range_enum_deserialization |
4821 | 2024-09-27T17:45:28.037Z | PASS [ 0.098s] omicron-common address::test::test_ip_range_iter |
4822 | 2024-09-27T17:45:28.090Z | PASS [ 0.039s] omicron-common address::test::test_ip_range_try_from |
4823 | 2024-09-27T17:45:28.097Z | PASS [ 0.077s] omicron-common address::test::test_ip_range_length |
4824 | 2024-09-27T17:45:28.178Z | PASS [ 0.033s] omicron-common address::test::test_sled_address |
4825 | 2024-09-27T17:45:28.178Z | PASS [ 0.093s] omicron-common address::test::test_ipv6_subnet_deserialize |
4826 | 2024-09-27T17:45:28.219Z | PASS [ 0.044s] omicron-common api::external::error::test::test_context |
4827 | 2024-09-27T17:45:28.231Z | PASS [ 0.096s] omicron-common api::external::error::test::test_bail_unless |
4828 | 2024-09-27T17:45:28.315Z | PASS [ 0.096s] omicron-common api::external::http_pagination::test::test_pagination_examples |
4829 | 2024-09-27T17:45:28.335Z | PASS [ 0.101s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
4830 | 2024-09-27T17:45:28.385Z | PASS [ 0.056s] omicron-common api::external::http_pagination::test::test_scan_by_id |
4831 | 2024-09-27T17:45:28.408Z | PASS [ 0.063s] omicron-common api::external::http_pagination::test::test_scan_by_name |
4832 | 2024-09-27T17:45:28.422Z | PASS [ 0.053s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
4833 | 2024-09-27T17:45:28.493Z | PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
4834 | 2024-09-27T17:45:28.493Z | PASS [ 0.066s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
4835 | 2024-09-27T17:45:28.500Z | PASS [ 0.042s] omicron-common api::external::test::test_bytecount |
4836 | 2024-09-27T17:45:28.521Z | PASS [ 0.033s] omicron-common api::external::test::test_bytecount_display |
4837 | 2024-09-27T17:45:28.539Z | PASS [ 6.106s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility |
4838 | 2024-09-27T17:45:28.586Z | PASS [ 0.046s] omicron-common api::external::test::test_firewall_deserialization |
4839 | 2024-09-27T17:45:28.586Z | PASS [ 0.064s] omicron-common api::external::test::test_digest |
4840 | 2024-09-27T17:45:28.677Z | PASS [ 0.082s] omicron-common api::external::test::test_firewall_rule_target_parse |
4841 | 2024-09-27T17:45:28.680Z | PASS [ 0.118s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
4842 | 2024-09-27T17:45:28.704Z | PASS [ 0.036s] omicron-common api::external::test::test_ip_port_range_from_str |
4843 | 2024-09-27T17:45:28.704Z | PASS [ 0.103s] omicron-common api::external::test::test_hostname_from_str |
4844 | 2024-09-27T17:45:28.723Z | PASS [ 0.050s] omicron-common api::external::test::test_ip_port_range_into_str |
4845 | 2024-09-27T17:45:28.734Z | PASS [ 0.046s] omicron-common api::external::test::test_ipv6_net_operations |
4846 | 2024-09-27T17:45:28.757Z | PASS [ 0.044s] omicron-common api::external::test::test_mac_system_iterator |
4847 | 2024-09-27T17:45:28.760Z | PASS [ 0.047s] omicron-common api::external::test::test_mac_to_int_conversions |
4848 | 2024-09-27T17:45:28.778Z | PASS [ 0.041s] omicron-common api::external::test::test_macaddr |
4849 | 2024-09-27T17:45:28.804Z | PASS [ 0.052s] omicron-common api::external::test::test_name_parse |
4850 | 2024-09-27T17:45:28.846Z | PASS [ 0.040s] omicron-common api::external::test::test_resource_name_parse |
4851 | 2024-09-27T17:45:28.850Z | PASS [ 0.055s] omicron-common api::external::test::test_name_parse_from_param |
4852 | 2024-09-27T17:45:28.850Z | PASS [ 0.048s] omicron-common api::external::test::test_role_name_parse |
4853 | 2024-09-27T17:45:28.910Z | PASS [ 0.060s] omicron-common api::external::test::test_route_destination_parse |
4854 | 2024-09-27T17:45:29.217Z | PASS [ 0.069s] omicron-common api::external::test::test_semver_serialize |
4855 | 2024-09-27T17:45:29.217Z | PASS [ 0.101s] omicron-common api::external::test::test_route_target_parse |
4856 | 2024-09-27T17:45:29.227Z | PASS [ 0.053s] omicron-common api::external::test::test_semver_validation |
4857 | 2024-09-27T17:45:29.227Z | PASS [ 0.035s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
4858 | 2024-09-27T17:45:29.227Z | PASS [ 0.038s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization |
4859 | 2024-09-27T17:45:29.227Z | PASS [ 0.042s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips |
4860 | 2024-09-27T17:45:29.227Z | PASS [ 0.044s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips |
4861 | 2024-09-27T17:45:29.227Z | PASS [ 0.046s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string |
4862 | 2024-09-27T17:45:29.227Z | PASS [ 0.050s] omicron-common ledger::test::test_create_default_ledger |
4863 | 2024-09-27T17:45:29.227Z | PASS [ 0.075s] omicron-common ledger::test::test_commit_handles_write_failures |
4864 | 2024-09-27T17:45:29.227Z | PASS [ 0.048s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
4865 | 2024-09-27T17:45:29.227Z | PASS [ 0.042s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
4866 | 2024-09-27T17:45:29.227Z | PASS [ 0.046s] omicron-common update::tests::serde_artifact_kind |
4867 | 2024-09-27T17:45:29.227Z | PASS [ 0.059s] omicron-common zpool_name::test::test_parse_bad_zpool_names |
4868 | 2024-09-27T17:45:29.227Z | PASS [ 0.064s] omicron-common zpool_name::test::test_parse_external_zpool_name |
4869 | 2024-09-27T17:45:29.227Z | PASS [ 0.057s] omicron-common zpool_name::test::test_parse_internal_zpool_name |
4870 | 2024-09-27T17:45:29.227Z | PASS [ 0.037s] omicron-common zpool_name::test::test_parse_zpool_name_json |
4871 | 2024-09-27T17:45:29.227Z | PASS [ 0.029s] omicron-common zpool_name::test::test_zpool_name_regex |
4872 | 2024-09-27T17:45:30.493Z | PASS [ 1.319s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd |
4873 | 2024-09-27T17:45:30.493Z | PASS [ 1.310s] omicron-dev::test-omicron-dev test_omicron_dev_no_args |
4874 | 2024-09-27T17:45:30.548Z | PASS [ 41.684s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
4875 | 2024-09-27T17:45:30.588Z | PASS [ 0.106s] omicron-gateway management_switch::location_map::tests::test_config_validation |
4876 | 2024-09-27T17:45:30.601Z | PASS [ 0.105s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
4877 | 2024-09-27T17:45:30.771Z | PASS [ 0.183s] omicron-gateway::test_all integration_tests::config::read_production_smf_config |
4878 | 2024-09-27T17:45:30.996Z | PASS [ 5.270s] omicron-cockroach-admin context::tests::test_node_id |
4879 | 2024-09-27T17:45:31.203Z | PASS [ 0.425s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
4880 | 2024-09-27T17:45:31.235Z | PASS [ 0.684s] omicron-gateway::test_all integration_tests::component_list::component_list |
4881 | 2024-09-27T17:45:31.251Z | PASS [ 0.253s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
4882 | 2024-09-27T17:45:31.347Z | PASS [ 0.746s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
4883 | 2024-09-27T17:45:35.790Z | PASS [ 55.903s] nexus-db-queries policy_test::test_iam_roles_behavior |
4884 | 2024-09-27T17:45:36.520Z | PASS [ 23.062s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent |
4885 | 2024-09-27T17:45:37.940Z | PASS [ 21.576s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator |
4886 | 2024-09-27T17:45:53.595Z | PASS [ 24.387s] omicron-dev::test-omicron-dev test_run_all |
4887 | 2024-09-27T17:45:54.406Z | PASS [ 23.149s] omicron-nexus app::background::driver::test::test_driver_basic |
4888 | 2024-09-27T17:45:56.837Z | PASS [ 25.561s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
4889 | 2024-09-27T17:45:57.607Z | PASS [ 26.381s] omicron-nexus app::background::driver::test::test_activation_in_progress |
4890 | 2024-09-27T17:46:01.380Z | PASS [ 23.415s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones |
4891 | 2024-09-27T17:46:01.431Z | PASS [ 0.052s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint |
4892 | 2024-09-27T17:46:01.525Z | PASS [ 7.110s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint |
4893 | 2024-09-27T17:46:01.586Z | PASS [ 30.209s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted |
4894 | 2024-09-27T17:46:02.873Z | PASS [ 27.056s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped |
4895 | 2024-09-27T17:46:04.204Z | PASS [ 7.360s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids |
4896 | 2024-09-27T17:46:04.327Z | PASS [ 27.781s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted |
4897 | 2024-09-27T17:46:05.314Z | PASS [ 7.700s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids |
4898 | 2024-09-27T17:46:11.523Z | PASS [ 17.910s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints |
4899 | 2024-09-27T17:46:24.281Z | PASS [ 22.672s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks |
4900 | 2024-09-27T17:46:24.290Z | PASS [ 22.743s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions |
4901 | 2024-09-27T17:46:24.740Z | PASS [ 23.283s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions |
4902 | 2024-09-27T17:46:25.436Z | PASS [ 22.538s] omicron-nexus app::background::tasks::dns_config::test::test_basic |
4903 | 2024-09-27T17:46:25.781Z | PASS [ 21.554s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic |
4904 | 2024-09-27T17:46:26.431Z | PASS [ 22.076s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic |
4905 | 2024-09-27T17:46:46.094Z | PASS [ 21.305s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator |
4906 | 2024-09-27T17:46:46.236Z | PASS [ 20.419s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start |
4907 | 2024-09-27T17:46:46.250Z | PASS [ 20.777s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning |
4908 | 2024-09-27T17:46:46.394Z | PASS [ 19.936s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish |
4909 | 2024-09-27T17:46:50.505Z | PASS [ 26.195s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances |
4910 | 2024-09-27T17:46:56.066Z | PASS [ 50.697s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations |
4911 | 2024-09-27T17:47:02.707Z | PASS [ 38.377s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic |
4912 | 2024-09-27T17:47:07.124Z | PASS [ 21.036s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
4913 | 2024-09-27T17:47:07.161Z | PASS [ 20.904s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive |
4914 | 2024-09-27T17:47:07.185Z | PASS [ 20.777s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish |
4915 | 2024-09-27T17:47:07.500Z | PASS [ 21.255s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification |
4916 | 2024-09-27T17:47:09.292Z | PASS [ 18.769s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task |
4917 | 2024-09-27T17:47:11.586Z | SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
4918 | 2024-09-27T17:47:13.041Z | PASS [ 16.958s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start |
4919 | 2024-09-27T17:47:13.994Z | PASS [ 6.803s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered |
4920 | 2024-09-27T17:47:14.313Z | PASS [ 1.271s] omicron-nexus app::external_endpoints::test::test_authority |
4921 | 2024-09-27T17:47:14.374Z | PASS [ 0.379s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
4922 | 2024-09-27T17:47:14.582Z | PASS [ 0.210s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
4923 | 2024-09-27T17:47:14.651Z | PASS [ 0.068s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
4924 | 2024-09-27T17:47:14.717Z | PASS [ 0.059s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm |
4925 | 2024-09-27T17:47:14.812Z | PASS [ 0.068s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound |
4926 | 2024-09-27T17:47:14.887Z | PASS [ 0.099s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating |
4927 | 2024-09-27T17:47:14.977Z | PASS [ 0.098s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active |
4928 | 2024-09-27T17:47:15.128Z | PASS [ 0.151s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
4929 | 2024-09-27T17:47:15.184Z | PASS [ 0.058s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous |
4930 | 2024-09-27T17:47:16.059Z | PASS [ 6.761s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
4931 | 2024-09-27T17:47:16.339Z | PASS [ 2.024s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
4932 | 2024-09-27T17:47:26.090Z | FAIL [ 74.482s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
4933 | 2024-09-27T17:47:26.090Z | |
4934 | 2024-09-27T17:47:26.090Z | --- STDOUT: omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances --- |
4935 | 2024-09-27T17:47:26.090Z | |
4936 | 2024-09-27T17:47:26.090Z | running 1 test |
4937 | 2024-09-27T17:47:26.090Z | test app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances has been running for over 60 seconds |
4938 | 2024-09-27T17:47:26.090Z | test app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances ... FAILED |
4939 | 2024-09-27T17:47:26.090Z | |
4940 | 2024-09-27T17:47:26.091Z | failures: |
4941 | 2024-09-27T17:47:26.091Z | |
4942 | 2024-09-27T17:47:26.091Z | failures: |
4943 | 2024-09-27T17:47:26.091Z | app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
4944 | 2024-09-27T17:47:26.091Z | |
4945 | 2024-09-27T17:47:26.091Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 134 filtered out; finished in 74.25s |
4946 | 2024-09-27T17:47:26.091Z | |
4947 | 2024-09-27T17:47:26.091Z | |
4948 | 2024-09-27T17:47:26.091Z | --- STDERR: omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances --- |
4949 | 2024-09-27T17:47:26.091Z | log file: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.0.log |
4950 | 2024-09-27T17:47:26.091Z | note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.0.log" |
4951 | 2024-09-27T17:47:26.091Z | DB URL: postgresql://root@[::1]:65426/omicron?sslmode=disable |
4952 | 2024-09-27T17:47:26.091Z | DB address: [::1]:65426 |
4953 | 2024-09-27T17:47:26.091Z | log file: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.2.log |
4954 | 2024-09-27T17:47:26.091Z | note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.2.log" |
4955 | 2024-09-27T17:47:26.091Z | log file: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.3.log |
4956 | 2024-09-27T17:47:26.091Z | note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.3.log" |
4957 | 2024-09-27T17:47:26.091Z | instance 3c3464a0-93f1-4f07-937b-9c762136004a: auto_restart_policy=BestEffort; state=Failed |
4958 | 2024-09-27T17:47:26.091Z | instance 241c1c8a-b311-492f-a738-1647529067be: auto_restart_policy=BestEffort; state=Failed |
4959 | 2024-09-27T17:47:26.091Z | instance 064a9365-cbb5-424f-9d0b-d7b163a3cb3b: auto_restart_policy=BestEffort; state=Failed |
4960 | 2024-09-27T17:47:26.091Z | instance 1dc8e083-8325-4ff4-97d2-cbeafef01f10: auto_restart_policy=BestEffort; state=NoVmm |
4961 | 2024-09-27T17:47:26.091Z | instance 1dc8e083-8325-4ff4-97d2-cbeafef01f10: attached SagaUnwound active VMM 4d1e581f-0680-4e5e-bb65-d5d59787d826 |
4962 | 2024-09-27T17:47:26.091Z | instance 9cee01e7-f9ea-4f4c-be16-f4889c23ea69: auto_restart_policy=BestEffort; state=NoVmm |
4963 | 2024-09-27T17:47:26.091Z | instance 9cee01e7-f9ea-4f4c-be16-f4889c23ea69: attached SagaUnwound active VMM d33e29c5-6a2e-4f00-ba53-3413aa576c67 |
4964 | 2024-09-27T17:47:26.091Z | instance 1c848a61-79ee-4aea-91d3-908da9a1c6c2: auto_restart_policy=Never; state=Failed |
4965 | 2024-09-27T17:47:26.091Z | instance 4c2c2929-4bb1-4401-91b1-0d0a709d1fc6: auto_restart_policy=Never; state=Failed |
4966 | 2024-09-27T17:47:26.091Z | instance 48eac05b-c9fc-4d07-8e13-1c0ec55340a8: auto_restart_policy=Never; state=Failed |
4967 | 2024-09-27T17:47:26.091Z | instance 5c1a864f-2985-4348-a344-48ab20f9efad: auto_restart_policy=Never; state=NoVmm |
4968 | 2024-09-27T17:47:26.091Z | instance 5c1a864f-2985-4348-a344-48ab20f9efad: attached SagaUnwound active VMM 14d9951c-d690-4e77-ab3b-fd4b26b64172 |
4969 | 2024-09-27T17:47:26.091Z | instance 0f57b638-3ba4-4d1d-85e3-db1594bd85fa: auto_restart_policy=Never; state=NoVmm |
4970 | 2024-09-27T17:47:26.091Z | instance 0f57b638-3ba4-4d1d-85e3-db1594bd85fa: attached SagaUnwound active VMM 491a68b0-cde4-454d-9edd-ed05034dd755 |
4971 | 2024-09-27T17:47:26.091Z | instance 0f275b20-d3af-40ad-b8ad-825cb8431263: auto_restart_policy=BestEffort; state=Vmm |
4972 | 2024-09-27T17:47:26.091Z | instance c1441859-158f-4482-8d39-c0ac9c8b8380: auto_restart_policy=BestEffort; state=NoVmm |
4973 | 2024-09-27T17:47:26.091Z | instance 32d54442-7069-46ef-8c13-7767d3f8a93f: auto_restart_policy=BestEffort; state=Destroyed |
4974 | 2024-09-27T17:47:26.091Z | [nexus/src/app/background/tasks/instance_reincarnation.rs:692:22] activation = InstanceReincarnationStatus { |
4975 | 2024-09-27T17:47:26.091Z | disabled: false, |
4976 | 2024-09-27T17:47:26.091Z | instances_found: { |
4977 | 2024-09-27T17:47:26.091Z | Failed: 3, |
4978 | 2024-09-27T17:47:26.091Z | SagaUnwound: 0, |
4979 | 2024-09-27T17:47:26.092Z | }, |
4980 | 2024-09-27T17:47:26.092Z | instances_reincarnated: [ |
4981 | 2024-09-27T17:47:26.092Z | ReincarnatableInstance { |
4982 | 2024-09-27T17:47:26.092Z | instance_id: 064a9365-cbb5-424f-9d0b-d7b163a3cb3b, |
4983 | 2024-09-27T17:47:26.092Z | reason: Failed, |
4984 | 2024-09-27T17:47:26.092Z | }, |
4985 | 2024-09-27T17:47:26.092Z | ReincarnatableInstance { |
4986 | 2024-09-27T17:47:26.092Z | instance_id: 241c1c8a-b311-492f-a738-1647529067be, |
4987 | 2024-09-27T17:47:26.092Z | reason: Failed, |
4988 | 2024-09-27T17:47:26.092Z | }, |
4989 | 2024-09-27T17:47:26.092Z | ReincarnatableInstance { |
4990 | 2024-09-27T17:47:26.092Z | instance_id: 3c3464a0-93f1-4f07-937b-9c762136004a, |
4991 | 2024-09-27T17:47:26.092Z | reason: Failed, |
4992 | 2024-09-27T17:47:26.092Z | }, |
4993 | 2024-09-27T17:47:26.092Z | ], |
4994 | 2024-09-27T17:47:26.092Z | changed_state: [], |
4995 | 2024-09-27T17:47:26.092Z | errors: [], |
4996 | 2024-09-27T17:47:26.092Z | restart_errors: [], |
4997 | 2024-09-27T17:47:26.092Z | } |
4998 | 2024-09-27T17:47:26.092Z | thread 'app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances' panicked at nexus/src/app/background/tasks/instance_reincarnation.rs:693:9: |
4999 | 2024-09-27T17:47:26.092Z | assertion `left == right` failed |
5000 | 2024-09-27T17:47:26.092Z | left: 3 |
5001 | 2024-09-27T17:47:26.092Z | right: 5 |
5002 | 2024-09-27T17:47:26.092Z | stack backtrace: |
5003 | 2024-09-27T17:47:26.092Z | 0: rust_begin_unwind |
5004 | 2024-09-27T17:47:26.092Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:652:5 |
5005 | 2024-09-27T17:47:26.092Z | 1: core::panicking::panic_fmt |
5006 | 2024-09-27T17:47:26.092Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:72:14 |
5007 | 2024-09-27T17:47:26.092Z | 2: core::panicking::assert_failed_inner |
5008 | 2024-09-27T17:47:26.092Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:408:17 |
5009 | 2024-09-27T17:47:26.092Z | 3: core::panicking::assert_failed |
5010 | 2024-09-27T17:47:26.092Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:363:5 |
5011 | 2024-09-27T17:47:26.092Z | 4: {async_fn#0} |
5012 | 2024-09-27T17:47:26.092Z | at ./src/app/background/tasks/instance_reincarnation.rs:693:9 |
5013 | 2024-09-27T17:47:26.092Z | 5: {async_block#0} |
5014 | 2024-09-27T17:47:26.092Z | at ./src/app/background/tasks/instance_reincarnation.rs:584:5 |
5015 | 2024-09-27T17:47:26.092Z | 6: poll<&mut dyn core::future::future::Future<Output=()>> |
5016 | 2024-09-27T17:47:26.092Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
5017 | 2024-09-27T17:47:26.092Z | 7: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5018 | 2024-09-27T17:47:26.092Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
5019 | 2024-09-27T17:47:26.093Z | 8: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5020 | 2024-09-27T17:47:26.093Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:673:57 |
5021 | 2024-09-27T17:47:26.093Z | 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=()>>>>> |
5022 | 2024-09-27T17:47:26.093Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/coop.rs:107:5 |
5023 | 2024-09-27T17:47:26.093Z | 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=()>>>>> |
5024 | 2024-09-27T17:47:26.093Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/coop.rs:73:5 |
5025 | 2024-09-27T17:47:26.093Z | 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5026 | 2024-09-27T17:47:26.093Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:673:25 |
5027 | 2024-09-27T17:47:26.093Z | 12: tokio::runtime::scheduler::current_thread::Context::enter |
5028 | 2024-09-27T17:47:26.093Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:412:19 |
5029 | 2024-09-27T17:47:26.093Z | 13: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5030 | 2024-09-27T17:47:26.093Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:672:36 |
5031 | 2024-09-27T17:47:26.093Z | 14: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5032 | 2024-09-27T17:47:26.097Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:751:68 |
5033 | 2024-09-27T17:47:26.097Z | 15: tokio::runtime::context::scoped::Scoped<T>::set |
5034 | 2024-09-27T17:47:26.097Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context/scoped.rs:40:9 |
5035 | 2024-09-27T17:47:26.098Z | 16: tokio::runtime::context::set_scheduler::{{closure}} |
5036 | 2024-09-27T17:47:26.098Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context.rs:180:26 |
5037 | 2024-09-27T17:47:26.098Z | 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<()>)> |
5038 | 2024-09-27T17:47:26.098Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:283:12 |
5039 | 2024-09-27T17:47:26.098Z | 18: std::thread::local::LocalKey<T>::with |
5040 | 2024-09-27T17:47:26.098Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:260:9 |
5041 | 2024-09-27T17:47:26.098Z | 19: tokio::runtime::context::set_scheduler |
5042 | 2024-09-27T17:47:26.098Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context.rs:180:9 |
5043 | 2024-09-27T17:47:26.098Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5044 | 2024-09-27T17:47:26.098Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:751:27 |
5045 | 2024-09-27T17:47:26.098Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5046 | 2024-09-27T17:47:26.098Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:660:19 |
5047 | 2024-09-27T17:47:26.098Z | 22: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5048 | 2024-09-27T17:47:26.098Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:180:28 |
5049 | 2024-09-27T17:47:26.098Z | 23: tokio::runtime::context::runtime::enter_runtime |
5050 | 2024-09-27T17:47:26.098Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context/runtime.rs:65:16 |
5051 | 2024-09-27T17:47:26.098Z | 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5052 | 2024-09-27T17:47:26.098Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:168:9 |
5053 | 2024-09-27T17:47:26.098Z | 25: tokio::runtime::runtime::Runtime::block_on_inner |
5054 | 2024-09-27T17:47:26.098Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/runtime.rs:361:47 |
5055 | 2024-09-27T17:47:26.098Z | 26: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5056 | 2024-09-27T17:47:26.098Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/runtime.rs:335:13 |
5057 | 2024-09-27T17:47:26.098Z | 27: test_only_reincarnates_eligible_instances |
5058 | 2024-09-27T17:47:26.098Z | at ./src/app/background/tasks/instance_reincarnation.rs:584:5 |
5059 | 2024-09-27T17:47:26.098Z | 28: omicron_nexus::app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances::{{closure}} |
5060 | 2024-09-27T17:47:26.098Z | at ./src/app/background/tasks/instance_reincarnation.rs:587:6 |
5061 | 2024-09-27T17:47:26.098Z | 29: core::ops::function::FnOnce::call_once |
5062 | 2024-09-27T17:47:26.098Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5063 | 2024-09-27T17:47:26.098Z | 30: core::ops::function::FnOnce::call_once |
5064 | 2024-09-27T17:47:26.098Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5065 | 2024-09-27T17:47:26.098Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
5066 | 2024-09-27T17:47:26.098Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5067 | 2024-09-27T17:47:26.098Z | WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpBr3GfP" |
5068 | 2024-09-27T17:47:26.098Z | If you would like to access the database for debugging, run the following: |
5069 | 2024-09-27T17:47:26.098Z | |
5070 | 2024-09-27T17:47:26.098Z | # Run the database |
5071 | 2024-09-27T17:47:26.098Z | cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpBr3GfP/data" |
5072 | 2024-09-27T17:47:26.098Z | # Access the database. Note the port may change if you run multiple databases. |
5073 | 2024-09-27T17:47:26.098Z | cockroach sql --host=localhost:32221 --insecure |
5074 | 2024-09-27T17:47:26.098Z | WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 10749) and a temporary directory leaked, /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.1-clickhouse-ujFUd3) |
5075 | 2024-09-27T17:47:26.099Z | failed to clean up ClickHouse data dir: |
5076 | 2024-09-27T17:47:26.099Z | - /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.1-clickhouse-ujFUd3: File exists (os error 17) |
5077 | 2024-09-27T17:47:26.099Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5078 | 2024-09-27T17:47:26.099Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmphSzqgN |
5079 | 2024-09-27T17:47:26.099Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5080 | 2024-09-27T17:47:26.099Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpu4M2VS |
5081 | 2024-09-27T17:47:26.099Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5082 | 2024-09-27T17:47:26.099Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpKm5RMq |
5083 | 2024-09-27T17:47:26.099Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5084 | 2024-09-27T17:47:26.099Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpKe7CGD |
5085 | 2024-09-27T17:47:26.099Z | |
5086 | 2024-09-27T17:47:30.734Z | PASS [ 23.549s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc |
5087 | 2024-09-27T17:47:30.832Z | PASS [ 23.684s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task |
5088 | 2024-09-27T17:47:30.969Z | PASS [ 28.228s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start |
5089 | 2024-09-27T17:47:31.001Z | PASS [ 23.458s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery |
5090 | 2024-09-27T17:47:46.305Z | PASS [ 29.935s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
5091 | 2024-09-27T17:47:46.974Z | PASS [ 31.756s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
5092 | 2024-09-27T17:47:47.313Z | PASS [ 31.220s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
5093 | 2024-09-27T17:47:53.840Z | PASS [ 27.730s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
5094 | 2024-09-27T17:47:59.186Z | PASS [ 28.324s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
5095 | 2024-09-27T17:47:59.993Z | PASS [ 29.229s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
5096 | 2024-09-27T17:48:19.222Z | PASS [ 32.214s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
5097 | 2024-09-27T17:48:20.692Z | PASS [ 33.345s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
5098 | 2024-09-27T17:48:21.186Z | PASS [ 34.846s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
5099 | 2024-09-27T17:48:25.960Z | PASS [ 32.087s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
5100 | 2024-09-27T17:48:31.032Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5101 | 2024-09-27T17:48:31.064Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5102 | 2024-09-27T17:48:32.821Z | PASS [ 32.795s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
5103 | 2024-09-27T17:48:32.831Z | PASS [ 33.610s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
5104 | 2024-09-27T17:48:51.615Z | PASS [ 32.360s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
5105 | 2024-09-27T17:48:52.640Z | PASS [ 31.914s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
5106 | 2024-09-27T17:48:58.354Z | PASS [ 37.129s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
5107 | 2024-09-27T17:49:02.460Z | PASS [ 29.598s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
5108 | 2024-09-27T17:49:02.528Z | PASS [ 36.530s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
5109 | 2024-09-27T17:49:03.382Z | PASS [ 30.530s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
5110 | 2024-09-27T17:49:21.630Z | PASS [ 28.960s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
5111 | 2024-09-27T17:49:29.772Z | PASS [ 27.216s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
5112 | 2024-09-27T17:49:29.869Z | PASS [ 26.459s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
5113 | 2024-09-27T17:49:29.974Z | PASS [ 27.485s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
5114 | 2024-09-27T17:49:31.095Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5115 | 2024-09-27T17:49:31.127Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5116 | 2024-09-27T17:49:31.250Z | PASS [ 32.864s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
5117 | 2024-09-27T17:49:51.678Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
5118 | 2024-09-27T17:49:57.805Z | PASS [ 27.906s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds |
5119 | 2024-09-27T17:49:58.114Z | PASS [ 28.313s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently |
5120 | 2024-09-27T17:49:59.915Z | PASS [ 68.229s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
5121 | 2024-09-27T17:49:59.938Z | PASS [ 29.934s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently |
5122 | 2024-09-27T17:50:21.693Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
5123 | 2024-09-27T17:50:29.904Z | PASS [ 31.757s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently |
5124 | 2024-09-27T17:50:29.990Z | PASS [ 32.152s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds |
5125 | 2024-09-27T17:50:30.644Z | PASS [ 30.674s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds |
5126 | 2024-09-27T17:50:31.159Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5127 | 2024-09-27T17:50:31.190Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5128 | 2024-09-27T17:50:31.313Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
5129 | 2024-09-27T17:50:59.978Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
5130 | 2024-09-27T17:51:01.500Z | PASS [ 30.824s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds |
5131 | 2024-09-27T17:51:02.931Z | PASS [ 32.993s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently |
5132 | 2024-09-27T17:51:06.722Z | PASS [ 104.983s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
5133 | 2024-09-27T17:51:30.054Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
5134 | 2024-09-27T17:51:31.222Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5135 | 2024-09-27T17:51:31.253Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5136 | 2024-09-27T17:51:31.376Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
5137 | 2024-09-27T17:51:33.091Z | PASS [ 31.559s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently |
5138 | 2024-09-27T17:51:35.220Z | PASS [ 28.469s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds |
5139 | 2024-09-27T17:51:35.408Z | PASS [ 124.027s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
5140 | 2024-09-27T17:51:48.546Z | PASS [ 108.517s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
5141 | 2024-09-27T17:52:02.994Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
5142 | 2024-09-27T17:52:05.271Z | PASS [ 32.146s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently |
5143 | 2024-09-27T17:52:06.165Z | PASS [ 30.725s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds |
5144 | 2024-09-27T17:52:15.517Z | PASS [ 72.510s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
5145 | 2024-09-27T17:52:19.874Z | PASS [ 31.297s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently |
5146 | 2024-09-27T17:52:30.117Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
5147 | 2024-09-27T17:52:31.287Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5148 | 2024-09-27T17:52:31.317Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5149 | 2024-09-27T17:52:35.284Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
5150 | 2024-09-27T17:52:36.569Z | PASS [ 30.374s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds |
5151 | 2024-09-27T17:52:46.401Z | PASS [ 30.852s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently |
5152 | 2024-09-27T17:53:05.334Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
5153 | 2024-09-27T17:53:06.924Z | PASS [ 156.771s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
5154 | 2024-09-27T17:53:08.031Z | PASS [ 31.427s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently |
5155 | 2024-09-27T17:53:16.693Z | PASS [ 71.343s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
5156 | 2024-09-27T17:53:19.937Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
5157 | 2024-09-27T17:53:31.349Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5158 | 2024-09-27T17:53:31.380Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5159 | 2024-09-27T17:53:35.346Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
5160 | 2024-09-27T17:53:37.720Z | PASS [ 30.764s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds |
5161 | 2024-09-27T17:53:37.841Z | PASS [ 29.780s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds |
5162 | 2024-09-27T17:53:38.990Z | PASS [ 123.642s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
5163 | 2024-09-27T17:53:46.464Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
5164 | 2024-09-27T17:53:56.217Z | PASS [ 39.488s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind |
5165 | 2024-09-27T17:54:00.731Z | PASS [ 21.719s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
5166 | 2024-09-27T17:54:04.976Z | PASS [ 104.989s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
5167 | 2024-09-27T17:54:05.221Z | PASS [ 27.473s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently |
5168 | 2024-09-27T17:54:05.813Z | PASS [ 27.944s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
5169 | 2024-09-27T17:54:15.891Z | PASS [ 19.653s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga |
5170 | 2024-09-27T17:54:24.915Z | PASS [ 19.673s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region |
5171 | 2024-09-27T17:54:31.412Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5172 | 2024-09-27T17:54:31.443Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5173 | 2024-09-27T17:54:32.922Z | PASS [ 31.939s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently |
5174 | 2024-09-27T17:54:32.929Z | PASS [ 27.812s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently |
5175 | 2024-09-27T17:54:33.122Z | PASS [ 27.279s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga |
5176 | 2024-09-27T17:54:34.166Z | PASS [ 18.255s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga |
5177 | 2024-09-27T17:54:34.752Z | PASS [ 108.239s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
5178 | 2024-09-27T17:54:54.800Z | PASS [ 21.651s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga |
5179 | 2024-09-27T17:54:54.856Z | PASS [ 0.060s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
5180 | 2024-09-27T17:55:00.557Z | PASS [ 35.606s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently |
5181 | 2024-09-27T17:55:04.347Z | PASS [ 31.610s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently |
5182 | 2024-09-27T17:55:04.827Z | PASS [ 31.981s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga |
5183 | 2024-09-27T17:55:23.211Z | PASS [ 28.326s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
5184 | 2024-09-27T17:55:24.810Z | PASS [ 19.961s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
5185 | 2024-09-27T17:55:31.475Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5186 | 2024-09-27T17:55:31.506Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5187 | 2024-09-27T17:55:34.229Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5188 | 2024-09-27T17:55:34.814Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
5189 | 2024-09-27T17:55:38.123Z | PASS [ 37.526s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
5190 | 2024-09-27T17:55:44.424Z | PASS [ 6.295s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
5191 | 2024-09-27T17:55:44.480Z | PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_accept_gz |
5192 | 2024-09-27T17:55:44.539Z | PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
5193 | 2024-09-27T17:55:44.597Z | PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
5194 | 2024-09-27T17:55:44.677Z | PASS [ 0.079s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
5195 | 2024-09-27T17:55:44.745Z | PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
5196 | 2024-09-27T17:55:44.820Z | PASS [ 0.074s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
5197 | 2024-09-27T17:55:44.884Z | PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
5198 | 2024-09-27T17:55:44.950Z | PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_relative_uri |
5199 | 2024-09-27T17:55:47.171Z | PASS [ 22.339s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
5200 | 2024-09-27T17:55:47.694Z | PASS [ 43.302s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
5201 | 2024-09-27T17:55:50.367Z | PASS [ 27.127s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
5202 | 2024-09-27T17:55:58.428Z | PASS [ 83.590s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
5203 | 2024-09-27T17:56:00.307Z | PASS [ 1.877s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
5204 | 2024-09-27T17:56:01.359Z | PASS [ 1.051s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
5205 | 2024-09-27T17:56:01.490Z | PASS [ 0.132s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
5206 | 2024-09-27T17:56:06.672Z | PASS [ 18.958s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
5207 | 2024-09-27T17:56:06.774Z | PASS [ 19.582s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
5208 | 2024-09-27T17:56:11.758Z | PASS [ 21.370s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list |
5209 | 2024-09-27T17:56:21.660Z | PASS [ 20.148s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
5210 | 2024-09-27T17:56:27.720Z | PASS [ 20.923s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
5211 | 2024-09-27T17:56:27.878Z | PASS [ 21.183s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
5212 | 2024-09-27T17:56:30.123Z | PASS [ 18.346s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
5213 | 2024-09-27T17:56:30.193Z | PASS [ 538.647s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5214 | 2024-09-27T17:56:31.539Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5215 | 2024-09-27T17:56:33.320Z | PASS [ 541.740s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5216 | 2024-09-27T17:56:34.292Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5217 | 2024-09-27T17:56:42.721Z | PASS [ 21.040s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
5218 | 2024-09-27T17:56:45.014Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
5219 | 2024-09-27T17:56:48.256Z | PASS [ 20.356s] omicron-nexus::test_all integration_tests::basic::test_ping |
5220 | 2024-09-27T17:56:48.849Z | PASS [ 21.108s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
5221 | 2024-09-27T17:56:52.905Z | PASS [ 19.620s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
5222 | 2024-09-27T17:56:56.825Z | PASS [ 26.674s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
5223 | 2024-09-27T17:57:01.345Z | PASS [ 31.128s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
5224 | 2024-09-27T17:57:01.435Z | PASS [ 18.694s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
5225 | 2024-09-27T17:57:06.908Z | PASS [ 18.041s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
5226 | 2024-09-27T17:57:07.231Z | PASS [ 18.957s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
5227 | 2024-09-27T17:57:09.514Z | PASS [ 2.603s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
5228 | 2024-09-27T17:57:09.549Z | PASS [ 2.315s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
5229 | 2024-09-27T17:57:09.622Z | PASS [ 0.107s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
5230 | 2024-09-27T17:57:11.019Z | PASS [ 18.095s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
5231 | 2024-09-27T17:57:15.514Z | PASS [ 18.669s] omicron-nexus::test_all integration_tests::certificates::test_crud |
5232 | 2024-09-27T17:57:20.166Z | PASS [ 18.803s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
5233 | 2024-09-27T17:57:24.969Z | PASS [ 23.511s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
5234 | 2024-09-27T17:57:27.740Z | PASS [ 18.098s] omicron-nexus::test_all integration_tests::console_api::test_assets |
5235 | 2024-09-27T17:57:28.048Z | PASS [ 18.480s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
5236 | 2024-09-27T17:57:29.479Z | PASS [ 18.440s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
5237 | 2024-09-27T17:57:34.356Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5238 | 2024-09-27T17:57:37.731Z | PASS [ 22.193s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
5239 | 2024-09-27T17:57:42.368Z | PASS [ 22.179s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
5240 | 2024-09-27T17:57:43.244Z | PASS [ 18.241s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
5241 | 2024-09-27T17:57:45.076Z | SLOW [>120.000s] omicron-nexus populate::test::test_populators |
5242 | 2024-09-27T17:57:46.311Z | PASS [ 18.554s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
5243 | 2024-09-27T17:57:46.891Z | PASS [ 18.823s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
5244 | 2024-09-27T17:57:51.609Z | PASS [ 22.108s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
5245 | 2024-09-27T17:57:55.519Z | PASS [ 17.770s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
5246 | 2024-09-27T17:58:01.146Z | PASS [ 18.756s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga |
5247 | 2024-09-27T17:58:02.606Z | PASS [ 19.355s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
5248 | 2024-09-27T17:58:15.220Z | PASS [ 28.878s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
5249 | 2024-09-27T17:58:16.674Z | PASS [ 25.039s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
5250 | 2024-09-27T17:58:20.685Z | PASS [ 25.141s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
5251 | 2024-09-27T17:58:21.914Z | PASS [ 34.988s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
5252 | 2024-09-27T17:58:25.761Z | PASS [ 24.590s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
5253 | 2024-09-27T17:58:27.107Z | PASS [ 24.476s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge |
5254 | 2024-09-27T17:58:34.419Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5255 | 2024-09-27T17:58:36.115Z | PASS [ 170.988s] omicron-nexus populate::test::test_populators |
5256 | 2024-09-27T17:58:40.291Z | PASS [ 25.045s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
5257 | 2024-09-27T17:58:53.086Z | PASS [ 27.297s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
5258 | 2024-09-27T17:58:53.491Z | PASS [ 36.778s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
5259 | 2024-09-27T17:58:54.523Z | PASS [ 27.386s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
5260 | 2024-09-27T17:58:58.349Z | PASS [ 22.211s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
5261 | 2024-09-27T17:59:03.018Z | PASS [ 22.702s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
5262 | 2024-09-27T17:59:06.030Z | PASS [ 45.297s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
5263 | 2024-09-27T17:59:15.169Z | PASS [ 53.197s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
5264 | 2024-09-27T17:59:16.740Z | PASS [ 23.224s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
5265 | 2024-09-27T17:59:20.466Z | PASS [ 27.328s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
5266 | 2024-09-27T17:59:26.486Z | PASS [ 31.931s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
5267 | 2024-09-27T17:59:31.281Z | PASS [ 28.235s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
5268 | 2024-09-27T17:59:34.481Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5269 | 2024-09-27T17:59:37.033Z | PASS [ 30.971s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
5270 | 2024-09-27T17:59:43.073Z | PASS [ 44.678s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
5271 | 2024-09-27T17:59:47.522Z | PASS [ 32.318s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
5272 | 2024-09-27T17:59:50.311Z | PASS [ 29.838s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent |
5273 | 2024-09-27T17:59:52.656Z | PASS [ 35.879s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
5274 | 2024-09-27T17:59:57.369Z | PASS [ 30.852s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
5275 | 2024-09-27T18:00:00.964Z | PASS [ 29.652s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
5276 | 2024-09-27T18:00:05.568Z | PASS [ 28.504s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete |
5277 | 2024-09-27T18:00:13.845Z | PASS [ 30.740s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent |
5278 | 2024-09-27T18:00:15.308Z | PASS [ 27.759s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary |
5279 | 2024-09-27T18:00:15.787Z | PASS [ 25.449s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate |
5280 | 2024-09-27T18:00:22.201Z | PASS [ 29.515s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace |
5281 | 2024-09-27T18:00:26.251Z | PASS [ 28.851s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools |
5282 | 2024-09-27T18:00:34.545Z | SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5283 | 2024-09-27T18:00:39.496Z | PASS [ 23.684s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
5284 | 2024-09-27T18:00:43.764Z | PASS [ 38.157s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
5285 | 2024-09-27T18:00:48.355Z | PASS [ 22.080s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
5286 | 2024-09-27T18:00:49.484Z | PASS [ 48.470s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
5287 | 2024-09-27T18:00:53.382Z | PASS [ 31.149s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
5288 | 2024-09-27T18:00:59.488Z | PASS [ 45.596s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
5289 | 2024-09-27T18:01:00.319Z | PASS [ 44.964s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
5290 | 2024-09-27T18:01:06.442Z | PASS [ 22.655s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
5291 | 2024-09-27T18:01:10.049Z | PASS [ 3.601s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
5292 | 2024-09-27T18:01:10.586Z | PASS [ 0.534s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
5293 | 2024-09-27T18:01:11.143Z | PASS [ 0.560s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
5294 | 2024-09-27T18:01:11.490Z | PASS [ 23.112s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
5295 | 2024-09-27T18:01:11.509Z | PASS [ 0.367s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
5296 | 2024-09-27T18:01:13.083Z | PASS [ 23.575s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
5297 | 2024-09-27T18:01:13.225Z | PASS [ 33.696s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
5298 | 2024-09-27T18:01:16.883Z | PASS [ 23.477s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin |
5299 | 2024-09-27T18:01:23.101Z | PASS [ 23.587s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
5300 | 2024-09-27T18:01:23.145Z | PASS [ 22.802s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
5301 | 2024-09-27T18:01:34.608Z | SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5302 | 2024-09-27T18:01:40.890Z | PASS [ 29.369s] omicron-nexus::test_all integration_tests::images::test_image_create |
5303 | 2024-09-27T18:01:43.067Z | PASS [ 31.521s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
5304 | 2024-09-27T18:01:44.063Z | PASS [ 30.805s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
5305 | 2024-09-27T18:01:45.844Z | PASS [ 28.929s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
5306 | 2024-09-27T18:01:46.139Z | PASS [ 33.022s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
5307 | 2024-09-27T18:01:50.028Z | PASS [ 26.899s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
5308 | 2024-09-27T18:01:50.178Z | PASS [ 27.006s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
5309 | 2024-09-27T18:01:53.328Z | PASS [ 7.480s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
5310 | 2024-09-27T18:01:55.325Z | PASS [ 11.250s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
5311 | 2024-09-27T18:01:56.386Z | PASS [ 10.238s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
5312 | 2024-09-27T18:02:03.470Z | PASS [ 22.556s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
5313 | 2024-09-27T18:02:18.293Z | PASS [ 28.237s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
5314 | 2024-09-27T18:02:22.480Z | PASS [ 18.990s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
5315 | 2024-09-27T18:02:24.672Z | PASS [ 31.309s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
5316 | 2024-09-27T18:02:25.149Z | PASS [ 28.733s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
5317 | 2024-09-27T18:02:28.646Z | PASS [ 38.427s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
5318 | 2024-09-27T18:02:34.671Z | SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5319 | 2024-09-27T18:02:35.031Z | PASS [ 39.664s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
5320 | 2024-09-27T18:02:39.109Z | PASS [ 20.794s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
5321 | 2024-09-27T18:02:43.130Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
5322 | 2024-09-27T18:02:45.750Z | PASS [ 21.056s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
5323 | 2024-09-27T18:02:51.313Z | PASS [ 68.177s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
5324 | 2024-09-27T18:03:00.512Z | PASS [ 21.381s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
5325 | 2024-09-27T18:03:01.849Z | PASS [ 39.324s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
5326 | 2024-09-27T18:03:03.797Z | PASS [ 28.738s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
5327 | 2024-09-27T18:03:04.673Z | PASS [ 509.979s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5328 | 2024-09-27T18:03:05.476Z | PASS [ 40.283s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
5329 | 2024-09-27T18:03:28.709Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
5330 | 2024-09-27T18:03:30.320Z | PASS [ 38.967s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
5331 | 2024-09-27T18:03:34.619Z | PASS [ 30.791s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
5332 | 2024-09-27T18:03:35.077Z | PASS [ 30.375s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
5333 | 2024-09-27T18:03:35.537Z | PASS [ 34.988s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
5334 | 2024-09-27T18:03:36.471Z | PASS [ 34.591s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
5335 | 2024-09-27T18:03:39.927Z | PASS [ 34.417s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
5336 | 2024-09-27T18:03:45.813Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
5337 | 2024-09-27T18:03:46.317Z | PASS [ 60.503s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
5338 | 2024-09-27T18:03:54.879Z | PASS [ 86.144s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
5339 | 2024-09-27T18:04:02.022Z | PASS [ 26.916s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
5340 | 2024-09-27T18:04:04.331Z | PASS [ 29.680s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
5341 | 2024-09-27T18:04:07.052Z | PASS [ 31.482s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted |
5342 | 2024-09-27T18:04:08.425Z | PASS [ 31.921s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted |
5343 | 2024-09-27T18:04:12.677Z | PASS [ 32.716s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates |
5344 | 2024-09-27T18:04:17.097Z | PASS [ 30.751s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted |
5345 | 2024-09-27T18:04:18.655Z | PASS [ 48.278s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
5346 | 2024-09-27T18:04:25.453Z | PASS [ 30.542s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted |
5347 | 2024-09-27T18:04:41.082Z | PASS [ 39.019s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled |
5348 | 2024-09-27T18:04:43.092Z | PASS [ 34.630s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
5349 | 2024-09-27T18:04:44.043Z | PASS [ 36.954s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
5350 | 2024-09-27T18:04:46.683Z | PASS [ 42.304s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
5351 | 2024-09-27T18:04:48.875Z | PASS [ 36.160s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes |
5352 | 2024-09-27T18:05:00.662Z | PASS [ 43.518s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
5353 | 2024-09-27T18:05:01.554Z | PASS [ 36.064s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
5354 | 2024-09-27T18:05:01.793Z | PASS [ 20.691s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
5355 | 2024-09-27T18:05:04.849Z | PASS [ 20.783s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
5356 | 2024-09-27T18:05:10.830Z | PASS [ 24.128s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
5357 | 2024-09-27T18:05:12.285Z | PASS [ 23.387s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
5358 | 2024-09-27T18:05:14.674Z | PASS [ 31.550s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
5359 | 2024-09-27T18:05:18.712Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
5360 | 2024-09-27T18:05:20.747Z | PASS [ 20.064s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
5361 | 2024-09-27T18:05:27.359Z | PASS [ 25.781s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors |
5362 | 2024-09-27T18:05:27.378Z | PASS [ 25.558s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher |
5363 | 2024-09-27T18:05:31.354Z | PASS [ 16.662s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
5364 | 2024-09-27T18:05:34.665Z | PASS [ 23.811s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
5365 | 2024-09-27T18:05:39.296Z | PASS [ 18.530s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
5366 | 2024-09-27T18:05:39.379Z | PASS [ 27.066s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
5367 | 2024-09-27T18:05:39.549Z | PASS [ 34.666s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
5368 | 2024-09-27T18:05:45.308Z | PASS [ 17.928s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
5369 | 2024-09-27T18:05:45.600Z | PASS [ 18.202s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
5370 | 2024-09-27T18:05:49.769Z | PASS [ 18.396s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
5371 | 2024-09-27T18:05:55.459Z | PASS [ 20.771s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
5372 | 2024-09-27T18:05:58.171Z | PASS [ 18.601s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
5373 | 2024-09-27T18:05:58.266Z | PASS [ 18.867s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
5374 | 2024-09-27T18:05:59.367Z | PASS [ 20.050s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
5375 | 2024-09-27T18:06:03.732Z | PASS [ 18.113s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6 |
5376 | 2024-09-27T18:06:03.796Z | PASS [ 18.470s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
5377 | 2024-09-27T18:06:08.179Z | PASS [ 18.391s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
5378 | 2024-09-27T18:06:15.945Z | PASS [ 20.464s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
5379 | 2024-09-27T18:06:18.111Z | PASS [ 19.825s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
5380 | 2024-09-27T18:06:18.775Z | SLOW [>120.000s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
5381 | 2024-09-27T18:06:19.819Z | PASS [ 21.627s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
5382 | 2024-09-27T18:06:21.713Z | PASS [ 22.324s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination |
5383 | 2024-09-27T18:06:22.040Z | PASS [ 18.224s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total |
5384 | 2024-09-27T18:06:23.383Z | PASS [ 19.631s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
5385 | 2024-09-27T18:06:35.044Z | PASS [ 26.837s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
5386 | 2024-09-27T18:06:36.342Z | PASS [ 137.553s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
5387 | 2024-09-27T18:06:40.809Z | PASS [ 18.749s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
5388 | 2024-09-27T18:06:41.145Z | PASS [ 19.412s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list |
5389 | 2024-09-27T18:06:43.787Z | PASS [ 23.943s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics |
5390 | 2024-09-27T18:06:46.155Z | PASS [ 22.749s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
5391 | 2024-09-27T18:06:54.441Z | PASS [ 38.457s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics |
5392 | 2024-09-27T18:07:08.421Z | PASS [ 27.584s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
5393 | 2024-09-27T18:07:09.100Z | PASS [ 27.926s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
5394 | 2024-09-27T18:07:10.390Z | PASS [ 35.310s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
5395 | 2024-09-27T18:07:10.891Z | PASS [ 27.075s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
5396 | 2024-09-27T18:07:17.487Z | PASS [ 57.373s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
5397 | 2024-09-27T18:07:30.478Z | PASS [ 54.075s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
5398 | 2024-09-27T18:07:35.571Z | PASS [ 27.123s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
5399 | 2024-09-27T18:07:36.125Z | PASS [ 49.912s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
5400 | 2024-09-27T18:07:42.319Z | PASS [ 47.829s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
5401 | 2024-09-27T18:07:47.385Z | PASS [ 36.457s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
5402 | 2024-09-27T18:07:51.877Z | PASS [ 36.296s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
5403 | 2024-09-27T18:07:53.577Z | PASS [ 43.141s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
5404 | 2024-09-27T18:07:56.197Z | PASS [ 25.697s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
5405 | 2024-09-27T18:07:58.235Z | PASS [ 49.081s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
5406 | 2024-09-27T18:08:10.437Z | PASS [ 23.028s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
5407 | 2024-09-27T18:08:14.221Z | PASS [ 22.320s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
5408 | 2024-09-27T18:08:19.815Z | PASS [ 21.560s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
5409 | 2024-09-27T18:08:20.295Z | PASS [ 26.691s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
5410 | 2024-09-27T18:08:22.972Z | PASS [ 26.746s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
5411 | 2024-09-27T18:08:24.379Z | PASS [ 48.757s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
5412 | 2024-09-27T18:08:25.863Z | PASS [ 49.690s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
5413 | 2024-09-27T18:08:37.204Z | PASS [ 26.738s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
5414 | 2024-09-27T18:08:40.867Z | PASS [ 58.487s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
5415 | 2024-09-27T18:08:42.906Z | PASS [ 22.469s] omicron-nexus::test_all integration_tests::projects::test_projects |
5416 | 2024-09-27T18:08:43.766Z | PASS [ 23.926s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
5417 | 2024-09-27T18:08:45.249Z | PASS [ 19.368s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
5418 | 2024-09-27T18:08:45.333Z | PASS [ 31.082s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
5419 | 2024-09-27T18:08:45.687Z | PASS [ 22.690s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits |
5420 | 2024-09-27T18:08:59.366Z | PASS [ 22.140s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
5421 | 2024-09-27T18:09:04.296Z | PASS [ 23.403s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
5422 | 2024-09-27T18:09:05.015Z | PASS [ 22.202s] omicron-nexus::test_all integration_tests::rack::test_sled_add |
5423 | 2024-09-27T18:09:05.218Z | PASS [ 21.430s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
5424 | 2024-09-27T18:09:06.413Z | PASS [ 21.143s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
5425 | 2024-09-27T18:09:06.741Z | PASS [ 0.329s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
5426 | 2024-09-27T18:09:07.238Z | PASS [ 21.883s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
5427 | 2024-09-27T18:09:07.373Z | PASS [ 21.668s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
5428 | 2024-09-27T18:09:08.411Z | PASS [ 3.394s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
5429 | 2024-09-27T18:09:08.655Z | PASS [ 3.433s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
5430 | 2024-09-27T18:09:10.104Z | PASS [ 3.357s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
5431 | 2024-09-27T18:09:10.572Z | PASS [ 3.328s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
5432 | 2024-09-27T18:09:11.871Z | PASS [ 47.346s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
5433 | 2024-09-27T18:09:11.922Z | PASS [ 0.145s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
5434 | 2024-09-27T18:09:12.029Z | PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
5435 | 2024-09-27T18:09:12.148Z | PASS [ 0.120s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
5436 | 2024-09-27T18:09:12.294Z | PASS [ 0.125s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
5437 | 2024-09-27T18:09:12.413Z | PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
5438 | 2024-09-27T18:09:15.161Z | PASS [ 15.777s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
5439 | 2024-09-27T18:09:27.079Z | PASS [ 22.760s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
5440 | 2024-09-27T18:09:31.811Z | PASS [ 24.412s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations |
5441 | 2024-09-27T18:09:32.406Z | PASS [ 23.969s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets |
5442 | 2024-09-27T18:09:32.685Z | PASS [ 22.559s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target |
5443 | 2024-09-27T18:09:33.661Z | PASS [ 21.234s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
5444 | 2024-09-27T18:09:33.770Z | PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
5445 | 2024-09-27T18:09:34.131Z | PASS [ 23.524s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes |
5446 | 2024-09-27T18:09:34.783Z | PASS [ 19.603s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
5447 | 2024-09-27T18:09:34.905Z | PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
5448 | 2024-09-27T18:09:35.007Z | PASS [ 0.100s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
5449 | 2024-09-27T18:09:38.874Z | PASS [ 30.187s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6 |
5450 | 2024-09-27T18:09:49.131Z | PASS [ 22.029s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
5451 | 2024-09-27T18:09:54.419Z | PASS [ 22.583s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
5452 | 2024-09-27T18:09:54.888Z | PASS [ 22.468s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
5453 | 2024-09-27T18:09:55.217Z | PASS [ 22.518s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
5454 | 2024-09-27T18:09:56.804Z | PASS [ 23.021s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
5455 | 2024-09-27T18:09:56.941Z | PASS [ 22.798s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
5456 | 2024-09-27T18:09:57.007Z | PASS [ 21.987s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
5457 | 2024-09-27T18:09:57.954Z | PASS [ 19.071s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
5458 | 2024-09-27T18:10:03.215Z | PASS [ 14.079s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
5459 | 2024-09-27T18:10:05.295Z | PASS [ 8.348s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
5460 | 2024-09-27T18:10:06.218Z | PASS [ 11.788s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
5461 | 2024-09-27T18:10:13.256Z | PASS [ 7.953s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
5462 | 2024-09-27T18:10:14.133Z | PASS [ 7.907s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
5463 | 2024-09-27T18:10:21.106Z | PASS [ 7.842s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
5464 | 2024-09-27T18:10:21.931Z | PASS [ 7.792s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
5465 | 2024-09-27T18:10:29.101Z | PASS [ 7.984s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
5466 | 2024-09-27T18:10:33.724Z | PASS [ 4.619s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
5467 | 2024-09-27T18:11:15.792Z | PASS [ 42.026s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
5468 | 2024-09-27T18:11:16.948Z | PASS [ 54.960s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
5469 | 2024-09-27T18:11:35.330Z | PASS [ 19.517s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
5470 | 2024-09-27T18:11:52.966Z | PASS [ 35.962s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
5471 | 2024-09-27T18:12:08.231Z | PASS [ 15.252s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
5472 | 2024-09-27T18:12:08.392Z | PASS [ 15.426s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
5473 | 2024-09-27T18:12:08.868Z | PASS [ 15.896s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
5474 | 2024-09-27T18:12:09.231Z | PASS [ 16.247s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
5475 | 2024-09-27T18:12:21.669Z | PASS [ 46.269s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
5476 | 2024-09-27T18:12:24.329Z | PASS [ 16.081s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
5477 | 2024-09-27T18:12:25.321Z | PASS [ 16.433s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
5478 | 2024-09-27T18:12:25.372Z | PASS [ 16.961s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
5479 | 2024-09-27T18:12:25.564Z | PASS [ 16.314s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
5480 | 2024-09-27T18:12:44.417Z | PASS [ 22.737s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
5481 | 2024-09-27T18:12:44.549Z | PASS [ 22.862s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
5482 | 2024-09-27T18:12:45.103Z | PASS [ 23.406s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
5483 | 2024-09-27T18:12:46.691Z | PASS [ 25.013s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
5484 | 2024-09-27T18:12:47.302Z | PASS [ 22.948s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
5485 | 2024-09-27T18:12:47.423Z | PASS [ 22.080s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
5486 | 2024-09-27T18:12:48.684Z | PASS [ 23.096s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
5487 | 2024-09-27T18:12:51.062Z | PASS [ 25.574s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
5488 | 2024-09-27T18:13:07.859Z | PASS [ 22.726s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
5489 | 2024-09-27T18:13:07.859Z | PASS [ 23.276s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
5490 | 2024-09-27T18:13:09.516Z | PASS [ 22.070s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
5491 | 2024-09-27T18:13:10.354Z | PASS [ 23.026s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
5492 | 2024-09-27T18:13:10.407Z | PASS [ 23.661s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
5493 | 2024-09-27T18:13:11.429Z | PASS [ 26.980s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
5494 | 2024-09-27T18:13:12.322Z | PASS [ 23.581s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
5495 | 2024-09-27T18:13:17.368Z | PASS [ 26.364s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
5496 | 2024-09-27T18:13:31.575Z | PASS [ 22.028s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
5497 | 2024-09-27T18:13:32.204Z | PASS [ 24.321s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
5498 | 2024-09-27T18:13:32.971Z | PASS [ 22.545s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
5499 | 2024-09-27T18:13:35.922Z | PASS [ 23.499s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
5500 | 2024-09-27T18:13:36.309Z | PASS [ 28.420s] omicron-nexus::test_all integration_tests::silos::test_silos |
5501 | 2024-09-27T18:13:40.609Z | PASS [ 29.075s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
5502 | 2024-09-27T18:13:41.078Z | PASS [ 29.609s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
5503 | 2024-09-27T18:13:51.233Z | PASS [ 33.833s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
5504 | 2024-09-27T18:13:54.480Z | PASS [ 21.514s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
5505 | 2024-09-27T18:13:59.131Z | PASS [ 23.293s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
5506 | 2024-09-27T18:14:00.252Z | PASS [ 23.917s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
5507 | 2024-09-27T18:14:01.804Z | PASS [ 22.323s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
5508 | 2024-09-27T18:14:04.643Z | PASS [ 32.412s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot |
5509 | 2024-09-27T18:14:06.243Z | PASS [ 4.434s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
5510 | 2024-09-27T18:14:06.534Z | PASS [ 34.930s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
5511 | 2024-09-27T18:14:07.763Z | PASS [ 1.520s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
5512 | 2024-09-27T18:14:09.134Z | PASS [ 4.485s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
5513 | 2024-09-27T18:14:10.926Z | PASS [ 4.388s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
5514 | 2024-09-27T18:14:12.164Z | PASS [ 4.396s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
5515 | 2024-09-27T18:14:16.588Z | PASS [ 35.485s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
5516 | 2024-09-27T18:14:17.163Z | PASS [ 25.902s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge |
5517 | 2024-09-27T18:14:18.921Z | PASS [ 2.330s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
5518 | 2024-09-27T18:14:23.884Z | PASS [ 29.374s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance |
5519 | 2024-09-27T18:14:27.186Z | PASS [ 26.907s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
5520 | 2024-09-27T18:14:28.254Z | PASS [ 29.092s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
5521 | 2024-09-27T18:14:29.565Z | PASS [ 20.412s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
5522 | 2024-09-27T18:14:37.159Z | PASS [ 19.978s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
5523 | 2024-09-27T18:14:42.700Z | PASS [ 23.753s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
5524 | 2024-09-27T18:14:42.947Z | PASS [ 19.042s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized |
5525 | 2024-09-27T18:14:48.363Z | PASS [ 21.155s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
5526 | 2024-09-27T18:14:48.391Z | PASS [ 37.425s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
5527 | 2024-09-27T18:15:00.005Z | PASS [ 30.408s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
5528 | 2024-09-27T18:15:04.974Z | PASS [ 36.682s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
5529 | 2024-09-27T18:15:08.869Z | PASS [ 31.674s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
5530 | 2024-09-27T18:15:09.225Z | PASS [ 26.499s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions |
5531 | 2024-09-27T18:15:12.227Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
5532 | 2024-09-27T18:15:14.612Z | PASS [ 31.634s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
5533 | 2024-09-27T18:15:19.719Z | PASS [ 31.323s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
5534 | 2024-09-27T18:15:19.915Z | PASS [ 31.492s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
5535 | 2024-09-27T18:15:35.112Z | PASS [ 35.070s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
5536 | 2024-09-27T18:15:40.468Z | PASS [ 31.211s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
5537 | 2024-09-27T18:15:40.764Z | PASS [ 31.865s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
5538 | 2024-09-27T18:15:41.306Z | PASS [ 36.295s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
5539 | 2024-09-27T18:15:43.107Z | PASS [ 28.466s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
5540 | 2024-09-27T18:15:45.108Z | PASS [ 25.363s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
5541 | 2024-09-27T18:15:51.970Z | PASS [ 99.702s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
5542 | 2024-09-27T18:15:52.136Z | PASS [ 32.187s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
5543 | 2024-09-27T18:16:14.540Z | PASS [ 39.388s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
5544 | 2024-09-27T18:16:15.536Z | PASS [ 30.397s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
5545 | 2024-09-27T18:16:19.413Z | PASS [ 38.608s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
5546 | 2024-09-27T18:16:19.551Z | PASS [ 39.042s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
5547 | 2024-09-27T18:16:20.235Z | PASS [ 38.881s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
5548 | 2024-09-27T18:16:20.820Z | PASS [ 28.654s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
5549 | 2024-09-27T18:16:21.321Z | PASS [ 38.175s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
5550 | 2024-09-27T18:16:23.178Z | PASS [ 31.177s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
5551 | 2024-09-27T18:16:35.097Z | PASS [ 20.535s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request |
5552 | 2024-09-27T18:16:37.293Z | PASS [ 21.736s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops |
5553 | 2024-09-27T18:16:41.304Z | PASS [ 21.731s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted |
5554 | 2024-09-27T18:16:41.335Z | PASS [ 21.086s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status |
5555 | 2024-09-27T18:16:41.818Z | PASS [ 20.978s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent |
5556 | 2024-09-27T18:16:41.849Z | PASS [ 22.410s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry |
5557 | 2024-09-27T18:16:42.148Z | PASS [ 20.805s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair |
5558 | 2024-09-27T18:16:42.984Z | PASS [ 19.785s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict |
5559 | 2024-09-27T18:16:56.258Z | PASS [ 21.141s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry |
5560 | 2024-09-27T18:16:59.721Z | PASS [ 22.404s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress |
5561 | 2024-09-27T18:17:02.184Z | PASS [ 20.317s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
5562 | 2024-09-27T18:17:02.307Z | PASS [ 20.950s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
5563 | 2024-09-27T18:17:02.507Z | PASS [ 20.667s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
5564 | 2024-09-27T18:17:02.548Z | PASS [ 21.221s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
5565 | 2024-09-27T18:17:02.697Z | PASS [ 20.528s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
5566 | 2024-09-27T18:17:03.427Z | PASS [ 20.423s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
5567 | 2024-09-27T18:17:17.450Z | PASS [ 21.169s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
5568 | 2024-09-27T18:17:20.769Z | PASS [ 21.028s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
5569 | 2024-09-27T18:17:23.492Z | PASS [ 20.922s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
5570 | 2024-09-27T18:17:23.786Z | PASS [ 21.258s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
5571 | 2024-09-27T18:17:24.032Z | PASS [ 21.313s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
5572 | 2024-09-27T18:17:24.058Z | PASS [ 21.728s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
5573 | 2024-09-27T18:17:24.198Z | PASS [ 21.991s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
5574 | 2024-09-27T18:17:24.614Z | PASS [ 21.165s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
5575 | 2024-09-27T18:17:39.591Z | PASS [ 22.116s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
5576 | 2024-09-27T18:17:43.310Z | PASS [ 22.515s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
5577 | 2024-09-27T18:17:45.378Z | PASS [ 21.864s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
5578 | 2024-09-27T18:17:46.612Z | PASS [ 22.556s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name |
5579 | 2024-09-27T18:17:48.724Z | PASS [ 24.908s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths |
5580 | 2024-09-27T18:17:49.069Z | PASS [ 24.984s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
5581 | 2024-09-27T18:17:50.504Z | PASS [ 25.862s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations |
5582 | 2024-09-27T18:17:53.799Z | PASS [ 29.570s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet |
5583 | 2024-09-27T18:17:53.936Z | PASS [ 0.138s] omicron-package dot::test::test_bad_dependency |
5584 | 2024-09-27T18:17:54.005Z | PASS [ 0.069s] omicron-package dot::test::test_dot_output |
5585 | 2024-09-27T18:17:57.988Z | PASS [ 7.476s] omicron-omdb::test_all_output test_omdb_usage_errors |
5586 | 2024-09-27T18:17:58.012Z | PASS [ 0.024s] omicron-passwords test::test_password_constraints |
5587 | 2024-09-27T18:18:00.885Z | PASS [ 2.868s] omicron-passwords test::test_reproducible |
5588 | 2024-09-27T18:18:01.192Z | PASS [ 7.179s] omicron-passwords test::test_compatible |
5589 | 2024-09-27T18:18:01.249Z | PASS [ 0.051s] omicron-passwords test::test_stable |
5590 | 2024-09-27T18:18:01.275Z | PASS [ 0.029s] omicron-passwords test::test_weak_hashes |
5591 | 2024-09-27T18:18:01.324Z | PASS [ 0.043s] omicron-rpaths internal::tests::test_configure_from_path |
5592 | 2024-09-27T18:18:01.375Z | PASS [ 0.058s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
5593 | 2024-09-27T18:18:01.401Z | PASS [ 0.026s] omicron-rpaths internal::tests::test_emit_rpath |
5594 | 2024-09-27T18:18:01.789Z | PASS [ 0.388s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
5595 | 2024-09-27T18:18:02.406Z | PASS [ 0.617s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
5596 | 2024-09-27T18:18:02.501Z | PASS [ 0.096s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
5597 | 2024-09-27T18:18:02.647Z | PASS [ 0.143s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
5598 | 2024-09-27T18:18:02.748Z | PASS [ 0.102s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
5599 | 2024-09-27T18:18:03.302Z | PASS [ 0.553s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
5600 | 2024-09-27T18:18:03.398Z | PASS [ 0.096s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
5601 | 2024-09-27T18:18:03.457Z | PASS [ 0.057s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
5602 | 2024-09-27T18:18:03.524Z | PASS [ 0.069s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
5603 | 2024-09-27T18:18:03.563Z | PASS [ 0.039s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
5604 | 2024-09-27T18:18:03.609Z | PASS [ 0.046s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
5605 | 2024-09-27T18:18:03.649Z | PASS [ 0.039s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
5606 | 2024-09-27T18:18:03.686Z | PASS [ 0.037s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
5607 | 2024-09-27T18:18:03.744Z | PASS [ 0.053s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration |
5608 | 2024-09-27T18:18:03.783Z | PASS [ 0.044s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration |
5609 | 2024-09-27T18:18:03.868Z | PASS [ 0.085s] omicron-sled-agent config::test::test_smf_configs |
5610 | 2024-09-27T18:18:03.961Z | PASS [ 0.093s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores |
5611 | 2024-09-27T18:18:04.012Z | PASS [ 0.048s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
5612 | 2024-09-27T18:18:04.051Z | PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
5613 | 2024-09-27T18:18:04.096Z | PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
5614 | 2024-09-27T18:18:04.143Z | PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
5615 | 2024-09-27T18:18:04.184Z | PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
5616 | 2024-09-27T18:18:08.029Z | PASS [ 3.842s] omicron-sled-agent instance::tests::test_instance_create_events_normal |
5617 | 2024-09-27T18:18:10.149Z | PASS [ 24.743s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
5618 | 2024-09-27T18:18:10.411Z | PASS [ 23.774s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
5619 | 2024-09-27T18:18:11.653Z | PASS [ 28.315s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
5620 | 2024-09-27T18:18:12.933Z | PASS [ 2.521s] omicron-sled-agent instance::tests::test_instance_manager_creation |
5621 | 2024-09-27T18:18:12.966Z | PASS [ 0.033s] omicron-sled-agent probe_manager::test::probe_state_set_ops |
5622 | 2024-09-27T18:18:12.999Z | PASS [ 0.033s] omicron-sled-agent profile::tests::empty_profile |
5623 | 2024-09-27T18:18:13.035Z | PASS [ 0.035s] omicron-sled-agent profile::tests::test_disabled_instance |
5624 | 2024-09-27T18:18:13.070Z | PASS [ 0.036s] omicron-sled-agent profile::tests::test_instance |
5625 | 2024-09-27T18:18:13.107Z | PASS [ 0.036s] omicron-sled-agent profile::tests::test_multiple |
5626 | 2024-09-27T18:18:13.143Z | PASS [ 0.037s] omicron-sled-agent profile::tests::test_property |
5627 | 2024-09-27T18:18:13.179Z | PASS [ 0.035s] omicron-sled-agent profile::tests::test_property_group |
5628 | 2024-09-27T18:18:13.214Z | PASS [ 0.035s] omicron-sled-agent profile::tests::test_service |
5629 | 2024-09-27T18:18:13.257Z | PASS [ 0.043s] omicron-sled-agent profile::tests::test_service_property_group |
5630 | 2024-09-27T18:18:13.307Z | PASS [ 0.039s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
5631 | 2024-09-27T18:18:13.341Z | PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
5632 | 2024-09-27T18:18:13.380Z | PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
5633 | 2024-09-27T18:18:13.429Z | PASS [ 0.048s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v4_schema |
5634 | 2024-09-27T18:18:13.479Z | PASS [ 0.050s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans |
5635 | 2024-09-27T18:18:13.529Z | PASS [ 0.049s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
5636 | 2024-09-27T18:18:13.606Z | PASS [ 0.078s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
5637 | 2024-09-27T18:18:13.648Z | PASS [ 0.041s] omicron-sled-agent services::test::test_all_zones_requests_schema |
5638 | 2024-09-27T18:18:14.188Z | PASS [ 13.292s] omicron-passwords test::test_smoke |
5639 | 2024-09-27T18:18:14.219Z | PASS [ 0.030s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
5640 | 2024-09-27T18:18:14.240Z | PASS [ 4.089s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis |
5641 | 2024-09-27T18:18:14.247Z | PASS [ 6.213s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone |
5642 | 2024-09-27T18:18:14.661Z | PASS [ 25.916s] omicron-omdb::test_all_output test_omdb_env_settings |
5643 | 2024-09-27T18:18:15.317Z | PASS [ 35.691s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance |
5644 | 2024-09-27T18:18:16.242Z | PASS [ 2.593s] omicron-sled-agent services::test::test_bad_generations |
5645 | 2024-09-27T18:18:16.276Z | PASS [ 0.035s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
5646 | 2024-09-27T18:18:16.321Z | PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
5647 | 2024-09-27T18:18:16.361Z | PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
5648 | 2024-09-27T18:18:16.396Z | PASS [ 0.037s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
5649 | 2024-09-27T18:18:16.436Z | PASS [ 0.037s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
5650 | 2024-09-27T18:18:16.482Z | PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
5651 | 2024-09-27T18:18:16.534Z | PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
5652 | 2024-09-27T18:18:17.399Z | PASS [ 3.157s] omicron-sled-agent services::test::test_ensure_service_before_timesync |
5653 | 2024-09-27T18:18:17.432Z | PASS [ 0.034s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot |
5654 | 2024-09-27T18:18:17.462Z | PASS [ 0.029s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region |
5655 | 2024-09-27T18:18:17.490Z | PASS [ 0.028s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused |
5656 | 2024-09-27T18:18:17.516Z | PASS [ 0.027s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first |
5657 | 2024-09-27T18:18:17.546Z | PASS [ 0.031s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first |
5658 | 2024-09-27T18:18:17.575Z | PASS [ 0.028s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region |
5659 | 2024-09-27T18:18:17.601Z | PASS [ 0.026s] omicron-sled-agent sim::storage::test::snapshot_needs_region |
5660 | 2024-09-27T18:18:17.628Z | PASS [ 0.028s] omicron-sled-agent updates::test::test_query_no_components |
5661 | 2024-09-27T18:18:17.634Z | PASS [ 3.415s] omicron-sled-agent services::test::test_ensure_service |
5662 | 2024-09-27T18:18:17.656Z | PASS [ 0.028s] omicron-sled-agent updates::test::test_query_sled_agent_version |
5663 | 2024-09-27T18:18:17.665Z | PASS [ 0.030s] omicron-sled-agent updates::test::test_query_zone_version |
5664 | 2024-09-27T18:18:17.694Z | PASS [ 0.028s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
5665 | 2024-09-27T18:18:17.745Z | PASS [ 3.494s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
5666 | 2024-09-27T18:18:17.775Z | PASS [ 0.117s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
5667 | 2024-09-27T18:18:17.808Z | PASS [ 0.034s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
5668 | 2024-09-27T18:18:17.952Z | PASS [ 3.287s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
5669 | 2024-09-27T18:18:19.015Z | PASS [ 3.694s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
5670 | 2024-09-27T18:18:20.913Z | PASS [ 3.165s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
5671 | 2024-09-27T18:18:20.932Z | PASS [ 4.397s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
5672 | 2024-09-27T18:18:20.961Z | PASS [ 0.028s] omicron-sled-agent zone_bundle::tests::test_dir_size |
5673 | 2024-09-27T18:18:21.005Z | PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du |
5674 | 2024-09-27T18:18:21.025Z | PASS [ 3.214s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
5675 | 2024-09-27T18:18:21.079Z | PASS [ 31.981s] omicron-omdb::test_all_output test_omdb_success_cases |
5676 | 2024-09-27T18:18:21.145Z | PASS [ 3.191s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
5677 | 2024-09-27T18:18:21.232Z | PASS [ 0.087s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
5678 | 2024-09-27T18:18:21.249Z | PASS [ 0.169s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
5679 | 2024-09-27T18:18:21.257Z | PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent |
5680 | 2024-09-27T18:18:21.264Z | PASS [ 0.350s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
5681 | 2024-09-27T18:18:21.501Z | PASS [ 3.803s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
5682 | 2024-09-27T18:18:21.525Z | PASS [ 0.023s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
5683 | 2024-09-27T18:18:21.548Z | PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_ports |
5684 | 2024-09-27T18:18:21.606Z | PASS [ 0.601s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
5685 | 2024-09-27T18:18:21.613Z | PASS [ 0.587s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
5686 | 2024-09-27T18:18:21.633Z | PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_ports_timeout |
5687 | 2024-09-27T18:18:21.678Z | PASS [ 0.129s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_ports_slow_write |
5688 | 2024-09-27T18:18:21.835Z | PASS [ 0.570s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified |
5689 | 2024-09-27T18:18:21.835Z | PASS [ 0.578s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified |
5690 | 2024-09-27T18:18:21.843Z | PASS [ 0.229s] omicron-test-utils dev::db::test::test_bad_cmd |
5691 | 2024-09-27T18:18:21.879Z | PASS [ 0.036s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
5692 | 2024-09-27T18:18:21.889Z | PASS [ 0.054s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
5693 | 2024-09-27T18:18:21.911Z | PASS [ 0.032s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
5694 | 2024-09-27T18:18:21.927Z | PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_normal |
5695 | 2024-09-27T18:18:22.036Z | PASS [ 0.402s] omicron-test-utils dev::db::test::test_cmd_fails |
5696 | 2024-09-27T18:18:22.074Z | PASS [ 0.245s] omicron-test-utils dev::db::test::test_database_start_hang |
5697 | 2024-09-27T18:18:22.112Z | PASS [ 0.030s] omicron-test-utils dev::db::test::test_starter_tmpdir |
5698 | 2024-09-27T18:18:22.186Z | PASS [ 0.082s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
5699 | 2024-09-27T18:18:22.216Z | PASS [ 0.030s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
5700 | 2024-09-27T18:18:22.246Z | PASS [ 0.030s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port |
5701 | 2024-09-27T18:18:22.270Z | PASS [ 3.253s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
5702 | 2024-09-27T18:18:22.278Z | PASS [ 0.032s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path |
5703 | 2024-09-27T18:18:22.299Z | PASS [ 1.030s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
5704 | 2024-09-27T18:18:22.327Z | PASS [ 0.056s] omicron-test-utils dev::test_cmds::tests::test_redact_extra |
5705 | 2024-09-27T18:18:22.369Z | LEAK [ 0.455s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
5706 | 2024-09-27T18:18:22.520Z | PASS [ 0.152s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds |
5707 | 2024-09-27T18:18:22.675Z | PASS [ 0.395s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps |
5708 | 2024-09-27T18:18:22.902Z | PASS [ 0.574s] oximeter test::timeseries_schema_consistency |
5709 | 2024-09-27T18:18:22.982Z | PASS [ 0.301s] oximeter-collector agent::tests::test_self_stat_error_counter |
5710 | 2024-09-27T18:18:22.982Z | PASS [ 0.455s] oximeter-collector agent::tests::test_self_stat_collection_count |
5711 | 2024-09-27T18:18:23.013Z | PASS [ 0.031s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
5712 | 2024-09-27T18:18:23.047Z | PASS [ 0.145s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
5713 | 2024-09-27T18:18:23.106Z | PASS [ 0.099s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk |
5714 | 2024-09-27T18:18:23.119Z | PASS [ 0.071s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times |
5715 | 2024-09-27T18:18:23.142Z | PASS [ 0.035s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group |
5716 | 2024-09-27T18:18:23.411Z | PASS [ 1.113s] openapi-manager check::tests::check_apis_up_to_date |
5717 | 2024-09-27T18:18:23.510Z | PASS [ 0.526s] oximeter-collector::test_commands test_oximeter_no_args |
5718 | 2024-09-27T18:18:24.588Z | PASS [ 1.468s] oximeter-db client::oxql::tests::test_get_entire_table |
5719 | 2024-09-27T18:18:24.603Z | PASS [ 1.184s] oximeter-db client::oxql::tests::test_get_one_timeseries |
5720 | 2024-09-27T18:18:24.641Z | PASS [ 1.468s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another |
5721 | 2024-09-27T18:18:24.720Z | PASS [ 1.207s] oximeter-db client::oxql::tests::test_limit_operations |
5722 | 2024-09-27T18:18:24.729Z | PASS [ 0.116s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node |
5723 | 2024-09-27T18:18:24.740Z | PASS [ 0.143s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated |
5724 | 2024-09-27T18:18:24.757Z | PASS [ 0.171s] oximeter-db client::tests::bad_db_connection_test |
5725 | 2024-09-27T18:18:25.464Z | PASS [ 0.703s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
5726 | 2024-09-27T18:18:25.831Z | PASS [ 1.101s] oximeter-db client::tests::select_timeseries_with_select_one |
5727 | 2024-09-27T18:18:26.377Z | PASS [ 4.335s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
5728 | 2024-09-27T18:18:26.475Z | PASS [ 1.012s] oximeter-db client::tests::test_client_select_timeseries_one |
5729 | 2024-09-27T18:18:26.679Z | PASS [ 4.995s] omicron-test-utils dev::db::test::test_database_concurrent |
5730 | 2024-09-27T18:18:26.814Z | PASS [ 0.982s] oximeter-db client::tests::test_database_version_update_is_idempotent |
5731 | 2024-09-27T18:18:27.323Z | PASS [ 0.945s] oximeter-db client::tests::test_database_version_will_not_downgrade |
5732 | 2024-09-27T18:18:27.636Z | PASS [ 0.954s] oximeter-db client::tests::test_differentiate_by_timeseries_name |
5733 | 2024-09-27T18:18:27.735Z | PASS [ 1.259s] oximeter-db client::tests::test_database_version_wipes_old_version |
5734 | 2024-09-27T18:18:27.743Z | PASS [ 3.022s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node |
5735 | 2024-09-27T18:18:27.784Z | PASS [ 0.970s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
5736 | 2024-09-27T18:18:28.363Z | PASS [ 1.037s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
5737 | 2024-09-27T18:18:28.831Z | PASS [ 1.196s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
5738 | 2024-09-27T18:18:28.883Z | PASS [ 1.097s] oximeter-db client::tests::test_get_schema_no_new_values |
5739 | 2024-09-27T18:18:28.900Z | PASS [ 1.154s] oximeter-db client::tests::test_field_record_count |
5740 | 2024-09-27T18:18:29.375Z | PASS [ 1.633s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node |
5741 | 2024-09-27T18:18:29.401Z | PASS [ 0.032s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
5742 | 2024-09-27T18:18:29.408Z | PASS [ 1.048s] oximeter-db client::tests::test_insert_samples |
5743 | 2024-09-27T18:18:29.435Z | PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete |
5744 | 2024-09-27T18:18:29.442Z | PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok |
5745 | 2024-09-27T18:18:29.465Z | PASS [ 0.029s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok |
5746 | 2024-09-27T18:18:29.743Z | PASS [ 0.911s] oximeter-db client::tests::test_is_oximeter_cluster |
5747 | 2024-09-27T18:18:29.872Z | PASS [ 0.972s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted |
5748 | 2024-09-27T18:18:29.898Z | PASS [ 1.013s] oximeter-db client::tests::test_list_timeseries |
5749 | 2024-09-27T18:18:30.477Z | PASS [ 1.011s] oximeter-db client::tests::test_schema_mismatch |
5750 | 2024-09-27T18:18:30.845Z | PASS [ 1.100s] oximeter-db client::tests::test_schema_update |
5751 | 2024-09-27T18:18:30.932Z | PASS [ 1.488s] oximeter-db client::tests::test_recall_of_all_fields |
5752 | 2024-09-27T18:18:31.002Z | PASS [ 1.102s] oximeter-db client::tests::test_select_all_field_types |
5753 | 2024-09-27T18:18:31.033Z | PASS [ 1.160s] oximeter-db client::tests::test_select_all_datum_types |
5754 | 2024-09-27T18:18:31.816Z | PASS [ 1.337s] oximeter-db client::tests::test_select_timeseries_with_all |
5755 | 2024-09-27T18:18:32.172Z | PASS [ 1.168s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values |
5756 | 2024-09-27T18:18:32.249Z | PASS [ 1.215s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values |
5757 | 2024-09-27T18:18:32.271Z | PASS [ 1.425s] oximeter-db client::tests::test_select_timeseries_with_limit |
5758 | 2024-09-27T18:18:32.422Z | PASS [ 1.487s] oximeter-db client::tests::test_select_timeseries_with_order |
5759 | 2024-09-27T18:18:32.451Z | PASS [ 0.030s] oximeter-db client::tests::test_unravel_index |
5760 | 2024-09-27T18:18:32.983Z | PASS [ 1.166s] oximeter-db client::tests::test_select_timeseries_with_start_time |
5761 | 2024-09-27T18:18:33.026Z | PASS [ 0.043s] oximeter-db client::tests::test_verify_schema_upgrades |
5762 | 2024-09-27T18:18:33.056Z | PASS [ 0.031s] oximeter-db model::tests::test_db_bool |
5763 | 2024-09-27T18:18:33.209Z | PASS [ 0.937s] oximeter-db client::tests::test_unquoted_64bit_integers |
5764 | 2024-09-27T18:18:33.233Z | PASS [ 0.981s] oximeter-db client::tests::test_timeseries_schema_list |
5765 | 2024-09-27T18:18:33.241Z | PASS [ 0.033s] oximeter-db model::tests::test_db_datum_type_conversion |
5766 | 2024-09-27T18:18:33.261Z | PASS [ 0.031s] oximeter-db model::tests::test_db_field_list_conversion |
5767 | 2024-09-27T18:18:33.268Z | PASS [ 0.028s] oximeter-db model::tests::test_db_field_type_conversion |
5768 | 2024-09-27T18:18:33.288Z | PASS [ 0.026s] oximeter-db model::tests::test_db_histogram |
5769 | 2024-09-27T18:18:33.322Z | PASS [ 0.032s] oximeter-db model::tests::test_parse_bytes_measurement |
5770 | 2024-09-27T18:18:33.356Z | PASS [ 0.035s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
5771 | 2024-09-27T18:18:33.389Z | PASS [ 0.033s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
5772 | 2024-09-27T18:18:33.417Z | PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
5773 | 2024-09-27T18:18:33.444Z | PASS [ 0.027s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
5774 | 2024-09-27T18:18:33.466Z | PASS [ 1.014s] oximeter-db client::tests::test_update_schema_cache_on_new_sample |
5775 | 2024-09-27T18:18:33.478Z | PASS [ 0.034s] oximeter-db model::tests::test_unroll_from_source |
5776 | 2024-09-27T18:18:33.498Z | PASS [ 0.033s] oximeter-db model::tests::test_unroll_measurement_row |
5777 | 2024-09-27T18:18:33.509Z | PASS [ 0.030s] oximeter-db model::tests::test_unroll_missing_measurement_row |
5778 | 2024-09-27T18:18:33.525Z | PASS [ 0.027s] oximeter-db native::block::tests::test_data_type_to_string |
5779 | 2024-09-27T18:18:33.533Z | PASS [ 0.024s] oximeter-db native::block::tests::test_datetime64_conversions |
5780 | 2024-09-27T18:18:33.550Z | PASS [ 0.025s] oximeter-db native::block::tests::test_parse_invalid_data_type |
5781 | 2024-09-27T18:18:33.657Z | PASS [ 0.379s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
5782 | 2024-09-27T18:18:33.657Z | PASS [ 0.592s] oximeter-db model::tests::test_db_bool_bad |
5783 | 2024-09-27T18:18:33.828Z | PASS [ 1.654s] oximeter-db client::tests::test_sql_query_output |
5784 | 2024-09-27T18:18:34.137Z | PASS [ 0.603s] oximeter-db native::connection::tests::test_basic_select_query |
5785 | 2024-09-27T18:18:34.236Z | PASS [ 0.587s] oximeter-db native::connection::tests::test_exchange_hello |
5786 | 2024-09-27T18:18:34.243Z | PASS [ 0.586s] oximeter-db native::connection::tests::test_select_array_column |
5787 | 2024-09-27T18:18:34.255Z | PASS [ 0.704s] oximeter-db native::connection::tests::test_can_cancel_query |
5788 | 2024-09-27T18:18:34.272Z | PASS [ 0.028s] oximeter-db native::io::block::tests::test_decode_block_with_nulls |
5789 | 2024-09-27T18:18:34.283Z | PASS [ 0.026s] oximeter-db native::io::block::tests::test_decode_full_block |
5790 | 2024-09-27T18:18:34.301Z | PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column |
5791 | 2024-09-27T18:18:34.316Z | PASS [ 0.030s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column |
5792 | 2024-09-27T18:18:34.331Z | PASS [ 0.030s] oximeter-db native::io::column::tests::test_decode_string_column |
5793 | 2024-09-27T18:18:34.345Z | PASS [ 0.033s] oximeter-db native::io::column::tests::test_decode_uint64_column |
5794 | 2024-09-27T18:18:34.360Z | PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_uint8_column |
5795 | 2024-09-27T18:18:34.379Z | PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_uuid_column |
5796 | 2024-09-27T18:18:34.393Z | PASS [ 0.034s] oximeter-db native::io::column::tests::test_encode_decode_column |
5797 | 2024-09-27T18:18:34.408Z | PASS [ 0.032s] oximeter-db native::io::packet::server::tests::test_decode_full_hello |
5798 | 2024-09-27T18:18:34.419Z | PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half |
5799 | 2024-09-27T18:18:34.436Z | PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets |
5800 | 2024-09-27T18:18:34.445Z | PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions |
5801 | 2024-09-27T18:18:34.463Z | PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello |
5802 | 2024-09-27T18:18:34.471Z | PASS [ 0.645s] oximeter-db native::connection::tests::test_select_array_of_nullable_column |
5803 | 2024-09-27T18:18:34.478Z | PASS [ 0.034s] oximeter-db native::io::packet::server::tests::test_decode_pong |
5804 | 2024-09-27T18:18:34.490Z | PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet |
5805 | 2024-09-27T18:18:34.499Z | PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_single_exception |
5806 | 2024-09-27T18:18:34.509Z | PASS [ 0.027s] oximeter-db native::io::string::test::test_encode_decode |
5807 | 2024-09-27T18:18:34.519Z | PASS [ 0.028s] oximeter-db native::io::string::test::test_encode_hello_world |
5808 | 2024-09-27T18:18:34.533Z | PASS [ 0.033s] oximeter-db native::io::varuint::test_encode_decode_varuint |
5809 | 2024-09-27T18:18:34.541Z | PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_align_table_op |
5810 | 2024-09-27T18:18:34.550Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal |
5811 | 2024-09-27T18:18:34.565Z | PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_comparison |
5812 | 2024-09-27T18:18:34.572Z | PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations |
5813 | 2024-09-27T18:18:34.579Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_double_literal |
5814 | 2024-09-27T18:18:34.588Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal |
5815 | 2024-09-27T18:18:34.595Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_duration_literal |
5816 | 2024-09-27T18:18:34.604Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence |
5817 | 2024-09-27T18:18:34.620Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence |
5818 | 2024-09-27T18:18:34.628Z | PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression |
5819 | 2024-09-27T18:18:34.638Z | PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression |
5820 | 2024-09-27T18:18:34.649Z | PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions |
5821 | 2024-09-27T18:18:34.658Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op |
5822 | 2024-09-27T18:18:34.667Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_get_table_op |
5823 | 2024-09-27T18:18:34.676Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_group_by |
5824 | 2024-09-27T18:18:34.684Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal |
5825 | 2024-09-27T18:18:34.694Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_ident |
5826 | 2024-09-27T18:18:34.703Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_integer_literal |
5827 | 2024-09-27T18:18:34.712Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings |
5828 | 2024-09-27T18:18:34.720Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops |
5829 | 2024-09-27T18:18:34.730Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation |
5830 | 2024-09-27T18:18:34.738Z | PASS [ 0.601s] oximeter-db native::connection::tests::test_select_nullable_column |
5831 | 2024-09-27T18:18:34.745Z | PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr |
5832 | 2024-09-27T18:18:34.753Z | PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal |
5833 | 2024-09-27T18:18:34.761Z | PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal |
5834 | 2024-09-27T18:18:34.769Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string |
5835 | 2024-09-27T18:18:34.788Z | PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_query |
5836 | 2024-09-27T18:18:34.796Z | PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get |
5837 | 2024-09-27T18:18:34.804Z | PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence |
5838 | 2024-09-27T18:18:34.816Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none |
5839 | 2024-09-27T18:18:34.823Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence |
5840 | 2024-09-27T18:18:34.834Z | PASS [ 0.594s] oximeter-db native::connection::tests::test_send_cancel_with_no_query |
5841 | 2024-09-27T18:18:34.834Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_reducer |
5842 | 2024-09-27T18:18:34.841Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal |
5843 | 2024-09-27T18:18:34.849Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal |
5844 | 2024-09-27T18:18:34.857Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive |
5845 | 2024-09-27T18:18:34.916Z | PASS [ 0.029s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval |
5846 | 2024-09-27T18:18:34.916Z | PASS [ 0.029s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field |
5847 | 2024-09-27T18:18:34.916Z | PASS [ 0.028s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type |
5848 | 2024-09-27T18:18:34.916Z | PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window |
5849 | 2024-09-27T18:18:34.919Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values |
5850 | 2024-09-27T18:18:34.919Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window |
5851 | 2024-09-27T18:18:34.919Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values |
5852 | 2024-09-27T18:18:34.919Z | PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window |
5853 | 2024-09-27T18:18:34.919Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio |
5854 | 2024-09-27T18:18:34.923Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names |
5855 | 2024-09-27T18:18:34.929Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points |
5856 | 2024-09-27T18:18:34.936Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type |
5857 | 2024-09-27T18:18:34.946Z | PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions |
5858 | 2024-09-27T18:18:34.950Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions |
5859 | 2024-09-27T18:18:34.957Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names |
5860 | 2024-09-27T18:18:34.964Z | PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries |
5861 | 2024-09-27T18:18:34.971Z | PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic |
5862 | 2024-09-27T18:18:34.979Z | PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf |
5863 | 2024-09-27T18:18:35.000Z | PASS [ 0.040s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by |
5864 | 2024-09-27T18:18:35.007Z | PASS [ 0.043s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k |
5865 | 2024-09-27T18:18:35.016Z | PASS [ 0.043s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k |
5866 | 2024-09-27T18:18:35.023Z | PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_limits |
5867 | 2024-09-27T18:18:35.031Z | PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query |
5868 | 2024-09-27T18:18:35.038Z | PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query |
5869 | 2024-09-27T18:18:35.046Z | PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query |
5870 | 2024-09-27T18:18:35.051Z | PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters |
5871 | 2024-09-27T18:18:35.058Z | PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query |
5872 | 2024-09-27T18:18:35.064Z | PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query |
5873 | 2024-09-27T18:18:35.071Z | PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters |
5874 | 2024-09-27T18:18:35.080Z | PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates |
5875 | 2024-09-27T18:18:35.089Z | PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries |
5876 | 2024-09-27T18:18:35.103Z | PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by |
5877 | 2024-09-27T18:18:35.103Z | PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries |
5878 | 2024-09-27T18:18:35.113Z | PASS [ 0.034s] oximeter-db oxql::query::tests::test_query_end_time |
5879 | 2024-09-27T18:18:35.125Z | PASS [ 0.024s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr |
5880 | 2024-09-27T18:18:35.125Z | PASS [ 0.033s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries |
5881 | 2024-09-27T18:18:35.132Z | PASS [ 0.029s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom |
5882 | 2024-09-27T18:18:35.139Z | PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp |
5883 | 2024-09-27T18:18:35.148Z | PASS [ 0.023s] oximeter-db query::tests::test_field_cmp |
5884 | 2024-09-27T18:18:35.153Z | PASS [ 0.034s] oximeter-db oxql::query::tests::test_split_query |
5885 | 2024-09-27T18:18:35.160Z | PASS [ 0.028s] oximeter-db query::tests::test_field_selector_as_query |
5886 | 2024-09-27T18:18:35.166Z | PASS [ 0.028s] oximeter-db query::tests::test_field_value_as_db_str |
5887 | 2024-09-27T18:18:35.178Z | PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_field_selectors |
5888 | 2024-09-27T18:18:35.184Z | PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_from_parts |
5889 | 2024-09-27T18:18:35.190Z | PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_filter_raw |
5890 | 2024-09-27T18:18:35.199Z | PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_full |
5891 | 2024-09-27T18:18:35.221Z | PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_limit_offset |
5892 | 2024-09-27T18:18:35.221Z | PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_no_fields |
5893 | 2024-09-27T18:18:35.221Z | PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_no_selectors |
5894 | 2024-09-27T18:18:35.232Z | PASS [ 0.025s] oximeter-db query::tests::test_time_range |
5895 | 2024-09-27T18:18:35.239Z | PASS [ 0.041s] oximeter-db query::tests::test_string_field_selector |
5896 | 2024-09-27T18:18:35.248Z | PASS [ 0.035s] oximeter-db sql::tests::test_allow_limit_offset |
5897 | 2024-09-27T18:18:35.255Z | PASS [ 0.035s] oximeter-db sql::tests::test_allow_subqueries |
5898 | 2024-09-27T18:18:35.263Z | PASS [ 0.032s] oximeter-db sql::tests::test_cannot_name_database |
5899 | 2024-09-27T18:18:35.269Z | PASS [ 0.031s] oximeter-db sql::tests::test_ctes_are_not_supported |
5900 | 2024-09-27T18:18:35.276Z | PASS [ 0.030s] oximeter-db sql::tests::test_function_allow_list |
5901 | 2024-09-27T18:18:35.288Z | PASS [ 0.026s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
5902 | 2024-09-27T18:18:35.309Z | PASS [ 0.025s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
5903 | 2024-09-27T18:18:35.309Z | PASS [ 0.033s] oximeter-db sql::tests::test_query_must_be_select_statement |
5904 | 2024-09-27T18:18:35.316Z | PASS [ 0.060s] oximeter-db sql::tests::test_join_must_be_inner |
5905 | 2024-09-27T18:18:35.324Z | PASS [ 0.036s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
5906 | 2024-09-27T18:18:35.333Z | PASS [ 0.029s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
5907 | 2024-09-27T18:18:35.342Z | PASS [ 0.030s] oximeter-db sql::tests::test_with_comma_join_fails |
5908 | 2024-09-27T18:18:35.342Z | PASS [ 0.023s] oximeter-db tests::test_timeseries_key_field_stability |
5909 | 2024-09-27T18:18:35.349Z | PASS [ 0.025s] oximeter-db tests::test_timeseries_key_sample_stability |
5910 | 2024-09-27T18:18:35.354Z | PASS [ 0.023s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
5911 | 2024-09-27T18:18:35.401Z | PASS [ 0.051s] oximeter-instruments http::tests::test_latency_tracker |
5912 | 2024-09-27T18:18:35.483Z | PASS [ 0.096s] oximeter-instruments kstat::link::tests::test_kstat_interested |
5913 | 2024-09-27T18:18:35.534Z | PASS [ 13.566s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
5914 | 2024-09-27T18:18:35.701Z | PASS [ 0.246s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
5915 | 2024-09-27T18:18:35.710Z | PASS [ 0.307s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
5916 | 2024-09-27T18:18:35.760Z | PASS [ 0.254s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
5917 | 2024-09-27T18:18:35.793Z | PASS [ 0.091s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
5918 | 2024-09-27T18:18:35.827Z | PASS [ 0.115s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
5919 | 2024-09-27T18:18:35.838Z | PASS [ 0.076s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
5920 | 2024-09-27T18:18:35.848Z | PASS [ 0.055s] oximeter-instruments kstat::link::tests::test_sled_datalink |
5921 | 2024-09-27T18:18:35.863Z | PASS [ 0.037s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
5922 | 2024-09-27T18:18:35.877Z | PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
5923 | 2024-09-27T18:18:35.877Z | PASS [ 0.035s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
5924 | 2024-09-27T18:18:35.890Z | PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
5925 | 2024-09-27T18:18:35.907Z | PASS [ 0.027s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
5926 | 2024-09-27T18:18:35.907Z | PASS [ 0.029s] oximeter-macro-impl tests::test_metric_annotated_field |
5927 | 2024-09-27T18:18:35.978Z | PASS [ 0.032s] oximeter-macro-impl tests::test_metric_datum_field |
5928 | 2024-09-27T18:18:35.978Z | PASS [ 0.027s] oximeter-macro-impl tests::test_metric_enum |
5929 | 2024-09-27T18:18:35.981Z | PASS [ 0.027s] oximeter-macro-impl tests::test_metric_without_datum_field |
5930 | 2024-09-27T18:18:35.981Z | PASS [ 0.028s] oximeter-macro-impl tests::test_target |
5931 | 2024-09-27T18:18:35.981Z | PASS [ 0.029s] oximeter-macro-impl tests::test_target_empty_struct |
5932 | 2024-09-27T18:18:35.981Z | PASS [ 0.029s] oximeter-macro-impl tests::test_target_enum |
5933 | 2024-09-27T18:18:35.981Z | PASS [ 0.026s] oximeter-macro-impl tests::test_target_unit_struct |
5934 | 2024-09-27T18:18:35.981Z | PASS [ 0.024s] oximeter-macro-impl tests::test_target_with_datum_field |
5935 | 2024-09-27T18:18:36.057Z | PASS [ 0.087s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives |
5936 | 2024-09-27T18:18:36.065Z | PASS [ 0.088s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types |
5937 | 2024-09-27T18:18:36.076Z | PASS [ 0.021s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields |
5938 | 2024-09-27T18:18:36.088Z | PASS [ 0.023s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types |
5939 | 2024-09-27T18:18:36.095Z | PASS [ 0.019s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types |
5940 | 2024-09-27T18:18:36.130Z | PASS [ 0.035s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens |
5941 | 2024-09-27T18:18:36.130Z | PASS [ 0.027s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens |
5942 | 2024-09-27T18:18:36.173Z | PASS [ 0.036s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field |
5943 | 2024-09-27T18:18:36.173Z | PASS [ 0.043s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names |
5944 | 2024-09-27T18:18:36.198Z | PASS [ 0.032s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields |
5945 | 2024-09-27T18:18:36.210Z | PASS [ 0.038s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field |
5946 | 2024-09-27T18:18:36.216Z | PASS [ 0.018s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field |
5947 | 2024-09-27T18:18:36.228Z | PASS [ 0.017s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric |
5948 | 2024-09-27T18:18:36.234Z | PASS [ 0.017s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric |
5949 | 2024-09-27T18:18:36.249Z | PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions |
5950 | 2024-09-27T18:18:36.255Z | PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first |
5951 | 2024-09-27T18:18:36.267Z | PASS [ 0.018s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions |
5952 | 2024-09-27T18:18:36.275Z | PASS [ 0.020s] oximeter-schema ir::tests::fail_on_empty_descriptions |
5953 | 2024-09-27T18:18:36.291Z | PASS [ 0.024s] oximeter-schema ir::tests::fail_on_empty_metric_name |
5954 | 2024-09-27T18:18:36.296Z | PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_target_name |
5955 | 2024-09-27T18:18:36.302Z | PASS [ 1.542s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence |
5956 | 2024-09-27T18:18:36.310Z | PASS [ 0.020s] oximeter-schema ir::tests::fail_on_very_long_field_names |
5957 | 2024-09-27T18:18:36.316Z | PASS [ 0.021s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name |
5958 | 2024-09-27T18:18:36.321Z | PASS [ 0.020s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics |
5959 | 2024-09-27T18:18:36.331Z | PASS [ 0.021s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in |
5960 | 2024-09-27T18:18:36.342Z | PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries |
5961 | 2024-09-27T18:18:36.348Z | PASS [ 0.025s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version |
5962 | 2024-09-27T18:18:36.362Z | PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions |
5963 | 2024-09-27T18:18:36.371Z | PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified |
5964 | 2024-09-27T18:18:36.378Z | PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed |
5965 | 2024-09-27T18:18:36.390Z | PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions |
5966 | 2024-09-27T18:18:36.399Z | PASS [ 0.029s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added |
5967 | 2024-09-27T18:18:36.405Z | PASS [ 0.028s] oximeter-schema ir::tests::only_support_format_version_1 |
5968 | 2024-09-27T18:18:36.414Z | PASS [ 0.024s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names |
5969 | 2024-09-27T18:18:36.419Z | PASS [ 0.021s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names |
5970 | 2024-09-27T18:18:36.481Z | PASS [ 0.054s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric |
5971 | 2024-09-27T18:18:36.481Z | PASS [ 0.061s] oximeter-test-utils tests::test_sample_struct |
5972 | 2024-09-27T18:18:36.486Z | PASS [ 0.082s] oximeter-test-utils tests::test_gen_test_samples |
5973 | 2024-09-27T18:18:36.497Z | PASS [ 0.023s] oximeter-test-utils tests::test_timeseries_schema_from_parts |
5974 | 2024-09-27T18:18:36.503Z | PASS [ 0.022s] oximeter-test-utils tests::test_timeseries_schema_from_sample |
5975 | 2024-09-27T18:18:36.508Z | PASS [ 0.022s] oximeter-types histogram::tests::test_bin_range |
5976 | 2024-09-27T18:18:36.516Z | PASS [ 0.019s] oximeter-types histogram::tests::test_bin_range_from |
5977 | 2024-09-27T18:18:36.520Z | PASS [ 0.019s] oximeter-types histogram::tests::test_bin_range_to |
5978 | 2024-09-27T18:18:36.528Z | PASS [ 0.020s] oximeter-types histogram::tests::test_empty_bins_not_supported |
5979 | 2024-09-27T18:18:36.533Z | PASS [ 0.018s] oximeter-types histogram::tests::test_ensure_finite |
5980 | 2024-09-27T18:18:36.547Z | PASS [ 0.026s] oximeter-types histogram::tests::test_histogram |
5981 | 2024-09-27T18:18:36.554Z | PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_extreme_bins |
5982 | 2024-09-27T18:18:36.560Z | PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_construct_with |
5983 | 2024-09-27T18:18:36.565Z | PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_extreme_samples |
5984 | 2024-09-27T18:18:36.570Z | PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_float_bins |
5985 | 2024-09-27T18:18:36.578Z | PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_unbounded_samples |
5986 | 2024-09-27T18:18:36.591Z | PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_unsorted_bins |
5987 | 2024-09-27T18:18:36.602Z | PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins |
5988 | 2024-09-27T18:18:36.603Z | PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_with_bins |
5989 | 2024-09-27T18:18:36.611Z | PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins |
5990 | 2024-09-27T18:18:36.618Z | PASS [ 0.021s] oximeter-types histogram::tests::test_log_bins_u64 |
5991 | 2024-09-27T18:18:36.629Z | PASS [ 0.025s] oximeter-types histogram::tests::test_log_bins_u8 |
5992 | 2024-09-27T18:18:36.645Z | PASS [ 0.027s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type |
5993 | 2024-09-27T18:18:36.654Z | PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type |
5994 | 2024-09-27T18:18:36.659Z | PASS [ 0.050s] oximeter-types histogram::tests::test_log_linear_bins_all_representable |
5995 | 2024-09-27T18:18:36.666Z | PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
5996 | 2024-09-27T18:18:36.671Z | PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
5997 | 2024-09-27T18:18:36.677Z | PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
5998 | 2024-09-27T18:18:36.684Z | PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
5999 | 2024-09-27T18:18:36.690Z | PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks |
6000 | 2024-09-27T18:18:36.696Z | PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count |
6001 | 2024-09-27T18:18:36.704Z | PASS [ 0.019s] oximeter-types histogram::tests::test_span_decades |
6002 | 2024-09-27T18:18:36.709Z | PASS [ 0.020s] oximeter-types histogram::tests::test_span_decades_other_counts_f64 |
6003 | 2024-09-27T18:18:36.714Z | PASS [ 0.019s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
6004 | 2024-09-27T18:18:36.720Z | PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
6005 | 2024-09-27T18:18:36.726Z | PASS [ 0.016s] oximeter-types quantile::tests::test_default_percentiles |
6006 | 2024-09-27T18:18:36.731Z | PASS [ 0.016s] oximeter-types quantile::tests::test_empty_observations |
6007 | 2024-09-27T18:18:36.736Z | PASS [ 0.016s] oximeter-types quantile::tests::test_find_cells |
6008 | 2024-09-27T18:18:36.742Z | PASS [ 0.016s] oximeter-types quantile::tests::test_float_observations |
6009 | 2024-09-27T18:18:36.749Z | PASS [ 0.019s] oximeter-types quantile::tests::test_integer_observations |
6010 | 2024-09-27T18:18:36.753Z | PASS [ 0.018s] oximeter-types quantile::tests::test_invalid_p_value |
6011 | 2024-09-27T18:18:36.758Z | PASS [ 0.017s] oximeter-types quantile::tests::test_max_p |
6012 | 2024-09-27T18:18:36.763Z | PASS [ 0.014s] oximeter-types quantile::tests::test_min_p |
6013 | 2024-09-27T18:18:36.768Z | PASS [ 0.015s] oximeter-types quantile::tests::test_non_filled_observations |
6014 | 2024-09-27T18:18:36.774Z | PASS [ 0.016s] oximeter-types quantile::tests::test_rounding |
6015 | 2024-09-27T18:18:36.782Z | PASS [ 0.019s] oximeter-types schema::tests::test_field_schema_ordering |
6016 | 2024-09-27T18:18:36.803Z | PASS [ 0.019s] oximeter-types traits::tests::test_metric_trait |
6017 | 2024-09-27T18:18:36.810Z | PASS [ 0.040s] oximeter-types schema::tests::test_timeseries_name |
6018 | 2024-09-27T18:18:36.817Z | PASS [ 0.040s] oximeter-types schema::tests::test_timeseries_name_from_str |
6019 | 2024-09-27T18:18:36.834Z | PASS [ 0.023s] oximeter-types traits::tests::test_target_trait |
6020 | 2024-09-27T18:18:36.847Z | PASS [ 0.037s] oximeter-types traits::tests::test_producer_trait |
6021 | 2024-09-27T18:18:36.847Z | PASS [ 0.024s] oximeter-types types::tests::test_cumulative_f64 |
6022 | 2024-09-27T18:18:36.855Z | PASS [ 0.022s] oximeter-types types::tests::test_cumulative_i64 |
6023 | 2024-09-27T18:18:36.861Z | PASS [ 0.021s] oximeter-types types::tests::test_datum |
6024 | 2024-09-27T18:18:36.868Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string |
6025 | 2024-09-27T18:18:36.875Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8 |
6026 | 2024-09-27T18:18:36.880Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8 |
6027 | 2024-09-27T18:18:36.887Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16 |
6028 | 2024-09-27T18:18:36.894Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16 |
6029 | 2024-09-27T18:18:36.899Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32 |
6030 | 2024-09-27T18:18:36.904Z | PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32 |
6031 | 2024-09-27T18:18:36.913Z | PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64 |
6032 | 2024-09-27T18:18:36.918Z | PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64 |
6033 | 2024-09-27T18:18:36.927Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid |
6034 | 2024-09-27T18:18:36.937Z | PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
6035 | 2024-09-27T18:18:36.944Z | PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
6036 | 2024-09-27T18:18:36.950Z | PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
6037 | 2024-09-27T18:18:36.957Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
6038 | 2024-09-27T18:18:36.964Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
6039 | 2024-09-27T18:18:36.970Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
6040 | 2024-09-27T18:18:36.977Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
6041 | 2024-09-27T18:18:36.982Z | PASS [ 0.019s] oximeter-types types::tests::test_measurement |
6042 | 2024-09-27T18:18:36.988Z | PASS [ 0.018s] oximeter-types types::tests::test_verify_field_names |
6043 | 2024-09-27T18:18:36.993Z | PASS [ 0.017s] oxlog tests::test_is_oxide_smf_log_file |
6044 | 2024-09-27T18:18:36.998Z | PASS [ 0.016s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
6045 | 2024-09-27T18:18:37.004Z | PASS [ 0.016s] oxlog tests::test_sort_logs |
6046 | 2024-09-27T18:18:37.082Z | PASS [ 0.079s] oxql-types point::tests::test_cast_points_from_bool |
6047 | 2024-09-27T18:18:37.082Z | PASS [ 0.074s] oxql-types point::tests::test_cast_points_from_double |
6048 | 2024-09-27T18:18:37.088Z | PASS [ 0.083s] oxql-types point::tests::test_cast_points_from_double_distribution |
6049 | 2024-09-27T18:18:37.098Z | PASS [ 0.024s] oxql-types point::tests::test_cast_points_from_int_distribution |
6050 | 2024-09-27T18:18:37.116Z | PASS [ 0.035s] oxql-types point::tests::test_cast_points_from_integer |
6051 | 2024-09-27T18:18:37.128Z | PASS [ 0.024s] oxql-types point::tests::test_join_point_arrays |
6052 | 2024-09-27T18:18:37.131Z | PASS [ 0.034s] oxql-types point::tests::test_cast_points_from_string |
6053 | 2024-09-27T18:18:37.137Z | PASS [ 0.020s] oxql-types point::tests::test_point_delta_between |
6054 | 2024-09-27T18:18:37.144Z | PASS [ 0.022s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges |
6055 | 2024-09-27T18:18:37.152Z | PASS [ 0.023s] oxql-types point::tests::test_point_delta_between_with_new_epoch |
6056 | 2024-09-27T18:18:37.161Z | PASS [ 0.024s] oxql-types point::tests::test_push_concrete_values |
6057 | 2024-09-27T18:18:37.171Z | PASS [ 0.026s] oxql-types point::tests::test_sub_between_histogram_distributions |
6058 | 2024-09-27T18:18:37.315Z | PASS [ 0.142s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion |
6059 | 2024-09-27T18:18:37.349Z | PASS [ 0.035s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion |
6060 | 2024-09-27T18:18:37.405Z | PASS [ 0.057s] sled-agent-types rack_init::tests::parse_rack_initialization |
6061 | 2024-09-27T18:18:37.427Z | PASS [ 0.022s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash |
6062 | 2024-09-27T18:18:37.468Z | PASS [ 0.040s] sled-agent-types rack_init::tests::test_extra_certs |
6063 | 2024-09-27T18:18:37.489Z | PASS [ 0.021s] sled-agent-types rack_init::tests::test_subnets |
6064 | 2024-09-27T18:18:37.533Z | PASS [ 0.043s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
6065 | 2024-09-27T18:18:37.564Z | PASS [ 0.031s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1 |
6066 | 2024-09-27T18:18:37.587Z | PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_compare_bundles |
6067 | 2024-09-27T18:18:37.610Z | PASS [ 0.021s] sled-agent-types zone_bundle::tests::test_priority_dimension |
6068 | 2024-09-27T18:18:37.636Z | PASS [ 0.026s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause |
6069 | 2024-09-27T18:18:37.657Z | PASS [ 0.022s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available |
6070 | 2024-09-27T18:18:37.724Z | PASS [ 0.065s] sled-hardware disk::test::test_disk_paths |
6071 | 2024-09-27T18:18:37.756Z | PASS [ 0.032s] sled-hardware disk::test::test_partition_device_paths |
6072 | 2024-09-27T18:18:37.821Z | PASS [ 0.066s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
6073 | 2024-09-27T18:18:37.853Z | PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
6074 | 2024-09-27T18:18:37.878Z | PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
6075 | 2024-09-27T18:18:37.897Z | PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
6076 | 2024-09-27T18:18:37.953Z | PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
6077 | 2024-09-27T18:18:37.979Z | PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
6078 | 2024-09-27T18:18:38.007Z | PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
6079 | 2024-09-27T18:18:38.036Z | PASS [ 0.032s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip |
6080 | 2024-09-27T18:18:38.042Z | PASS [ 0.890s] reconfigurator-cli::test_basic test_basic |
6081 | 2024-09-27T18:18:38.090Z | PASS [ 0.054s] sled-storage dataset::test::serialize_dataset_name |
6082 | 2024-09-27T18:18:38.135Z | PASS [ 0.045s] sled-storage manager::test::test_omicron_physical_disks_schema |
6083 | 2024-09-27T18:18:38.143Z | PASS [ 0.099s] sled-storage manager::test::test_datasets_schema |
6084 | 2024-09-27T18:18:39.103Z | PASS [ 3.136s] oximeter-producer tests::test_producer_registration_task |
6085 | 2024-09-27T18:18:39.159Z | PASS [ 0.054s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification |
6086 | 2024-09-27T18:18:39.350Z | PASS [ 1.206s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool |
6087 | 2024-09-27T18:18:40.440Z | PASS [ 2.302s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager |
6088 | 2024-09-27T18:18:40.487Z | PASS [ 0.047s] sled-storage manager::tests::ensure_using_exactly_these_disks |
6089 | 2024-09-27T18:18:42.051Z | PASS [ 2.698s] sled-storage manager::tests::ensure_datasets |
6090 | 2024-09-27T18:18:42.808Z | PASS [ 3.649s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready |
6091 | 2024-09-27T18:18:42.926Z | PASS [ 2.436s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 |
6092 | 2024-09-27T18:18:43.807Z | PASS [ 32.117s] omicron-sled-agent nexus::test::nexus_self_notification_test |
6093 | 2024-09-27T18:18:44.528Z | PASS [ 1.719s] sled-storage manager::tests::update_rawdisk_firmware |
6094 | 2024-09-27T18:18:45.184Z | PASS [ 1.379s] sled-storage manager::tests::wait_for_boot_disk |
6095 | 2024-09-27T18:18:45.781Z | PASS [ 1.251s] tufaceous::integration-tests command_tests::test_assemble_fake |
6096 | 2024-09-27T18:18:45.783Z | PASS [ 0.604s] tufaceous::integration-tests command_tests::test_init_and_add |
6097 | 2024-09-27T18:18:45.849Z | PASS [ 0.058s] tufaceous-lib archive::tests::test_validate_path |
6098 | 2024-09-27T18:18:45.876Z | PASS [ 3.819s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
6099 | 2024-09-27T18:18:45.935Z | PASS [ 0.060s] tufaceous-lib key::tests::test_from_str |
6100 | 2024-09-27T18:18:45.985Z | PASS [ 0.136s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
6101 | 2024-09-27T18:18:46.011Z | PASS [ 3.080s] sled-storage manager::tests::upsert_filesystem |
6102 | 2024-09-27T18:18:46.153Z | PASS [ 0.219s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
6103 | 2024-09-27T18:18:46.305Z | PASS [ 0.150s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
6104 | 2024-09-27T18:18:46.647Z | PASS [ 0.862s] tufaceous::manifest-tests check_manifest::fake.toml |
6105 | 2024-09-27T18:18:46.763Z | PASS [ 0.119s] update-engine display::group_display::tests::test_stats |
6106 | 2024-09-27T18:18:46.797Z | PASS [ 0.034s] update-engine display::line_display_shared::tests::test_format_progress_counter |
6107 | 2024-09-27T18:18:46.804Z | PASS [ 0.500s] update-engine buffer::tests::test_buffer |
6108 | 2024-09-27T18:18:46.828Z | PASS [ 0.030s] update-engine display::line_display_shared::tests::test_start_line |
6109 | 2024-09-27T18:18:46.835Z | PASS [ 0.031s] update-engine engine::tests::error_exits_early |
6110 | 2024-09-27T18:18:46.885Z | PASS [ 0.049s] update-engine events::tests::progress_event_parse_unknown |
6111 | 2024-09-27T18:18:46.885Z | PASS [ 0.041s] update-engine events::tests::step_event_parse_unknown |
6112 | 2024-09-27T18:18:46.904Z | PASS [ 0.027s] update-engine spec::tests::test_merge_anyhow_list |
6113 | 2024-09-27T18:18:46.942Z | PASS [ 0.037s] wicket state::inventory::tests::component_id_display |
6114 | 2024-09-27T18:18:47.110Z | PASS [ 0.224s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
6115 | 2024-09-27T18:18:47.168Z | PASS [ 1.183s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
6116 | 2024-09-27T18:18:47.215Z | PASS [ 0.105s] wicket-common rack_setup::tests::roundtrip_import_export_policy |
6117 | 2024-09-27T18:18:47.287Z | PASS [ 0.119s] wicketd installinator_progress::tests::test_states |
6118 | 2024-09-27T18:18:47.325Z | PASS [ 0.108s] wicketd rss_config::tests::test_bgp_auth_key_states |
6119 | 2024-09-27T18:18:47.479Z | PASS [ 0.537s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
6120 | 2024-09-27T18:18:48.650Z | PASS [ 1.362s] wicketd::mod integration_tests::inventory::test_inventory |
6121 | 2024-09-27T18:18:49.388Z | PASS [ 1.915s] wicketd::mod integration_tests::updates::test_update_races |
6122 | 2024-09-27T18:18:49.919Z | PASS [ 3.913s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
6123 | 2024-09-27T18:18:50.595Z | PASS [ 15.241s] oximeter-db::integration_test test_schemas_disjoint |
6124 | 2024-09-27T18:18:51.150Z | PASS [ 2.505s] wicketd::mod integration_tests::updates::test_updates |
6125 | 2024-09-27T18:18:51.226Z | PASS [ 3.907s] wicketd::mod integration_tests::updates::test_installinator_fetch |
6126 | 2024-09-27T18:18:55.212Z | PASS [ 18.039s] reconfigurator-cli::test_basic test_blueprint_edit |
6127 | 2024-09-27T18:19:06.985Z | PASS [ 31.620s] oximeter-db::integration_test test_cluster |
6128 | 2024-09-27T18:19:24.803Z | SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
6129 | 2024-09-27T18:19:26.302Z | PASS [ 61.500s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
6130 | 2024-09-27T18:19:29.052Z | PASS [ 2.748s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
6131 | 2024-09-27T18:19:41.386Z | PASS [ 12.322s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
6132 | 2024-09-27T18:20:01.745Z | PASS [ 20.337s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated |
6133 | 2024-09-27T18:21:01.808Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
6134 | 2024-09-27T18:22:01.871Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
6135 | 2024-09-27T18:23:01.940Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
6136 | 2024-09-27T18:24:01.998Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
6137 | 2024-09-27T18:25:02.065Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
6138 | 2024-09-27T18:25:56.247Z | PASS [ 354.142s] oximeter-db client::tests::test_replicated |
6139 | 2024-09-27T18:25:56.250Z | ------------ |
6140 | 2024-09-27T18:25:56.250Z | Summary [2687.742s] 1583 tests run: 1582 passed (22 slow, 1 leaky), 1 failed, 4 skipped |
6141 | 2024-09-27T18:25:56.250Z | FAIL [ 74.482s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
6142 | 2024-09-27T18:25:56.272Z | error: test run failed |
6143 | 2024-09-27T18:25:56.283Z | |
6144 | 2024-09-27T18:25:56.286Z | real 45:14.066900683 |
6145 | 2024-09-27T18:25:56.286Z | user 3:40:22.437024651 |
6146 | 2024-09-27T18:25:56.286Z | sys 48:59.443658320 |
6147 | 2024-09-27T18:25:56.286Z | trap 3:30.002512999 |
6148 | 2024-09-27T18:25:56.286Z | tflt 35.059144978 |
6149 | 2024-09-27T18:25:56.286Z | dflt 2:10.023325537 |
6150 | 2024-09-27T18:25:56.286Z | kflt 0.548848609 |
6151 | 2024-09-27T18:25:56.286Z | lock 1280:07:52.360048703 |
6152 | 2024-09-27T18:25:56.286Z | slp 62:04:45.863108071 |
6153 | 2024-09-27T18:25:56.286Z | lat 4:39:46.019144841 |
6154 | 2024-09-27T18:25:56.286Z | stop 1:18:57.963026153 |
6155 | 2024-09-27T18:25:57.101Z | process exited: duration 5362367 ms, exit code 100 |
|
6156 | 2024-09-27T18:25:57.129Z | found 66 output files |
6157 | 2024-09-27T18:25:57.129Z | uploading: /work/crate-build-timings.json (568279 bytes) |
6158 | 2024-09-27T18:25:58.153Z | uploaded: /work/crate-build-timings.json |
6159 | 2024-09-27T18:25:58.153Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/cockroachdb_stderr (704 bytes) |
6160 | 2024-09-27T18:25:59.166Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/cockroachdb_stderr |
6161 | 2024-09-27T18:25:59.166Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/cockroachdb_stdout (863 bytes) |
6162 | 2024-09-27T18:26:00.176Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/cockroachdb_stdout |
6163 | 2024-09-27T18:26:00.176Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/000015.log (233499 bytes) |
6164 | 2024-09-27T18:26:01.215Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/000015.log |
6165 | 2024-09-27T18:26:01.215Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/000018.sst (507966 bytes) |
6166 | 2024-09-27T18:26:02.257Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/000018.sst |
6167 | 2024-09-27T18:26:02.257Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/000019.log (16431522 bytes) |
6168 | 2024-09-27T18:26:03.537Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/000019.log |
6169 | 2024-09-27T18:26:03.541Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/CURRENT (16 bytes) |
6170 | 2024-09-27T18:26:04.552Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/CURRENT |
6171 | 2024-09-27T18:26:04.552Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/LOCK (0 bytes) |
6172 | 2024-09-27T18:26:05.561Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/LOCK |
6173 | 2024-09-27T18:26:05.561Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/MANIFEST-000001 (44 bytes) |
6174 | 2024-09-27T18:26:06.573Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/MANIFEST-000001 |
6175 | 2024-09-27T18:26:06.573Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/MANIFEST-000016 (608 bytes) |
6176 | 2024-09-27T18:26:07.586Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/MANIFEST-000016 |
6177 | 2024-09-27T18:26:07.589Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/OPTIONS-000017 (2332 bytes) |
6178 | 2024-09-27T18:26:08.597Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/OPTIONS-000017 |
6179 | 2024-09-27T18:26:08.600Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/STORAGE_MIN_VERSION (8 bytes) |
6180 | 2024-09-27T18:26:09.609Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/STORAGE_MIN_VERSION |
6181 | 2024-09-27T18:26:09.609Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/000002.log (0 bytes) |
6182 | 2024-09-27T18:26:10.618Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/000002.log |
6183 | 2024-09-27T18:26:10.618Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/CURRENT (16 bytes) |
6184 | 2024-09-27T18:26:11.629Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/CURRENT |
6185 | 2024-09-27T18:26:11.629Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/LOCK (0 bytes) |
6186 | 2024-09-27T18:26:12.650Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/LOCK |
6187 | 2024-09-27T18:26:12.650Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/MANIFEST-000001 (50 bytes) |
6188 | 2024-09-27T18:26:13.661Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/MANIFEST-000001 |
6189 | 2024-09-27T18:26:13.661Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/OPTIONS-000003 (2269 bytes) |
6190 | 2024-09-27T18:26:14.672Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/OPTIONS-000003 |
6191 | 2024-09-27T18:26:14.672Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/TEMP_DIR.LOCK (0 bytes) |
6192 | 2024-09-27T18:26:15.679Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach-temp559683667/TEMP_DIR.LOCK |
6193 | 2024-09-27T18:26:15.679Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach.advertise-addr (11 bytes) |
6194 | 2024-09-27T18:26:16.688Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach.advertise-addr |
6195 | 2024-09-27T18:26:16.688Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach.advertise-sql-addr (11 bytes) |
6196 | 2024-09-27T18:26:17.698Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach.advertise-sql-addr |
6197 | 2024-09-27T18:26:17.698Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach.http-addr (11 bytes) |
6198 | 2024-09-27T18:26:18.708Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach.http-addr |
6199 | 2024-09-27T18:26:18.708Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach.listen-addr (11 bytes) |
6200 | 2024-09-27T18:26:19.718Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach.listen-addr |
6201 | 2024-09-27T18:26:19.718Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach.sql-addr (11 bytes) |
6202 | 2024-09-27T18:26:20.726Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/cockroach.sql-addr |
6203 | 2024-09-27T18:26:20.727Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-health.log (7013 bytes) |
6204 | 2024-09-27T18:26:21.738Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-health.log |
6205 | 2024-09-27T18:26:21.738Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-health.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_18Z.006215.log (1326 bytes) |
6206 | 2024-09-27T18:26:22.748Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-health.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_18Z.006215.log |
6207 | 2024-09-27T18:26:22.748Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-health.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_46_12Z.010746.log (7013 bytes) |
6208 | 2024-09-27T18:26:23.759Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-health.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_46_12Z.010746.log |
6209 | 2024-09-27T18:26:23.759Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-pebble.log (5023 bytes) |
6210 | 2024-09-27T18:26:24.769Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-pebble.log |
6211 | 2024-09-27T18:26:24.769Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-pebble.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_17Z.006215.log (3209 bytes) |
6212 | 2024-09-27T18:26:25.780Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-pebble.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_17Z.006215.log |
6213 | 2024-09-27T18:26:25.780Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-pebble.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_46_11Z.010746.log (5023 bytes) |
6214 | 2024-09-27T18:26:26.790Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-pebble.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_46_11Z.010746.log |
6215 | 2024-09-27T18:26:26.790Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-security.log (1773 bytes) |
6216 | 2024-09-27T18:26:27.800Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-security.log |
6217 | 2024-09-27T18:26:27.800Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-security.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_19Z.006215.log (1773 bytes) |
6218 | 2024-09-27T18:26:28.809Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-security.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_19Z.006215.log |
6219 | 2024-09-27T18:26:28.809Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-sql-schema.log (183371 bytes) |
6220 | 2024-09-27T18:26:29.825Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-sql-schema.log |
6221 | 2024-09-27T18:26:29.825Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-sql-schema.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_18Z.006215.log (183371 bytes) |
6222 | 2024-09-27T18:26:30.839Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-sql-schema.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_18Z.006215.log |
6223 | 2024-09-27T18:26:30.839Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-stderr.log (1119 bytes) |
6224 | 2024-09-27T18:26:31.849Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-stderr.log |
6225 | 2024-09-27T18:26:31.849Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-stderr.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_17Z.006215.log (1130 bytes) |
6226 | 2024-09-27T18:26:32.859Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-stderr.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_17Z.006215.log |
6227 | 2024-09-27T18:26:32.859Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-stderr.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_46_11Z.010746.log (1119 bytes) |
6228 | 2024-09-27T18:26:33.869Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-stderr.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_46_11Z.010746.log |
6229 | 2024-09-27T18:26:33.869Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-telemetry.log (59928 bytes) |
6230 | 2024-09-27T18:26:34.881Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-telemetry.log |
6231 | 2024-09-27T18:26:34.884Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-telemetry.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_46_12Z.010746.log (59928 bytes) |
6232 | 2024-09-27T18:26:35.894Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach-telemetry.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_46_12Z.010746.log |
6233 | 2024-09-27T18:26:35.894Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach.log (81793 bytes) |
6234 | 2024-09-27T18:26:36.907Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach.log |
6235 | 2024-09-27T18:26:36.907Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_17Z.006215.log (339821 bytes) |
6236 | 2024-09-27T18:26:37.924Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_41_17Z.006215.log |
6237 | 2024-09-27T18:26:37.924Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_46_11Z.010746.log (81793 bytes) |
6238 | 2024-09-27T18:26:38.938Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/cockroach.w-01J8T6GKXP96AHS9SXK65V8SP0.build.2024-09-27T17_46_11Z.010746.log |
6239 | 2024-09-27T18:26:38.938Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/heap_profiler/memprof.2024-09-27T17_46_21.977.60270760.pprof (106337 bytes) |
6240 | 2024-09-27T18:26:39.952Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/heap_profiler/memprof.2024-09-27T17_46_21.977.60270760.pprof |
6241 | 2024-09-27T18:26:39.952Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/heap_profiler/memprof.2024-09-27T17_46_41.978.61545672.pprof (140896 bytes) |
6242 | 2024-09-27T18:26:40.967Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/heap_profiler/memprof.2024-09-27T17_46_41.978.61545672.pprof |
6243 | 2024-09-27T18:26:40.967Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/heap_profiler/memprof.2024-09-27T17_47_01.981.72450480.pprof (165138 bytes) |
6244 | 2024-09-27T18:26:41.982Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/heap_profiler/memprof.2024-09-27T17_47_01.981.72450480.pprof |
6245 | 2024-09-27T18:26:41.982Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/heap_profiler/memprof.2024-09-27T17_47_21.983.90389376.pprof (212712 bytes) |
6246 | 2024-09-27T18:26:43.000Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/logs/heap_profiler/memprof.2024-09-27T17_47_21.983.90389376.pprof |
6247 | 2024-09-27T18:26:43.000Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/marker.format-version.000005.006 (0 bytes) |
6248 | 2024-09-27T18:26:44.007Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/marker.format-version.000005.006 |
6249 | 2024-09-27T18:26:44.007Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/marker.manifest.000002.MANIFEST-000016 (0 bytes) |
6250 | 2024-09-27T18:26:45.015Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/marker.manifest.000002.MANIFEST-000016 |
6251 | 2024-09-27T18:26:45.015Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/data/temp-dirs-record.txt (61 bytes) |
6252 | 2024-09-27T18:26:46.026Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/data/temp-dirs-record.txt |
6253 | 2024-09-27T18:26:46.026Z | uploading: /var/tmp/omicron_tmp/.tmpBr3GfP/listen-url (56 bytes) |
6254 | 2024-09-27T18:26:47.038Z | uploaded: /var/tmp/omicron_tmp/.tmpBr3GfP/listen-url |
6255 | 2024-09-27T18:26:47.038Z | uploading: /var/tmp/omicron_tmp/.tmpKe7CGD/mgd_stderr (0 bytes) |
6256 | 2024-09-27T18:26:48.045Z | uploaded: /var/tmp/omicron_tmp/.tmpKe7CGD/mgd_stderr |
6257 | 2024-09-27T18:26:48.046Z | uploading: /var/tmp/omicron_tmp/.tmpKe7CGD/mgd_stdout (39973 bytes) |
6258 | 2024-09-27T18:26:49.057Z | uploaded: /var/tmp/omicron_tmp/.tmpKe7CGD/mgd_stdout |
6259 | 2024-09-27T18:26:49.057Z | uploading: /var/tmp/omicron_tmp/.tmpKe7CGD/rdb/conf (62 bytes) |
6260 | 2024-09-27T18:26:50.066Z | uploaded: /var/tmp/omicron_tmp/.tmpKe7CGD/rdb/conf |
6261 | 2024-09-27T18:26:50.067Z | uploading: /var/tmp/omicron_tmp/.tmpKe7CGD/rdb/db (195 bytes) |
6262 | 2024-09-27T18:26:51.077Z | uploaded: /var/tmp/omicron_tmp/.tmpKe7CGD/rdb/db |
6263 | 2024-09-27T18:26:51.077Z | uploading: /var/tmp/omicron_tmp/.tmpKm5RMq/mgd_stderr (0 bytes) |
6264 | 2024-09-27T18:26:52.085Z | uploaded: /var/tmp/omicron_tmp/.tmpKm5RMq/mgd_stderr |
6265 | 2024-09-27T18:26:52.085Z | uploading: /var/tmp/omicron_tmp/.tmpKm5RMq/mgd_stdout (57269 bytes) |
6266 | 2024-09-27T18:26:53.098Z | uploaded: /var/tmp/omicron_tmp/.tmpKm5RMq/mgd_stdout |
6267 | 2024-09-27T18:26:53.101Z | uploading: /var/tmp/omicron_tmp/.tmpKm5RMq/rdb/conf (62 bytes) |
6268 | 2024-09-27T18:26:54.110Z | uploaded: /var/tmp/omicron_tmp/.tmpKm5RMq/rdb/conf |
6269 | 2024-09-27T18:26:54.110Z | uploading: /var/tmp/omicron_tmp/.tmpKm5RMq/rdb/db (195 bytes) |
6270 | 2024-09-27T18:26:55.119Z | uploaded: /var/tmp/omicron_tmp/.tmpKm5RMq/rdb/db |
6271 | 2024-09-27T18:26:55.119Z | uploading: /var/tmp/omicron_tmp/.tmphSzqgN/dendrite_stderr (0 bytes) |
6272 | 2024-09-27T18:26:56.127Z | uploaded: /var/tmp/omicron_tmp/.tmphSzqgN/dendrite_stderr |
6273 | 2024-09-27T18:26:56.130Z | uploading: /var/tmp/omicron_tmp/.tmphSzqgN/dendrite_stdout (31565 bytes) |
6274 | 2024-09-27T18:26:57.140Z | uploaded: /var/tmp/omicron_tmp/.tmphSzqgN/dendrite_stdout |
6275 | 2024-09-27T18:26:57.140Z | uploading: /var/tmp/omicron_tmp/.tmpu4M2VS/dendrite_stderr (0 bytes) |
6276 | 2024-09-27T18:26:58.157Z | uploaded: /var/tmp/omicron_tmp/.tmpu4M2VS/dendrite_stderr |
6277 | 2024-09-27T18:26:58.157Z | uploading: /var/tmp/omicron_tmp/.tmpu4M2VS/dendrite_stdout (31560 bytes) |
6278 | 2024-09-27T18:26:59.171Z | uploaded: /var/tmp/omicron_tmp/.tmpu4M2VS/dendrite_stdout |
6279 | 2024-09-27T18:26:59.171Z | uploading: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.0.log (11579021 bytes) |
6280 | 2024-09-27T18:27:00.327Z | uploaded: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.0.log |
6281 | 2024-09-27T18:27:00.327Z | uploading: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.1-clickhouse-ujFUd3/clickhouse-server.errlog (22282 bytes) |
6282 | 2024-09-27T18:27:01.342Z | uploaded: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.1-clickhouse-ujFUd3/clickhouse-server.errlog |
6283 | 2024-09-27T18:27:01.343Z | uploading: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.1-clickhouse-ujFUd3/clickhouse-server.log (634908 bytes) |
6284 | 2024-09-27T18:27:02.379Z | uploaded: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.1-clickhouse-ujFUd3/clickhouse-server.log |
6285 | 2024-09-27T18:27:02.379Z | uploading: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.2.log (3709683 bytes) |
6286 | 2024-09-27T18:27:03.455Z | uploaded: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.2.log |
6287 | 2024-09-27T18:27:03.455Z | uploading: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.3.log (3962716 bytes) |
6288 | 2024-09-27T18:27:04.515Z | uploaded: /var/tmp/omicron_tmp/omicron_nexus-c2ed03e721299be0-test_only_reincarnates_eligible_instances.10742.3.log |