|
|
|
1 | 2024-08-06T20:13:00.668Z | job assigned to worker 01J4MN3V9EHXBJR8D7YX19Q026 (queued for 1 m 5 s) |
|
2 | 2024-08-06T20:13:08.974Z | starting task 0: "setup" |
3 | 2024-08-06T20:13:09.034Z | ++ uname -s |
4 | 2024-08-06T20:13:09.038Z | + kern=SunOS |
5 | 2024-08-06T20:13:09.038Z | + case "$kern" in |
6 | 2024-08-06T20:13:09.038Z | + groupadd -g 12345 build |
7 | 2024-08-06T20:13:09.065Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-06T20:13:11.089Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-06T20:13:11.259Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-06T20:13:11.262Z | + home_fs=zfs |
11 | 2024-08-06T20:13:11.262Z | + [[ zfs == autofs ]] |
12 | 2024-08-06T20:13:11.262Z | + mkdir -p /home/build |
13 | 2024-08-06T20:13:11.265Z | + chown build:build /home/build /work |
14 | 2024-08-06T20:13:13.266Z | + chmod 0700 /home/build /work |
15 | 2024-08-06T20:13:13.270Z | process exited: duration 4296 ms, exit code 0 |
|
16 | 2024-08-06T20:13:13.276Z | starting task 1: "rust-toolchain" |
17 | 2024-08-06T20:13:13.282Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-06T20:13:13.282Z | ' 1.80.0 |
19 | 2024-08-06T20:13:13.282Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-06T20:13:13.282Z | ' default |
21 | 2024-08-06T20:13:13.285Z | * toolchain channel = "1.80.0" |
22 | 2024-08-06T20:13:13.285Z | * toolchain profile = "default" |
23 | 2024-08-06T20:13:13.285Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-06T20:13:13.285Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-06T20:13:13.426Z | info: downloading installer |
26 | 2024-08-06T20:13:14.961Z | info: profile set to 'default' |
27 | 2024-08-06T20:13:14.961Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-06T20:13:14.964Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-06T20:13:15.099Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-06T20:13:15.099Z | info: downloading component 'cargo' |
31 | 2024-08-06T20:13:15.885Z | info: downloading component 'clippy' |
32 | 2024-08-06T20:13:16.149Z | info: downloading component 'rust-docs' |
33 | 2024-08-06T20:13:17.191Z | info: downloading component 'rust-std' |
34 | 2024-08-06T20:13:18.636Z | info: downloading component 'rustc' |
35 | 2024-08-06T20:13:22.625Z | info: downloading component 'rustfmt' |
36 | 2024-08-06T20:13:22.839Z | info: installing component 'cargo' |
37 | 2024-08-06T20:13:23.709Z | info: installing component 'clippy' |
38 | 2024-08-06T20:13:24.107Z | info: installing component 'rust-docs' |
39 | 2024-08-06T20:13:25.729Z | info: installing component 'rust-std' |
40 | 2024-08-06T20:13:27.479Z | info: installing component 'rustc' |
41 | 2024-08-06T20:13:32.190Z | info: installing component 'rustfmt' |
42 | 2024-08-06T20:13:32.545Z | |
43 | 2024-08-06T20:13:32.545Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
44 | 2024-08-06T20:13:32.817Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-06T20:13:32.817Z | |
46 | 2024-08-06T20:13:32.821Z | |
47 | 2024-08-06T20:13:32.821Z | Rust is installed now. Great! |
48 | 2024-08-06T20:13:32.821Z | |
49 | 2024-08-06T20:13:32.821Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-06T20:13:32.821Z | environment variable. This has not been done automatically. |
51 | 2024-08-06T20:13:32.821Z | |
52 | 2024-08-06T20:13:32.821Z | To configure your current shell, you need to source |
53 | 2024-08-06T20:13:32.821Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-06T20:13:32.821Z | |
55 | 2024-08-06T20:13:32.821Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-06T20:13:32.821Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-06T20:13:32.821Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-06T20:13:33.042Z | + rustc --version |
59 | 2024-08-06T20:13:33.106Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-06T20:13:33.109Z | process exited: duration 19831 ms, exit code 0 |
|
61 | 2024-08-06T20:13:33.115Z | starting task 2: "authentication" |
62 | 2024-08-06T20:13:33.136Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-06T20:13:33.144Z | starting task 3: "clone repository" |
64 | 2024-08-06T20:13:33.147Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-06T20:13:33.150Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-06T20:13:34.134Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-06T20:13:40.400Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-06T20:13:40.400Z | + git fetch origin 4678f7dc2df4e52c12bf30a498d9225c39297418 |
69 | 2024-08-06T20:13:40.697Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-06T20:13:40.697Z | * branch 4678f7dc2df4e52c12bf30a498d9225c39297418 -> FETCH_HEAD |
71 | 2024-08-06T20:13:40.706Z | + [[ -n john/reconfigurator-external-ip-allocator ]] |
72 | 2024-08-06T20:13:40.709Z | ++ git branch --show-current |
73 | 2024-08-06T20:13:40.712Z | + current=main |
74 | 2024-08-06T20:13:40.712Z | + [[ main != john/reconfigurator-external-ip-allocator ]] |
75 | 2024-08-06T20:13:40.712Z | + git branch -f john/reconfigurator-external-ip-allocator 4678f7dc2df4e52c12bf30a498d9225c39297418 |
76 | 2024-08-06T20:13:40.715Z | + git checkout -f john/reconfigurator-external-ip-allocator |
77 | 2024-08-06T20:13:40.856Z | Switched to branch 'john/reconfigurator-external-ip-allocator' |
78 | 2024-08-06T20:13:40.859Z | + git reset --hard 4678f7dc2df4e52c12bf30a498d9225c39297418 |
79 | 2024-08-06T20:13:40.875Z | HEAD is now at 4678f7dc2 Reconfigurator: Teach planner about SNAT IPs |
80 | 2024-08-06T20:13:40.878Z | process exited: duration 7732 ms, exit code 0 |
|
81 | 2024-08-06T20:13:40.884Z | starting task 4: "build" |
82 | 2024-08-06T20:13:40.892Z | + target_os=illumos |
83 | 2024-08-06T20:13:40.892Z | + NEXTEST_VERSION=0.9.70 |
84 | 2024-08-06T20:13:40.892Z | + cargo --version |
85 | 2024-08-06T20:13:40.948Z | cargo 1.80.0 (376290515 2024-07-16) |
86 | 2024-08-06T20:13:40.951Z | + rustc --version |
87 | 2024-08-06T20:13:41.007Z | rustc 1.80.0 (051478957 2024-07-21) |
88 | 2024-08-06T20:13:41.010Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos |
89 | 2024-08-06T20:13:41.013Z | + gunzip |
90 | 2024-08-06T20:13:41.013Z | + tar -xvf - -C /home/build/.cargo/bin |
91 | 2024-08-06T20:13:42.124Z | x cargo-nextest, 16766824 bytes, 32748 tape blocks |
92 | 2024-08-06T20:13:42.128Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
93 | 2024-08-06T20:13:42.128Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
94 | 2024-08-06T20:13:42.128Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
95 | 2024-08-06T20:13:42.128Z | + mkdir /var/tmp/omicron_tmp |
96 | 2024-08-06T20:13:42.128Z | + OUTPUT_DIR=/work |
97 | 2024-08-06T20:13:42.128Z | + echo 'tests will store non-ephemeral output in /work' |
98 | 2024-08-06T20:13:42.128Z | tests will store non-ephemeral output in /work |
99 | 2024-08-06T20:13:42.128Z | + mkdir -p /work |
100 | 2024-08-06T20:13:42.131Z | + source ./env.sh |
101 | 2024-08-06T20:13:42.131Z | ++ OLD_SHELL_OPTS=ehxB |
102 | 2024-08-06T20:13:42.131Z | ++ set -o xtrace |
103 | 2024-08-06T20:13:42.134Z | ++++ dirname ./env.sh |
104 | 2024-08-06T20:13:42.134Z | +++ readlink -f . |
105 | 2024-08-06T20:13:42.280Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
106 | 2024-08-06T20:13:42.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-08-06T20:13:42.284Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-08-06T20:13:42.284Z | ++ 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 |
109 | 2024-08-06T20:13:42.284Z | ++ 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 |
110 | 2024-08-06T20:13:42.284Z | ++ 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 |
111 | 2024-08-06T20:13:42.284Z | ++ 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 |
112 | 2024-08-06T20:13:42.284Z | ++ 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 |
113 | 2024-08-06T20:13:42.284Z | ++ 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 |
114 | 2024-08-06T20:13:42.284Z | ++ case $OLD_SHELL_OPTS in |
115 | 2024-08-06T20:13:42.284Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
116 | 2024-08-06T20:13:42.284Z | + banner prerequisites |
117 | 2024-08-06T20:13:42.428Z | |
118 | 2024-08-06T20:13:42.428Z | ##### ##### ###### ##### ###### #### # # # #### # |
119 | 2024-08-06T20:13:42.428Z | # # # # # # # # # # # # # # # |
120 | 2024-08-06T20:13:42.428Z | # # # # ##### # # ##### # # # # # #### # |
121 | 2024-08-06T20:13:42.428Z | ##### ##### # ##### # # # # # # # # # |
122 | 2024-08-06T20:13:42.428Z | # # # # # # # # # # # # # # # |
123 | 2024-08-06T20:13:42.428Z | # # # ###### # # ###### ### # #### # #### # |
124 | 2024-08-06T20:13:42.429Z | |
125 | 2024-08-06T20:13:42.432Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
126 | 2024-08-06T20:14:04.144Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-08-06T20:14:06.637Z | Startup: Caching catalogs ... Done |
128 | 2024-08-06T20:14:10.480Z | Planning: Solver setup ... Done (3.260s) |
129 | 2024-08-06T20:14:10.541Z | Planning: Running solver ... Done (0.061s) |
130 | 2024-08-06T20:14:10.594Z | Planning: Finding local manifests ... Done (0.005s) |
131 | 2024-08-06T20:14:10.606Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-08-06T20:14:10.968Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-08-06T20:14:11.017Z | Planning: Package planning ... Done (0.049s) |
134 | 2024-08-06T20:14:11.067Z | Planning: Merging actions ... Done (0.050s) |
135 | 2024-08-06T20:14:12.653Z | Planning: Checking for conflicting actions ... Done (1.585s) |
136 | 2024-08-06T20:14:12.664Z | Planning: Consolidating action changes ... Done (0.011s) |
137 | 2024-08-06T20:14:23.045Z | Planning: Evaluating mediators ... Done (10.380s) |
138 | 2024-08-06T20:14:23.054Z | Planning: Planning completed in 16.35 seconds |
139 | 2024-08-06T20:14:24.616Z | Packages to install: 4 |
140 | 2024-08-06T20:14:24.616Z | Mediators to change: 2 |
141 | 2024-08-06T20:14:24.620Z | Services to change: 1 |
142 | 2024-08-06T20:14:24.620Z | Estimated space available: 155.75 GB |
143 | 2024-08-06T20:14:24.620Z | Estimated space to be consumed: 1.47 GB |
144 | 2024-08-06T20:14:24.620Z | Create boot environment: No |
145 | 2024-08-06T20:14:24.620Z | Create backup boot environment: No |
146 | 2024-08-06T20:14:24.620Z | Rebuild boot archive: No |
147 | 2024-08-06T20:14:24.620Z | |
148 | 2024-08-06T20:14:24.620Z | Changed mediators: |
149 | 2024-08-06T20:14:24.620Z | mediator clang: |
150 | 2024-08-06T20:14:24.620Z | version: None -> 15 (system default) |
151 | 2024-08-06T20:14:24.620Z | |
152 | 2024-08-06T20:14:24.620Z | mediator llvm: |
153 | 2024-08-06T20:14:24.620Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-08-06T20:14:24.620Z | |
155 | 2024-08-06T20:14:24.620Z | Changed packages: |
156 | 2024-08-06T20:14:24.620Z | helios-dev |
157 | 2024-08-06T20:14:24.620Z | developer/build-essential |
158 | 2024-08-06T20:14:24.620Z | None -> 11-2.0 |
159 | 2024-08-06T20:14:24.620Z | library/libxmlsec1 |
160 | 2024-08-06T20:14:24.620Z | None -> 1.2.35-2.0 |
161 | 2024-08-06T20:14:24.620Z | ooce/developer/clang-15 |
162 | 2024-08-06T20:14:24.620Z | None -> 15.0.7-2.0 |
163 | 2024-08-06T20:14:24.620Z | ooce/developer/llvm-15 |
164 | 2024-08-06T20:14:24.620Z | None -> 15.0.7-2.0 |
165 | 2024-08-06T20:14:24.620Z | |
166 | 2024-08-06T20:14:24.620Z | Services: |
167 | 2024-08-06T20:14:24.620Z | restart_fmri: |
168 | 2024-08-06T20:14:24.620Z | svc:/system/update-man-index:default |
169 | 2024-08-06T20:14:24.898Z | |
170 | 2024-08-06T20:14:24.898Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-08-06T20:14:29.899Z | Download: 1099/3290 items 5.8/212.6MB 2% complete (1.2M/s) |
172 | 2024-08-06T20:14:34.906Z | Download: 1858/3290 items 118.5/212.6MB 55% complete (12.0M/s) |
173 | 2024-08-06T20:14:39.907Z | Download: 2858/3290 items 121.1/212.6MB 56% complete (11.5M/s) |
174 | 2024-08-06T20:14:43.733Z | Download: Completed 212.60 MB in 18.83 seconds (11.3M/s) |
175 | 2024-08-06T20:14:44.542Z | Actions: 1/3689 actions (Installing new actions) |
176 | 2024-08-06T20:14:49.571Z | Actions: 3545/3689 actions (Installing new actions) |
177 | 2024-08-06T20:14:50.893Z | Actions: Completed 3689 actions in 6.35 seconds. |
178 | 2024-08-06T20:14:51.154Z | Done (0.256s) |
179 | 2024-08-06T20:14:51.154Z | Done (0.000s) |
180 | 2024-08-06T20:14:51.504Z | Done (0.350s) |
181 | 2024-08-06T20:14:58.381Z | Done (6.709s) |
182 | 2024-08-06T20:14:58.679Z | Done (0.234s) |
183 | 2024-08-06T20:14:58.682Z | Done (0.000s) |
184 | 2024-08-06T20:15:00.827Z | Done (0.000s) |
185 | 2024-08-06T20:15:01.411Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-08-06T20:15:01.572Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-08-06T20:15:01.575Z | Planning: Consolidating action changes ... Done |
188 | 2024-08-06T20:15:01.841Z | Planning: Evaluating mediators ... Done |
189 | 2024-08-06T20:15:01.844Z | Planning: Planning completed in 0.43 seconds |
190 | 2024-08-06T20:15:01.874Z | Mediators to change: 2 |
191 | 2024-08-06T20:15:01.874Z | Create boot environment: No |
192 | 2024-08-06T20:15:01.877Z | Create backup boot environment: No |
193 | 2024-08-06T20:15:02.003Z | Done |
194 | 2024-08-06T20:15:02.003Z | Done |
195 | 2024-08-06T20:15:02.223Z | Done |
196 | 2024-08-06T20:15:05.731Z | Done |
197 | 2024-08-06T20:15:05.816Z | Done |
198 | 2024-08-06T20:15:05.819Z | Done |
199 | 2024-08-06T20:15:06.526Z | Done |
200 | 2024-08-06T20:15:07.158Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-08-06T20:15:07.161Z | Planning: Merging actions ... Done |
202 | 2024-08-06T20:15:07.354Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-08-06T20:15:07.357Z | Planning: Consolidating action changes ... Done |
204 | 2024-08-06T20:15:07.628Z | Planning: Evaluating mediators ... Done |
205 | 2024-08-06T20:15:07.686Z | Planning: Planning completed in 0.78 seconds |
206 | 2024-08-06T20:15:07.723Z | Packages to change: 1 |
207 | 2024-08-06T20:15:07.723Z | Mediators to change: 1 |
208 | 2024-08-06T20:15:07.726Z | Services to change: 1 |
209 | 2024-08-06T20:15:07.726Z | Create boot environment: No |
210 | 2024-08-06T20:15:07.726Z | Create backup boot environment: Yes |
211 | 2024-08-06T20:15:10.193Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-08-06T20:15:10.275Z | Actions: Completed 6 actions in 0.08 seconds. |
213 | 2024-08-06T20:15:10.278Z | Done |
214 | 2024-08-06T20:15:10.278Z | Done |
215 | 2024-08-06T20:15:10.350Z | Done |
216 | 2024-08-06T20:15:14.013Z | Done |
217 | 2024-08-06T20:15:14.101Z | Done |
218 | 2024-08-06T20:15:14.104Z | Done |
219 | 2024-08-06T20:15:14.290Z | Done |
220 | 2024-08-06T20:15:14.736Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-08-06T20:15:14.736Z | clang system 15 system |
222 | 2024-08-06T20:15:14.736Z | csh system system illumos |
223 | 2024-08-06T20:15:14.736Z | ctags system system illumos |
224 | 2024-08-06T20:15:14.736Z | gcc vendor 12 vendor |
225 | 2024-08-06T20:15:14.736Z | gcc system 10 system |
226 | 2024-08-06T20:15:14.736Z | gcc system 7 system |
227 | 2024-08-06T20:15:14.736Z | go system 1.20 system |
228 | 2024-08-06T20:15:14.736Z | go system 1.19 system |
229 | 2024-08-06T20:15:14.736Z | llvm system 15 system |
230 | 2024-08-06T20:15:14.736Z | llvm system 14 system |
231 | 2024-08-06T20:15:14.736Z | mariadb system 10.6 system |
232 | 2024-08-06T20:15:14.736Z | mta vendor vendor dma |
233 | 2024-08-06T20:15:14.736Z | openjdk system 17 system |
234 | 2024-08-06T20:15:14.736Z | openjdk system 11 system |
235 | 2024-08-06T20:15:14.736Z | openjdk system 1.8 system |
236 | 2024-08-06T20:15:14.736Z | openssl vendor 3 vendor |
237 | 2024-08-06T20:15:14.736Z | perl system 5.36 system |
238 | 2024-08-06T20:15:14.736Z | postgresql system 15 system |
239 | 2024-08-06T20:15:14.736Z | postgresql system 13 system |
240 | 2024-08-06T20:15:14.736Z | python vendor 3 vendor |
241 | 2024-08-06T20:15:14.736Z | python system 2 system |
242 | 2024-08-06T20:15:14.736Z | python3 system 3.11 system |
243 | 2024-08-06T20:15:14.737Z | ruby system 3.0 system |
244 | 2024-08-06T20:15:14.737Z | words vendor vendor american-english |
245 | 2024-08-06T20:15:14.737Z | words system system australian-english |
246 | 2024-08-06T20:15:14.737Z | words system system british-english |
247 | 2024-08-06T20:15:14.737Z | words system system canadian-english |
248 | 2024-08-06T20:15:14.737Z | words system system french |
249 | 2024-08-06T20:15:14.737Z | words system system italian |
250 | 2024-08-06T20:15:14.737Z | words system system ngerman |
251 | 2024-08-06T20:15:14.737Z | words system system ogerman |
252 | 2024-08-06T20:15:14.737Z | words system system spanish |
253 | 2024-08-06T20:15:15.065Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-08-06T20:15:15.065Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-08-06T20:15:16.717Z | FMRI IFO |
256 | 2024-08-06T20:15:16.717Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-08-06T20:15:16.717Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-08-06T20:15:16.717Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-08-06T20:15:16.717Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-08-06T20:15:16.717Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-08-06T20:15:16.717Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-08-06T20:15:16.718Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
263 | 2024-08-06T20:15:16.718Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-08-06T20:15:16.718Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-08-06T20:15:16.718Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-08-06T20:15:16.718Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-08-06T20:15:16.718Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-08-06T20:15:17.288Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-08-06T20:15:17.535Z | Updating git repository `https://github.com/oxidecomputer/zone` |
270 | 2024-08-06T20:15:17.823Z | Updating crates.io index |
271 | 2024-08-06T20:15:17.923Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
272 | 2024-08-06T20:15:18.623Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-08-06T20:15:19.321Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-08-06T20:15:19.642Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
275 | 2024-08-06T20:15:21.340Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-08-06T20:15:21.602Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-08-06T20:15:22.011Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-08-06T20:15:23.163Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-08-06T20:15:24.961Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-08-06T20:15:25.857Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-08-06T20:15:26.896Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-08-06T20:15:27.570Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-08-06T20:15:27.821Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
284 | 2024-08-06T20:15:28.248Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
285 | 2024-08-06T20:15:28.737Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-08-06T20:15:29.156Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-08-06T20:15:29.402Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-08-06T20:15:29.650Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-08-06T20:15:29.903Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-08-06T20:15:30.389Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-08-06T20:15:30.846Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-08-06T20:15:31.269Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-08-06T20:15:31.716Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-08-06T20:15:32.311Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-08-06T20:15:33.947Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-08-06T20:15:34.650Z | Updating git repository `https://github.com/oxidecomputer/typify` |
297 | 2024-08-06T20:15:36.660Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-08-06T20:15:36.947Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-08-06T20:15:37.207Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-08-06T20:15:37.536Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
301 | 2024-08-06T20:15:39.156Z | Downloading crates ... |
302 | 2024-08-06T20:15:39.224Z | Downloaded dtrace-parser v0.2.0 |
303 | 2024-08-06T20:15:39.229Z | Downloaded digest v0.10.7 |
304 | 2024-08-06T20:15:39.232Z | Downloaded autocfg v1.3.0 |
305 | 2024-08-06T20:15:39.235Z | Downloaded colorchoice v1.0.1 |
306 | 2024-08-06T20:15:39.243Z | Downloaded swrite v0.1.0 |
307 | 2024-08-06T20:15:39.246Z | Downloaded usdt-attr-macro v0.5.0 |
308 | 2024-08-06T20:15:39.246Z | Downloaded anstyle v1.0.8 |
309 | 2024-08-06T20:15:39.249Z | Downloaded fs-err v2.11.0 |
310 | 2024-08-06T20:15:39.249Z | Downloaded cargo-platform v0.1.8 |
311 | 2024-08-06T20:15:39.251Z | Downloaded anstream v0.6.14 |
312 | 2024-08-06T20:15:39.254Z | Downloaded usdt-macro v0.5.0 |
313 | 2024-08-06T20:15:39.254Z | Downloaded errno v0.3.9 |
314 | 2024-08-06T20:15:39.254Z | Downloaded equivalent v1.0.1 |
315 | 2024-08-06T20:15:39.257Z | Downloaded anstyle-parse v0.2.4 |
316 | 2024-08-06T20:15:39.257Z | Downloaded generic-array v0.14.7 |
317 | 2024-08-06T20:15:39.259Z | Downloaded toml_datetime v0.6.8 |
318 | 2024-08-06T20:15:39.262Z | Downloaded thread-id v4.2.1 |
319 | 2024-08-06T20:15:39.262Z | Downloaded thiserror v1.0.63 |
320 | 2024-08-06T20:15:39.265Z | Downloaded serde_spanned v0.6.7 |
321 | 2024-08-06T20:15:39.268Z | Downloaded scroll v0.12.0 |
322 | 2024-08-06T20:15:39.271Z | Downloaded tabled_derive v0.7.0 |
323 | 2024-08-06T20:15:39.271Z | Downloaded itoa v1.0.11 |
324 | 2024-08-06T20:15:39.271Z | Downloaded byteorder v1.5.0 |
325 | 2024-08-06T20:15:39.273Z | Downloaded heck v0.4.1 |
326 | 2024-08-06T20:15:39.273Z | Downloaded version_check v0.9.4 |
327 | 2024-08-06T20:15:39.276Z | Downloaded clap_derive v4.5.13 |
328 | 2024-08-06T20:15:39.278Z | Downloaded dof v0.3.0 |
329 | 2024-08-06T20:15:39.281Z | Downloaded cpufeatures v0.2.12 |
330 | 2024-08-06T20:15:39.281Z | Downloaded clap_lex v0.7.0 |
331 | 2024-08-06T20:15:39.281Z | Downloaded semver v1.0.23 |
332 | 2024-08-06T20:15:39.284Z | Downloaded cfg-if v1.0.0 |
333 | 2024-08-06T20:15:39.286Z | Downloaded bytecount v0.6.8 |
334 | 2024-08-06T20:15:39.286Z | Downloaded fnv v1.0.7 |
335 | 2024-08-06T20:15:39.289Z | Downloaded crypto-common v0.1.6 |
336 | 2024-08-06T20:15:39.289Z | Downloaded once_cell v1.19.0 |
337 | 2024-08-06T20:15:39.292Z | Downloaded anstyle-query v1.0.3 |
338 | 2024-08-06T20:15:39.292Z | Downloaded is_terminal_polyfill v1.70.0 |
339 | 2024-08-06T20:15:39.299Z | Downloaded scroll_derive v0.12.0 |
340 | 2024-08-06T20:15:39.302Z | Downloaded pretty-hex v0.4.1 |
341 | 2024-08-06T20:15:39.302Z | Downloaded sha2 v0.10.8 |
342 | 2024-08-06T20:15:39.304Z | Downloaded cargo_toml v0.20.4 |
343 | 2024-08-06T20:15:39.307Z | Downloaded proc-macro-error v1.0.4 |
344 | 2024-08-06T20:15:39.310Z | Downloaded typenum v1.17.0 |
345 | 2024-08-06T20:15:39.313Z | Downloaded log v0.4.21 |
346 | 2024-08-06T20:15:39.315Z | Downloaded clap v4.5.13 |
347 | 2024-08-06T20:15:39.322Z | Downloaded unicode-ident v1.0.12 |
348 | 2024-08-06T20:15:39.325Z | Downloaded thiserror-impl v1.0.63 |
349 | 2024-08-06T20:15:39.328Z | Downloaded strsim v0.11.1 |
350 | 2024-08-06T20:15:39.328Z | Downloaded serde_tokenstream v0.2.1 |
351 | 2024-08-06T20:15:39.331Z | Downloaded proc-macro-error-attr v1.0.4 |
352 | 2024-08-06T20:15:39.333Z | Downloaded utf8parse v0.2.1 |
353 | 2024-08-06T20:15:39.333Z | Downloaded usdt v0.5.0 |
354 | 2024-08-06T20:15:39.336Z | Downloaded plain v0.2.3 |
355 | 2024-08-06T20:15:39.336Z | Downloaded terminal_size v0.3.0 |
356 | 2024-08-06T20:15:39.336Z | Downloaded proc-macro2 v1.0.86 |
357 | 2024-08-06T20:15:39.338Z | Downloaded pest_meta v2.7.10 |
358 | 2024-08-06T20:15:39.341Z | Downloaded serde_derive v1.0.204 |
359 | 2024-08-06T20:15:39.344Z | Downloaded memmap v0.7.0 |
360 | 2024-08-06T20:15:39.346Z | Downloaded quote v1.0.36 |
361 | 2024-08-06T20:15:39.346Z | Downloaded anyhow v1.0.86 |
362 | 2024-08-06T20:15:39.349Z | Downloaded pest_generator v2.7.10 |
363 | 2024-08-06T20:15:39.352Z | Downloaded macaddr v1.0.1 |
364 | 2024-08-06T20:15:39.353Z | Downloaded usdt-impl v0.5.0 |
365 | 2024-08-06T20:15:39.355Z | Downloaded pest_derive v2.7.10 |
366 | 2024-08-06T20:15:39.355Z | Downloaded heck v0.5.0 |
367 | 2024-08-06T20:15:39.358Z | Downloaded camino v1.1.7 |
368 | 2024-08-06T20:15:39.361Z | Downloaded cargo_metadata v0.18.1 |
369 | 2024-08-06T20:15:39.361Z | Downloaded block-buffer v0.10.4 |
370 | 2024-08-06T20:15:39.364Z | Downloaded bitflags v2.6.0 |
371 | 2024-08-06T20:15:39.366Z | Downloaded toml v0.8.19 |
372 | 2024-08-06T20:15:39.371Z | Downloaded zerocopy-derive v0.7.34 |
373 | 2024-08-06T20:15:39.379Z | Downloaded indexmap v2.2.6 |
374 | 2024-08-06T20:15:39.383Z | Downloaded ryu v1.0.18 |
375 | 2024-08-06T20:15:39.386Z | Downloaded papergrid v0.11.0 |
376 | 2024-08-06T20:15:39.390Z | Downloaded memchr v2.7.2 |
377 | 2024-08-06T20:15:39.395Z | Downloaded ucd-trie v0.1.6 |
378 | 2024-08-06T20:15:39.398Z | Downloaded serde v1.0.204 |
379 | 2024-08-06T20:15:39.407Z | Downloaded pest v2.7.10 |
380 | 2024-08-06T20:15:39.412Z | Downloaded toml_edit v0.22.20 |
381 | 2024-08-06T20:15:39.440Z | Downloaded hashbrown v0.14.5 |
382 | 2024-08-06T20:15:39.445Z | Downloaded zerocopy v0.7.34 |
383 | 2024-08-06T20:15:39.460Z | Downloaded goblin v0.8.2 |
384 | 2024-08-06T20:15:39.466Z | Downloaded clap_builder v4.5.13 |
385 | 2024-08-06T20:15:39.472Z | Downloaded winnow v0.6.18 |
386 | 2024-08-06T20:15:39.481Z | Downloaded serde_json v1.0.122 |
387 | 2024-08-06T20:15:39.488Z | Downloaded tabled v0.15.0 |
388 | 2024-08-06T20:15:39.503Z | Downloaded syn v2.0.72 |
389 | 2024-08-06T20:15:39.514Z | Downloaded syn v1.0.109 |
390 | 2024-08-06T20:15:39.523Z | Downloaded rustix v0.38.34 |
391 | 2024-08-06T20:15:39.545Z | Downloaded unicode-width v0.1.13 |
392 | 2024-08-06T20:15:39.552Z | Downloaded libc v0.2.155 |
393 | 2024-08-06T20:15:39.830Z | Compiling proc-macro2 v1.0.86 |
394 | 2024-08-06T20:15:39.830Z | Compiling unicode-ident v1.0.12 |
395 | 2024-08-06T20:15:39.833Z | Compiling version_check v0.9.4 |
396 | 2024-08-06T20:15:39.833Z | Compiling serde v1.0.204 |
397 | 2024-08-06T20:15:39.833Z | Compiling thiserror v1.0.63 |
398 | 2024-08-06T20:15:39.833Z | Compiling memchr v2.7.2 |
399 | 2024-08-06T20:15:39.833Z | Compiling libc v0.2.155 |
400 | 2024-08-06T20:15:39.833Z | Compiling ryu v1.0.18 |
401 | 2024-08-06T20:15:40.068Z | Compiling ucd-trie v0.1.6 |
402 | 2024-08-06T20:15:40.292Z | Compiling itoa v1.0.11 |
403 | 2024-08-06T20:15:40.478Z | Compiling once_cell v1.19.0 |
404 | 2024-08-06T20:15:40.684Z | Compiling byteorder v1.5.0 |
405 | 2024-08-06T20:15:40.807Z | Compiling serde_json v1.0.122 |
406 | 2024-08-06T20:15:43.813Z | Compiling proc-macro-error-attr v1.0.4 |
407 | 2024-08-06T20:15:43.866Z | Compiling usdt-impl v0.5.0 |
408 | 2024-08-06T20:15:43.942Z | Compiling syn v1.0.109 |
409 | 2024-08-06T20:15:43.966Z | Compiling rustix v0.38.34 |
410 | 2024-08-06T20:15:43.969Z | Compiling proc-macro-error v1.0.4 |
411 | 2024-08-06T20:15:44.247Z | Compiling bitflags v2.6.0 |
412 | 2024-08-06T20:15:44.275Z | Compiling utf8parse v0.2.1 |
413 | 2024-08-06T20:15:44.372Z | Compiling hashbrown v0.14.5 |
414 | 2024-08-06T20:15:44.436Z | Compiling log v0.4.21 |
415 | 2024-08-06T20:15:44.696Z | Compiling thread-id v4.2.1 |
416 | 2024-08-06T20:15:44.717Z | Compiling equivalent v1.0.1 |
417 | 2024-08-06T20:15:44.740Z | Compiling plain v0.2.3 |
418 | 2024-08-06T20:15:44.798Z | Compiling anstyle-parse v0.2.4 |
419 | 2024-08-06T20:15:44.888Z | Compiling quote v1.0.36 |
420 | 2024-08-06T20:15:44.938Z | Compiling anstyle-query v1.0.3 |
421 | 2024-08-06T20:15:45.005Z | Compiling pretty-hex v0.4.1 |
422 | 2024-08-06T20:15:45.071Z | Compiling autocfg v1.3.0 |
423 | 2024-08-06T20:15:45.106Z | Compiling colorchoice v1.0.1 |
424 | 2024-08-06T20:15:45.164Z | Compiling errno v0.3.9 |
425 | 2024-08-06T20:15:45.206Z | Compiling camino v1.1.7 |
426 | 2024-08-06T20:15:45.248Z | Compiling semver v1.0.23 |
427 | 2024-08-06T20:15:45.382Z | Compiling syn v2.0.72 |
428 | 2024-08-06T20:15:45.731Z | Compiling indexmap v2.2.6 |
429 | 2024-08-06T20:15:45.782Z | Compiling anstyle v1.0.8 |
430 | 2024-08-06T20:15:45.843Z | Compiling is_terminal_polyfill v1.70.0 |
431 | 2024-08-06T20:15:45.966Z | Compiling winnow v0.6.18 |
432 | 2024-08-06T20:15:46.006Z | Compiling fs-err v2.11.0 |
433 | 2024-08-06T20:15:46.229Z | Compiling anstream v0.6.14 |
434 | 2024-08-06T20:15:46.563Z | Compiling terminal_size v0.3.0 |
435 | 2024-08-06T20:15:46.826Z | Compiling heck v0.5.0 |
436 | 2024-08-06T20:15:46.850Z | Compiling strsim v0.11.1 |
437 | 2024-08-06T20:15:46.916Z | Compiling anyhow v1.0.86 |
438 | 2024-08-06T20:15:47.039Z | Compiling bytecount v0.6.8 |
439 | 2024-08-06T20:15:47.071Z | Compiling clap_lex v0.7.0 |
440 | 2024-08-06T20:15:47.263Z | Compiling fnv v1.0.7 |
441 | 2024-08-06T20:15:47.331Z | Compiling heck v0.4.1 |
442 | 2024-08-06T20:15:47.393Z | Compiling unicode-width v0.1.13 |
443 | 2024-08-06T20:15:47.570Z | Compiling papergrid v0.11.0 |
444 | 2024-08-06T20:15:47.621Z | Compiling clap_builder v4.5.13 |
445 | 2024-08-06T20:15:47.801Z | Compiling memmap v0.7.0 |
446 | 2024-08-06T20:15:48.143Z | Compiling swrite v0.1.0 |
447 | 2024-08-06T20:15:50.315Z | Compiling tabled_derive v0.7.0 |
448 | 2024-08-06T20:15:51.717Z | Compiling tabled v0.15.0 |
449 | 2024-08-06T20:15:53.721Z | Compiling serde_derive v1.0.204 |
450 | 2024-08-06T20:15:53.721Z | Compiling thiserror-impl v1.0.63 |
451 | 2024-08-06T20:15:53.721Z | Compiling zerocopy-derive v0.7.34 |
452 | 2024-08-06T20:15:53.721Z | Compiling scroll_derive v0.12.0 |
453 | 2024-08-06T20:15:53.724Z | Compiling clap_derive v4.5.13 |
454 | 2024-08-06T20:15:54.918Z | Compiling scroll v0.12.0 |
455 | 2024-08-06T20:15:55.390Z | Compiling goblin v0.8.2 |
456 | 2024-08-06T20:15:55.587Z | Compiling zerocopy v0.7.34 |
457 | 2024-08-06T20:15:56.430Z | Compiling pest v2.7.10 |
458 | 2024-08-06T20:15:57.568Z | Compiling clap v4.5.13 |
459 | 2024-08-06T20:15:58.552Z | Compiling pest_meta v2.7.10 |
460 | 2024-08-06T20:15:59.475Z | Compiling pest_generator v2.7.10 |
461 | 2024-08-06T20:16:01.425Z | Compiling pest_derive v2.7.10 |
462 | 2024-08-06T20:16:02.082Z | Compiling dtrace-parser v0.2.0 |
463 | 2024-08-06T20:16:03.519Z | Compiling serde_tokenstream v0.2.1 |
464 | 2024-08-06T20:16:03.620Z | Compiling serde_spanned v0.6.7 |
465 | 2024-08-06T20:16:03.620Z | Compiling toml_datetime v0.6.8 |
466 | 2024-08-06T20:16:03.771Z | Compiling cargo-platform v0.1.8 |
467 | 2024-08-06T20:16:03.964Z | Compiling toml_edit v0.22.20 |
468 | 2024-08-06T20:16:04.130Z | Compiling macaddr v1.0.1 |
469 | 2024-08-06T20:16:04.934Z | Compiling dof v0.3.0 |
470 | 2024-08-06T20:16:05.062Z | Compiling cargo_metadata v0.18.1 |
471 | 2024-08-06T20:16:06.587Z | Compiling usdt-macro v0.5.0 |
472 | 2024-08-06T20:16:06.587Z | Compiling usdt-attr-macro v0.5.0 |
473 | 2024-08-06T20:16:06.738Z | Compiling toml v0.8.19 |
474 | 2024-08-06T20:16:07.632Z | Compiling cargo_toml v0.20.4 |
475 | 2024-08-06T20:16:08.016Z | Compiling usdt v0.5.0 |
476 | 2024-08-06T20:16:11.345Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
477 | 2024-08-06T20:16:15.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.07s |
478 | 2024-08-06T20:16:15.378Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
479 | 2024-08-06T20:16:15.909Z | Downloading crates ... |
480 | 2024-08-06T20:16:16.025Z | Downloaded ascii v1.1.0 |
481 | 2024-08-06T20:16:16.071Z | Downloaded ciborium-io v0.2.2 |
482 | 2024-08-06T20:16:16.071Z | Downloaded atomicwrites v0.4.3 |
483 | 2024-08-06T20:16:16.071Z | Downloaded crucible-workspace-hack v0.1.0 |
484 | 2024-08-06T20:16:16.071Z | Downloaded bitstruct_derive v0.1.0 |
485 | 2024-08-06T20:16:16.071Z | Downloaded instant v0.1.12 |
486 | 2024-08-06T20:16:16.071Z | Downloaded darling_macro v0.20.9 |
487 | 2024-08-06T20:16:16.071Z | Downloaded async-stream v0.3.5 |
488 | 2024-08-06T20:16:16.071Z | Downloaded arrayref v0.3.7 |
489 | 2024-08-06T20:16:16.071Z | Downloaded array-init v0.0.4 |
490 | 2024-08-06T20:16:16.071Z | Downloaded matches v0.1.10 |
491 | 2024-08-06T20:16:16.071Z | Downloaded aead v0.5.2 |
492 | 2024-08-06T20:16:16.071Z | Downloaded indoc v1.0.9 |
493 | 2024-08-06T20:16:16.071Z | Downloaded indent_write v2.2.0 |
494 | 2024-08-06T20:16:16.071Z | Downloaded impl-trait-for-tuples v0.2.2 |
495 | 2024-08-06T20:16:16.071Z | Downloaded newtype_derive v0.1.6 |
496 | 2024-08-06T20:16:16.071Z | Downloaded normalize-line-endings v0.3.0 |
497 | 2024-08-06T20:16:16.074Z | Downloaded num-conv v0.1.0 |
498 | 2024-08-06T20:16:16.074Z | Downloaded cobs v0.2.3 |
499 | 2024-08-06T20:16:16.074Z | Downloaded const_format_proc_macros v0.2.32 |
500 | 2024-08-06T20:16:16.077Z | Downloaded is_ci v1.2.0 |
501 | 2024-08-06T20:16:16.078Z | Downloaded openssl-macros v0.1.1 |
502 | 2024-08-06T20:16:16.080Z | Downloaded oso-derive v0.27.3 |
503 | 2024-08-06T20:16:16.080Z | Downloaded num_threads v0.1.7 |
504 | 2024-08-06T20:16:16.083Z | Downloaded newline-converter v0.3.0 |
505 | 2024-08-06T20:16:16.083Z | Downloaded crc v3.2.1 |
506 | 2024-08-06T20:16:16.085Z | Downloaded convert_case v0.4.0 |
507 | 2024-08-06T20:16:16.088Z | Downloaded maplit v1.0.2 |
508 | 2024-08-06T20:16:16.088Z | Downloaded inout v0.1.3 |
509 | 2024-08-06T20:16:16.090Z | Downloaded bitfield v0.14.0 |
510 | 2024-08-06T20:16:16.093Z | Downloaded debug-ignore v1.0.5 |
511 | 2024-08-06T20:16:16.093Z | Downloaded nodrop v0.1.14 |
512 | 2024-08-06T20:16:16.096Z | Downloaded defmt-macros v0.3.9 |
513 | 2024-08-06T20:16:16.098Z | Downloaded num-integer v0.1.46 |
514 | 2024-08-06T20:16:16.101Z | Downloaded num_cpus v1.16.0 |
515 | 2024-08-06T20:16:16.104Z | Downloaded async-recursion v1.1.1 |
516 | 2024-08-06T20:16:16.110Z | Downloaded indexmap v1.9.3 |
517 | 2024-08-06T20:16:16.115Z | Downloaded packed_struct_codegen v0.10.1 |
518 | 2024-08-06T20:16:16.117Z | Downloaded strum v0.26.3 |
519 | 2024-08-06T20:16:16.118Z | Downloaded ipnet v2.9.0 |
520 | 2024-08-06T20:16:16.120Z | Downloaded packed_struct v0.10.1 |
521 | 2024-08-06T20:16:16.123Z | Downloaded num-complex v0.4.6 |
522 | 2024-08-06T20:16:16.125Z | Downloaded parse-display-derive v0.9.1 |
523 | 2024-08-06T20:16:16.128Z | Downloaded signal-hook-tokio v0.3.1 |
524 | 2024-08-06T20:16:16.128Z | Downloaded bitstruct v0.1.1 |
525 | 2024-08-06T20:16:16.131Z | Downloaded new_debug_unreachable v1.0.6 |
526 | 2024-08-06T20:16:16.131Z | Downloaded cfg_aliases v0.1.1 |
527 | 2024-08-06T20:16:16.133Z | Downloaded cstr-argument v0.1.2 |
528 | 2024-08-06T20:16:16.133Z | Downloaded match_cfg v0.1.0 |
529 | 2024-08-06T20:16:16.136Z | Downloaded darling v0.20.9 |
530 | 2024-08-06T20:16:16.139Z | Downloaded backoff v0.4.0 |
531 | 2024-08-06T20:16:16.141Z | Downloaded parse-size v1.0.0 |
532 | 2024-08-06T20:16:16.144Z | Downloaded openssl-probe v0.1.5 |
533 | 2024-08-06T20:16:16.146Z | Downloaded sync_wrapper v0.1.2 |
534 | 2024-08-06T20:16:16.146Z | Downloaded password-hash v0.5.0 |
535 | 2024-08-06T20:16:16.149Z | Downloaded opaque-debug v0.3.1 |
536 | 2024-08-06T20:16:16.149Z | Downloaded blake2 v0.10.6 |
537 | 2024-08-06T20:16:16.152Z | Downloaded arrayvec v0.7.4 |
538 | 2024-08-06T20:16:16.154Z | Downloaded take_mut v0.2.2 |
539 | 2024-08-06T20:16:16.157Z | Downloaded ciborium-ll v0.2.2 |
540 | 2024-08-06T20:16:16.160Z | Downloaded async-trait v0.1.81 |
541 | 2024-08-06T20:16:16.162Z | Downloaded const-oid v0.9.6 |
542 | 2024-08-06T20:16:16.165Z | Downloaded parking_lot_core v0.9.10 |
543 | 2024-08-06T20:16:16.168Z | Downloaded tower-service v0.3.2 |
544 | 2024-08-06T20:16:16.170Z | Downloaded maybe-uninit v2.0.0 |
545 | 2024-08-06T20:16:16.173Z | Downloaded number_prefix v0.4.0 |
546 | 2024-08-06T20:16:16.173Z | Downloaded constant_time_eq v0.3.0 |
547 | 2024-08-06T20:16:16.175Z | Downloaded num-iter v0.1.45 |
548 | 2024-08-06T20:16:16.175Z | Downloaded shell-words v1.1.0 |
549 | 2024-08-06T20:16:16.178Z | Downloaded crossbeam-deque v0.8.5 |
550 | 2024-08-06T20:16:16.181Z | Downloaded endian-type v0.1.2 |
551 | 2024-08-06T20:16:16.181Z | Downloaded dirs-next v2.0.0 |
552 | 2024-08-06T20:16:16.183Z | Downloaded thiserror-impl-no-std v2.0.2 |
553 | 2024-08-06T20:16:16.183Z | Downloaded foreign-types v0.5.0 |
554 | 2024-08-06T20:16:16.186Z | Downloaded cassowary v0.3.0 |
555 | 2024-08-06T20:16:16.188Z | Downloaded olpc-cjson v0.1.3 |
556 | 2024-08-06T20:16:16.188Z | Downloaded defmt v0.3.8 |
557 | 2024-08-06T20:16:16.191Z | Downloaded argon2 v0.5.3 |
558 | 2024-08-06T20:16:16.194Z | Downloaded tokio-native-tls v0.3.1 |
559 | 2024-08-06T20:16:16.197Z | Downloaded parse-display v0.9.1 |
560 | 2024-08-06T20:16:16.199Z | Downloaded thiserror-no-std v2.0.2 |
561 | 2024-08-06T20:16:16.202Z | Downloaded utf-8 v0.7.6 |
562 | 2024-08-06T20:16:16.205Z | Downloaded foreign-types v0.3.2 |
563 | 2024-08-06T20:16:16.205Z | Downloaded snafu-derive v0.8.2 |
564 | 2024-08-06T20:16:16.208Z | Downloaded serde-big-array v0.5.1 |
565 | 2024-08-06T20:16:16.210Z | Downloaded arc-swap v1.7.1 |
566 | 2024-08-06T20:16:16.213Z | Downloaded rustfmt-wrapper v0.2.1 |
567 | 2024-08-06T20:16:16.216Z | Downloaded deranged v0.3.11 |
568 | 2024-08-06T20:16:16.219Z | Downloaded tabwriter v1.4.0 |
569 | 2024-08-06T20:16:16.219Z | Downloaded fixedbitset v0.4.2 |
570 | 2024-08-06T20:16:16.221Z | Downloaded percent-encoding v2.3.1 |
571 | 2024-08-06T20:16:16.224Z | Downloaded newtype-uuid v1.1.0 |
572 | 2024-08-06T20:16:16.224Z | Downloaded managed v0.8.0 |
573 | 2024-08-06T20:16:16.227Z | Downloaded pretty-hex v0.2.1 |
574 | 2024-08-06T20:16:16.227Z | Downloaded pem v3.0.4 |
575 | 2024-08-06T20:16:16.229Z | Downloaded parking_lot_core v0.8.6 |
576 | 2024-08-06T20:16:16.232Z | Downloaded tls_codec_derive v0.4.1 |
577 | 2024-08-06T20:16:16.235Z | Downloaded hostname v0.3.1 |
578 | 2024-08-06T20:16:16.237Z | Downloaded untrusted v0.9.0 |
579 | 2024-08-06T20:16:16.237Z | Downloaded parking_lot v0.11.2 |
580 | 2024-08-06T20:16:16.240Z | Downloaded stability v0.2.0 |
581 | 2024-08-06T20:16:16.242Z | Downloaded toolchain_find v0.4.0 |
582 | 2024-08-06T20:16:16.245Z | Downloaded home v0.5.9 |
583 | 2024-08-06T20:16:16.245Z | Downloaded tui-tree-widget v0.21.0 |
584 | 2024-08-06T20:16:16.247Z | Downloaded enum-as-inner v0.5.1 |
585 | 2024-08-06T20:16:16.250Z | Downloaded highway v1.1.0 |
586 | 2024-08-06T20:16:16.252Z | Downloaded dirs-sys-next v0.1.2 |
587 | 2024-08-06T20:16:16.252Z | Downloaded proc-macro-crate v1.3.1 |
588 | 2024-08-06T20:16:16.255Z | Downloaded yasna v0.5.2 |
589 | 2024-08-06T20:16:16.257Z | Downloaded want v0.3.1 |
590 | 2024-08-06T20:16:16.259Z | Downloaded waitgroup v0.1.2 |
591 | 2024-08-06T20:16:16.260Z | Downloaded foreign-types-shared v0.3.1 |
592 | 2024-08-06T20:16:16.262Z | Downloaded foreign-types-shared v0.1.1 |
593 | 2024-08-06T20:16:16.262Z | Downloaded crossbeam-epoch v0.9.18 |
594 | 2024-08-06T20:16:16.265Z | Downloaded pem-rfc7468 v0.7.0 |
595 | 2024-08-06T20:16:16.267Z | Downloaded smallvec v0.6.14 |
596 | 2024-08-06T20:16:16.270Z | Downloaded futures-channel v0.3.30 |
597 | 2024-08-06T20:16:16.272Z | Downloaded omicron-zone-package v0.11.0 |
598 | 2024-08-06T20:16:16.275Z | Downloaded mockall_derive v0.12.1 |
599 | 2024-08-06T20:16:16.278Z | Downloaded ident_case v1.0.1 |
600 | 2024-08-06T20:16:16.280Z | Downloaded headers-core v0.2.0 |
601 | 2024-08-06T20:16:16.281Z | Downloaded termcolor v1.4.1 |
602 | 2024-08-06T20:16:16.283Z | Downloaded predicates-tree v1.0.9 |
603 | 2024-08-06T20:16:16.286Z | Downloaded slog-dtrace v0.3.0 |
604 | 2024-08-06T20:16:16.288Z | Downloaded signal-hook-registry v1.4.2 |
605 | 2024-08-06T20:16:16.288Z | Downloaded spin v0.5.2 |
606 | 2024-08-06T20:16:16.291Z | Downloaded der v0.7.9 |
607 | 2024-08-06T20:16:16.296Z | Downloaded clang-sys v1.7.0 |
608 | 2024-08-06T20:16:16.298Z | Downloaded signal-hook-mio v0.2.3 |
609 | 2024-08-06T20:16:16.301Z | Downloaded poly1305 v0.8.0 |
610 | 2024-08-06T20:16:16.304Z | Downloaded tls_codec v0.4.1 |
611 | 2024-08-06T20:16:16.307Z | Downloaded flagset v0.4.5 |
612 | 2024-08-06T20:16:16.309Z | Downloaded display-error-chain v0.2.0 |
613 | 2024-08-06T20:16:16.312Z | Downloaded tinyvec_macros v0.1.1 |
614 | 2024-08-06T20:16:16.312Z | Downloaded minimal-lexical v0.2.1 |
615 | 2024-08-06T20:16:16.317Z | Downloaded gethostname v0.5.0 |
616 | 2024-08-06T20:16:16.320Z | Downloaded foreign-types-macros v0.2.3 |
617 | 2024-08-06T20:16:16.320Z | Downloaded static_assertions v1.1.0 |
618 | 2024-08-06T20:16:16.322Z | Downloaded miniz_oxide v0.7.2 |
619 | 2024-08-06T20:16:16.325Z | Downloaded mio v0.8.11 |
620 | 2024-08-06T20:16:16.331Z | Downloaded term v0.7.0 |
621 | 2024-08-06T20:16:16.335Z | Downloaded precomputed-hash v0.1.1 |
622 | 2024-08-06T20:16:16.337Z | Downloaded serde_arrays v0.1.0 |
623 | 2024-08-06T20:16:16.337Z | Downloaded rustversion v1.0.17 |
624 | 2024-08-06T20:16:16.340Z | Downloaded tempfile v3.10.1 |
625 | 2024-08-06T20:16:16.343Z | Downloaded fxhash v0.2.1 |
626 | 2024-08-06T20:16:16.346Z | Downloaded rtoolbox v0.0.2 |
627 | 2024-08-06T20:16:16.348Z | Downloaded rand_xorshift v0.3.0 |
628 | 2024-08-06T20:16:16.348Z | Downloaded hmac v0.12.1 |
629 | 2024-08-06T20:16:16.351Z | Downloaded getrandom v0.2.14 |
630 | 2024-08-06T20:16:16.354Z | Downloaded strum_macros v0.25.3 |
631 | 2024-08-06T20:16:16.356Z | Downloaded path-slash v0.1.5 |
632 | 2024-08-06T20:16:16.359Z | Downloaded pin-utils v0.1.0 |
633 | 2024-08-06T20:16:16.361Z | Downloaded globset v0.4.14 |
634 | 2024-08-06T20:16:16.361Z | Downloaded uzers v0.11.3 |
635 | 2024-08-06T20:16:16.364Z | Downloaded slog-json v2.6.1 |
636 | 2024-08-06T20:16:16.367Z | Downloaded funty v2.0.0 |
637 | 2024-08-06T20:16:16.370Z | Downloaded slog-stdlog v4.1.1 |
638 | 2024-08-06T20:16:16.370Z | Downloaded num-bigint v0.4.5 |
639 | 2024-08-06T20:16:16.375Z | Downloaded darling_core v0.20.9 |
640 | 2024-08-06T20:16:16.381Z | Downloaded heck v0.3.3 |
641 | 2024-08-06T20:16:16.384Z | Downloaded zeroize_derive v1.4.2 |
642 | 2024-08-06T20:16:16.387Z | Downloaded rand_core v0.6.4 |
643 | 2024-08-06T20:16:16.387Z | Downloaded snafu v0.8.2 |
644 | 2024-08-06T20:16:16.393Z | Downloaded shlex v1.3.0 |
645 | 2024-08-06T20:16:16.396Z | Downloaded sqlparser_derive v0.2.2 |
646 | 2024-08-06T20:16:16.398Z | Downloaded zone_cfg_derive v0.1.2 |
647 | 2024-08-06T20:16:16.398Z | Downloaded fd-lock v4.0.2 |
648 | 2024-08-06T20:16:16.401Z | Downloaded tracing v0.1.40 |
649 | 2024-08-06T20:16:16.407Z | Downloaded predicates v3.1.2 |
650 | 2024-08-06T20:16:16.410Z | Downloaded iana-time-zone v0.1.60 |
651 | 2024-08-06T20:16:16.413Z | Downloaded portpicker v0.1.1 |
652 | 2024-08-06T20:16:16.416Z | Downloaded phf_shared v0.11.2 |
653 | 2024-08-06T20:16:16.416Z | Downloaded ppv-lite86 v0.2.17 |
654 | 2024-08-06T20:16:16.419Z | Downloaded rusty-fork v0.3.0 |
655 | 2024-08-06T20:16:16.423Z | Downloaded chacha20poly1305 v0.10.1 |
656 | 2024-08-06T20:16:16.423Z | Downloaded fragile v2.0.0 |
657 | 2024-08-06T20:16:16.425Z | Downloaded structmeta v0.2.0 |
658 | 2024-08-06T20:16:16.428Z | Downloaded slog-async v2.8.0 |
659 | 2024-08-06T20:16:16.428Z | Downloaded which v4.4.2 |
660 | 2024-08-06T20:16:16.440Z | Downloaded pin-project-lite v0.2.14 |
661 | 2024-08-06T20:16:16.446Z | Downloaded string_cache v0.8.7 |
662 | 2024-08-06T20:16:16.449Z | Downloaded powerfmt v0.2.0 |
663 | 2024-08-06T20:16:16.451Z | Downloaded psl-types v2.0.11 |
664 | 2024-08-06T20:16:16.451Z | Downloaded zone v0.1.8 |
665 | 2024-08-06T20:16:16.454Z | Downloaded filetime v0.2.23 |
666 | 2024-08-06T20:16:16.454Z | Downloaded try-lock v0.2.5 |
667 | 2024-08-06T20:16:16.457Z | Downloaded ff v0.13.0 |
668 | 2024-08-06T20:16:16.457Z | Downloaded hyper-tls v0.5.0 |
669 | 2024-08-06T20:16:16.460Z | Downloaded group v0.13.0 |
670 | 2024-08-06T20:16:16.463Z | Downloaded rand_seeder v0.2.3 |
671 | 2024-08-06T20:16:16.465Z | Downloaded serde_repr v0.1.19 |
672 | 2024-08-06T20:16:16.465Z | Downloaded derive_more v0.99.18 |
673 | 2024-08-06T20:16:16.471Z | Downloaded serde_plain v1.0.2 |
674 | 2024-08-06T20:16:16.473Z | Downloaded itertools v0.12.1 |
675 | 2024-08-06T20:16:16.481Z | Downloaded serde_path_to_error v0.1.16 |
676 | 2024-08-06T20:16:16.483Z | Downloaded hubpack_derive v0.1.1 |
677 | 2024-08-06T20:16:16.486Z | Downloaded termios v0.3.3 |
678 | 2024-08-06T20:16:16.486Z | Downloaded termtree v0.4.1 |
679 | 2024-08-06T20:16:16.489Z | Downloaded stringprep v0.1.4 |
680 | 2024-08-06T20:16:16.489Z | Downloaded embedded-io v0.4.0 |
681 | 2024-08-06T20:16:16.492Z | Downloaded futures-task v0.3.30 |
682 | 2024-08-06T20:16:16.494Z | Downloaded ron v0.7.1 |
683 | 2024-08-06T20:16:16.498Z | Downloaded tokio-tungstenite v0.21.0 |
684 | 2024-08-06T20:16:16.501Z | Downloaded env_logger v0.10.2 |
685 | 2024-08-06T20:16:16.504Z | Downloaded derive_builder_macro v0.20.0 |
686 | 2024-08-06T20:16:16.507Z | Downloaded derive_builder_core v0.20.0 |
687 | 2024-08-06T20:16:16.510Z | Downloaded textwrap v0.16.1 |
688 | 2024-08-06T20:16:16.512Z | Downloaded half v2.4.1 |
689 | 2024-08-06T20:16:16.515Z | Downloaded unsafe-libyaml v0.2.11 |
690 | 2024-08-06T20:16:16.519Z | Downloaded phf_shared v0.10.0 |
691 | 2024-08-06T20:16:16.522Z | Downloaded peg-runtime v0.8.3 |
692 | 2024-08-06T20:16:16.522Z | Downloaded spki v0.7.3 |
693 | 2024-08-06T20:16:16.525Z | Downloaded nom v7.1.3 |
694 | 2024-08-06T20:16:16.530Z | Downloaded itertools v0.10.5 |
695 | 2024-08-06T20:16:16.537Z | Downloaded http-range v0.1.5 |
696 | 2024-08-06T20:16:16.540Z | Downloaded thread_local v1.1.8 |
697 | 2024-08-06T20:16:16.540Z | Downloaded sqlformat v0.2.4 |
698 | 2024-08-06T20:16:16.542Z | Downloaded scheduled-thread-pool v0.2.7 |
699 | 2024-08-06T20:16:16.545Z | Downloaded pin-project v1.1.5 |
700 | 2024-08-06T20:16:16.556Z | Downloaded derive_builder v0.20.0 |
701 | 2024-08-06T20:16:16.561Z | Downloaded float-ord v0.3.2 |
702 | 2024-08-06T20:16:16.564Z | Downloaded futures-io v0.3.30 |
703 | 2024-08-06T20:16:16.564Z | Downloaded unicode-truncate v1.0.0 |
704 | 2024-08-06T20:16:16.567Z | Downloaded dyn-clone v1.0.17 |
705 | 2024-08-06T20:16:16.570Z | Downloaded rustls-pki-types v1.7.0 |
706 | 2024-08-06T20:16:16.570Z | Downloaded diesel_derives v2.1.4 |
707 | 2024-08-06T20:16:16.574Z | Downloaded pkcs8 v0.10.2 |
708 | 2024-08-06T20:16:16.577Z | Downloaded fastrand v2.1.0 |
709 | 2024-08-06T20:16:16.579Z | Downloaded sct v0.7.1 |
710 | 2024-08-06T20:16:16.582Z | Downloaded tinyvec v1.6.0 |
711 | 2024-08-06T20:16:16.586Z | Downloaded sha1 v0.10.6 |
712 | 2024-08-06T20:16:16.588Z | Downloaded trust-dns-resolver v0.22.0 |
713 | 2024-08-06T20:16:16.592Z | Downloaded der_derive v0.7.2 |
714 | 2024-08-06T20:16:16.595Z | Downloaded httparse v1.8.0 |
715 | 2024-08-06T20:16:16.598Z | Downloaded time-core v0.1.2 |
716 | 2024-08-06T20:16:16.601Z | Downloaded postgres-protocol v0.6.7 |
717 | 2024-08-06T20:16:16.601Z | Downloaded unicase v2.7.0 |
718 | 2024-08-06T20:16:16.603Z | Downloaded resolv-conf v0.7.0 |
719 | 2024-08-06T20:16:16.606Z | Downloaded unicode-xid v0.2.4 |
720 | 2024-08-06T20:16:16.606Z | Downloaded rsa v0.9.6 |
721 | 2024-08-06T20:16:16.611Z | Downloaded unarray v0.1.4 |
722 | 2024-08-06T20:16:16.613Z | Downloaded http-body v0.4.6 |
723 | 2024-08-06T20:16:16.616Z | Downloaded schemars_derive v0.8.21 |
724 | 2024-08-06T20:16:16.616Z | Downloaded fatfs v0.3.6 |
725 | 2024-08-06T20:16:16.619Z | Downloaded heapless v0.8.0 |
726 | 2024-08-06T20:16:16.623Z | Downloaded wyz v0.5.1 |
727 | 2024-08-06T20:16:16.626Z | Downloaded rustls-pemfile v1.0.4 |
728 | 2024-08-06T20:16:16.629Z | Downloaded tokio-stream v0.1.15 |
729 | 2024-08-06T20:16:16.632Z | Downloaded crossterm v0.27.0 |
730 | 2024-08-06T20:16:16.639Z | Downloaded futures-executor v0.3.30 |
731 | 2024-08-06T20:16:16.642Z | Downloaded tokio-tungstenite v0.20.1 |
732 | 2024-08-06T20:16:16.646Z | Downloaded samael v0.0.15 |
733 | 2024-08-06T20:16:16.649Z | Downloaded pkcs1 v0.7.5 |
734 | 2024-08-06T20:16:16.651Z | Downloaded tokio-rustls v0.25.0 |
735 | 2024-08-06T20:16:16.654Z | Downloaded radium v0.7.0 |
736 | 2024-08-06T20:16:16.657Z | Downloaded rayon-core v1.12.1 |
737 | 2024-08-06T20:16:16.660Z | Downloaded http v0.2.12 |
738 | 2024-08-06T20:16:16.663Z | Downloaded futures-core v0.3.30 |
739 | 2024-08-06T20:16:16.666Z | Downloaded zip v0.6.6 |
740 | 2024-08-06T20:16:16.670Z | Downloaded postgres-types v0.2.7 |
741 | 2024-08-06T20:16:16.672Z | Downloaded erased-serde v0.3.31 |
742 | 2024-08-06T20:16:16.676Z | Downloaded time-macros v0.2.18 |
743 | 2024-08-06T20:16:16.679Z | Downloaded trust-dns-client v0.22.0 |
744 | 2024-08-06T20:16:16.684Z | Downloaded schemars v0.8.21 |
745 | 2024-08-06T20:16:16.697Z | Downloaded aho-corasick v1.1.3 |
746 | 2024-08-06T20:16:16.703Z | Downloaded spin v0.9.8 |
747 | 2024-08-06T20:16:16.706Z | Downloaded socket2 v0.5.7 |
748 | 2024-08-06T20:16:16.708Z | Downloaded toml v0.7.8 |
749 | 2024-08-06T20:16:16.711Z | Downloaded lalrpop v0.19.12 |
750 | 2024-08-06T20:16:16.724Z | Downloaded hkdf v0.12.4 |
751 | 2024-08-06T20:16:16.727Z | Downloaded xattr v1.3.1 |
752 | 2024-08-06T20:16:16.729Z | Downloaded tungstenite v0.21.0 |
753 | 2024-08-06T20:16:16.732Z | Downloaded tungstenite v0.20.1 |
754 | 2024-08-06T20:16:16.735Z | Downloaded tokio-util v0.7.11 |
755 | 2024-08-06T20:16:16.742Z | Downloaded typed-path v0.7.1 |
756 | 2024-08-06T20:16:16.748Z | Downloaded expectorate v1.1.0 |
757 | 2024-08-06T20:16:16.750Z | Downloaded x509-cert v0.2.5 |
758 | 2024-08-06T20:16:16.757Z | Downloaded proptest v1.4.0 |
759 | 2024-08-06T20:16:16.767Z | Downloaded rcgen v0.12.1 |
760 | 2024-08-06T20:16:16.770Z | Downloaded postcard v1.0.8 |
761 | 2024-08-06T20:16:16.773Z | Downloaded winnow v0.5.40 |
762 | 2024-08-06T20:16:16.782Z | Downloaded http v1.1.0 |
763 | 2024-08-06T20:16:16.787Z | Downloaded portable-atomic v1.6.0 |
764 | 2024-08-06T20:16:16.794Z | Downloaded futures v0.3.30 |
765 | 2024-08-06T20:16:16.799Z | Downloaded flume v0.11.0 |
766 | 2024-08-06T20:16:16.803Z | Downloaded blake3 v1.5.1 |
767 | 2024-08-06T20:16:16.811Z | Downloaded regex-automata v0.1.10 |
768 | 2024-08-06T20:16:16.817Z | Downloaded elliptic-curve v0.13.8 |
769 | 2024-08-06T20:16:16.821Z | Downloaded hyper v0.14.30 |
770 | 2024-08-06T20:16:16.830Z | Downloaded serde_yaml v0.9.34+deprecated |
771 | 2024-08-06T20:16:16.833Z | Downloaded toml_edit v0.19.15 |
772 | 2024-08-06T20:16:16.851Z | Downloaded flate2 v1.0.31 |
773 | 2024-08-06T20:16:16.856Z | Downloaded reqwest v0.11.27 |
774 | 2024-08-06T20:16:16.864Z | Downloaded sqlparser v0.45.0 |
775 | 2024-08-06T20:16:16.870Z | Downloaded rustyline v14.0.0 |
776 | 2024-08-06T20:16:16.876Z | Downloaded publicsuffix v2.2.3 |
777 | 2024-08-06T20:16:16.879Z | Downloaded rustls-webpki v0.101.7 |
778 | 2024-08-06T20:16:16.894Z | Downloaded tough v0.17.1 |
779 | 2024-08-06T20:16:16.903Z | Downloaded idna v0.3.0 |
780 | 2024-08-06T20:16:16.909Z | Downloaded vcpkg v0.2.15 |
781 | 2024-08-06T20:16:16.949Z | Downloaded diesel v2.1.6 |
782 | 2024-08-06T20:16:16.968Z | Downloaded regex-syntax v0.6.29 |
783 | 2024-08-06T20:16:16.974Z | Downloaded regress v0.9.1 |
784 | 2024-08-06T20:16:16.984Z | Downloaded futures-util v0.3.30 |
785 | 2024-08-06T20:16:16.996Z | Downloaded sled v0.34.7 |
786 | 2024-08-06T20:16:17.006Z | Downloaded rustls-webpki v0.102.4 |
787 | 2024-08-06T20:16:17.025Z | Downloaded bitvec v1.0.1 |
788 | 2024-08-06T20:16:17.039Z | Downloaded quick-xml v0.31.0 |
789 | 2024-08-06T20:16:17.046Z | Downloaded rayon v1.10.0 |
790 | 2024-08-06T20:16:17.056Z | Downloaded openapiv3 v2.0.0 |
791 | 2024-08-06T20:16:17.068Z | Downloaded petgraph v0.6.5 |
792 | 2024-08-06T20:16:17.086Z | Downloaded radix_trie v0.2.1 |
793 | 2024-08-06T20:16:17.091Z | Downloaded smoltcp v0.9.1 |
794 | 2024-08-06T20:16:17.102Z | Downloaded idna v0.2.3 |
795 | 2024-08-06T20:16:17.110Z | Downloaded trust-dns-proto v0.22.0 |
796 | 2024-08-06T20:16:17.124Z | Downloaded smoltcp v0.11.0 |
797 | 2024-08-06T20:16:17.137Z | Downloaded bstr v0.2.17 |
798 | 2024-08-06T20:16:17.148Z | Downloaded polar-core v0.27.3 |
799 | 2024-08-06T20:16:17.157Z | Downloaded curve25519-dalek v4.1.3 |
800 | 2024-08-06T20:16:17.166Z | Downloaded bstr v1.9.1 |
801 | 2024-08-06T20:16:17.178Z | Downloaded rustls v0.21.12 |
802 | 2024-08-06T20:16:17.190Z | Downloaded sha3 v0.10.8 |
803 | 2024-08-06T20:16:17.195Z | Downloaded rustls v0.22.4 |
804 | 2024-08-06T20:16:17.212Z | Downloaded regex-syntax v0.8.3 |
805 | 2024-08-06T20:16:17.221Z | Downloaded bindgen v0.69.4 |
806 | 2024-08-06T20:16:17.228Z | Downloaded unicode-normalization v0.1.23 |
807 | 2024-08-06T20:16:17.232Z | Downloaded idna v0.5.0 |
808 | 2024-08-06T20:16:17.240Z | Downloaded webpki-roots v0.25.4 |
809 | 2024-08-06T20:16:17.244Z | Downloaded chrono v0.4.38 |
810 | 2024-08-06T20:16:17.252Z | Downloaded gimli v0.28.1 |
811 | 2024-08-06T20:16:17.262Z | Downloaded regex v1.10.5 |
812 | 2024-08-06T20:16:17.276Z | Downloaded nix v0.28.0 |
813 | 2024-08-06T20:16:17.288Z | Downloaded h2 v0.3.26 |
814 | 2024-08-06T20:16:17.294Z | Downloaded ring v0.17.8 |
815 | 2024-08-06T20:16:17.365Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
816 | 2024-08-06T20:16:17.378Z | Downloaded zerocopy-derive v0.6.6 |
817 | 2024-08-06T20:16:17.388Z | Downloaded ratatui v0.27.0 |
818 | 2024-08-06T20:16:17.407Z | Downloaded regex-automata v0.4.6 |
819 | 2024-08-06T20:16:17.424Z | Downloaded finl_unicode v1.2.0 |
820 | 2024-08-06T20:16:17.437Z | Downloaded tokio v1.38.1 |
821 | 2024-08-06T20:16:17.475Z | Downloaded openssl v0.10.66 |
822 | 2024-08-06T20:16:17.484Z | Downloaded csv v1.3.0 |
823 | 2024-08-06T20:16:17.505Z | Downloaded object v0.32.2 |
824 | 2024-08-06T20:16:17.515Z | Downloaded nix v0.27.1 |
825 | 2024-08-06T20:16:17.526Z | Downloaded reedline v0.31.0 |
826 | 2024-08-06T20:16:17.533Z | Downloaded object v0.30.4 |
827 | 2024-08-06T20:16:17.543Z | Downloaded unicode-segmentation v1.11.0 |
828 | 2024-08-06T20:16:17.546Z | Downloaded hashbrown v0.13.2 |
829 | 2024-08-06T20:16:17.550Z | Downloaded time v0.3.36 |
830 | 2024-08-06T20:16:17.557Z | Downloaded signal-hook v0.3.17 |
831 | 2024-08-06T20:16:17.560Z | Downloaded steno v0.4.1 |
832 | 2024-08-06T20:16:17.564Z | Downloaded rand v0.8.5 |
833 | 2024-08-06T20:16:17.567Z | Downloaded hashbrown v0.12.3 |
834 | 2024-08-06T20:16:17.571Z | Downloaded encoding_rs v0.8.34 |
835 | 2024-08-06T20:16:17.593Z | Downloaded quick-error v1.2.3 |
836 | 2024-08-06T20:16:17.596Z | Downloaded tracing-core v0.1.32 |
837 | 2024-08-06T20:16:17.599Z | Downloaded serde_with v3.8.3 |
838 | 2024-08-06T20:16:17.605Z | Downloaded phf v0.11.2 |
839 | 2024-08-06T20:16:17.608Z | Downloaded test-strategy v0.3.1 |
840 | 2024-08-06T20:16:17.611Z | Downloaded slog v2.7.0 |
841 | 2024-08-06T20:16:17.613Z | Downloaded heapless v0.7.17 |
842 | 2024-08-06T20:16:17.616Z | Downloaded signature v2.2.0 |
843 | 2024-08-06T20:16:17.619Z | Downloaded r2d2 v0.8.10 |
844 | 2024-08-06T20:16:17.622Z | Downloaded float-cmp v0.9.0 |
845 | 2024-08-06T20:16:17.622Z | Downloaded fallible-iterator v0.2.0 |
846 | 2024-08-06T20:16:17.622Z | Downloaded topological-sort v0.2.2 |
847 | 2024-08-06T20:16:17.625Z | Downloaded unicode_categories v0.1.1 |
848 | 2024-08-06T20:16:17.625Z | Downloaded either v1.12.0 |
849 | 2024-08-06T20:16:17.628Z | Downloaded tiny-keccak v2.0.2 |
850 | 2024-08-06T20:16:17.631Z | Downloaded smf v0.2.3 |
851 | 2024-08-06T20:16:17.631Z | Downloaded hyper-rustls v0.24.2 |
852 | 2024-08-06T20:16:17.634Z | Downloaded toml v0.5.11 |
853 | 2024-08-06T20:16:17.637Z | Downloaded ron v0.8.1 |
854 | 2024-08-06T20:16:17.640Z | Downloaded trust-dns-server v0.22.1 |
855 | 2024-08-06T20:16:17.646Z | Downloaded headers v0.3.9 |
856 | 2024-08-06T20:16:17.650Z | Downloaded hubpack v0.1.2 |
857 | 2024-08-06T20:16:17.653Z | Downloaded ena v0.14.3 |
858 | 2024-08-06T20:16:17.653Z | Downloaded httpdate v1.0.3 |
859 | 2024-08-06T20:16:17.656Z | Downloaded serde_with_macros v3.8.3 |
860 | 2024-08-06T20:16:17.656Z | Downloaded scopeguard v1.2.0 |
861 | 2024-08-06T20:16:17.659Z | Downloaded rustls-pemfile v2.1.2 |
862 | 2024-08-06T20:16:17.659Z | Downloaded num-bigint-dig v0.8.4 |
863 | 2024-08-06T20:16:17.663Z | Downloaded predicates-core v1.0.6 |
864 | 2024-08-06T20:16:17.666Z | Downloaded hyper-staticfile v0.9.5 |
865 | 2024-08-06T20:16:17.666Z | Downloaded futures-macro v0.3.30 |
866 | 2024-08-06T20:16:17.669Z | Downloaded form_urlencoded v1.2.1 |
867 | 2024-08-06T20:16:17.669Z | Downloaded tokio-postgres v0.7.11 |
868 | 2024-08-06T20:16:17.673Z | Downloaded whoami v1.5.1 |
869 | 2024-08-06T20:16:17.675Z | Downloaded vte v0.11.1 |
870 | 2024-08-06T20:16:17.678Z | Downloaded vsss-rs v3.3.4 |
871 | 2024-08-06T20:16:17.681Z | Downloaded tar v0.4.41 |
872 | 2024-08-06T20:16:17.683Z | Downloaded smallvec v1.13.2 |
873 | 2024-08-06T20:16:17.686Z | Downloaded similar v2.5.0 |
874 | 2024-08-06T20:16:17.689Z | Downloaded serde_urlencoded v0.7.1 |
875 | 2024-08-06T20:16:17.692Z | Downloaded same-file v1.0.6 |
876 | 2024-08-06T20:16:17.692Z | Downloaded sigpipe v0.1.3 |
877 | 2024-08-06T20:16:17.694Z | Downloaded url v2.5.2 |
878 | 2024-08-06T20:16:17.697Z | Downloaded strip-ansi-escapes v0.2.0 |
879 | 2024-08-06T20:16:17.697Z | Downloaded serde-hex v0.1.0 |
880 | 2024-08-06T20:16:17.700Z | Downloaded itertools v0.13.0 |
881 | 2024-08-06T20:16:17.705Z | Downloaded const_format v0.2.32 |
882 | 2024-08-06T20:16:17.709Z | Downloaded tracing-attributes v0.1.27 |
883 | 2024-08-06T20:16:17.712Z | Downloaded cc v1.0.97 |
884 | 2024-08-06T20:16:17.715Z | Downloaded pin-project-internal v1.1.5 |
885 | 2024-08-06T20:16:17.718Z | Downloaded peg-macros v0.8.4 |
886 | 2024-08-06T20:16:17.718Z | Downloaded libxml v0.3.3 |
887 | 2024-08-06T20:16:17.724Z | Downloaded strum_macros v0.26.4 |
888 | 2024-08-06T20:16:17.727Z | Downloaded humantime v2.1.0 |
889 | 2024-08-06T20:16:17.729Z | Downloaded hash32 v0.2.1 |
890 | 2024-08-06T20:16:17.729Z | Downloaded unicode-bidi v0.3.15 |
891 | 2024-08-06T20:16:17.732Z | Downloaded base64 v0.22.1 |
892 | 2024-08-06T20:16:17.735Z | Downloaded diff v0.1.13 |
893 | 2024-08-06T20:16:17.739Z | Downloaded prettyplease v0.2.20 |
894 | 2024-08-06T20:16:17.742Z | Downloaded zerocopy v0.6.6 |
895 | 2024-08-06T20:16:17.745Z | Downloaded hash32 v0.3.1 |
896 | 2024-08-06T20:16:17.747Z | Downloaded tokio-rustls v0.24.1 |
897 | 2024-08-06T20:16:17.750Z | Downloaded rpassword v7.3.1 |
898 | 2024-08-06T20:16:17.750Z | Downloaded tap v1.0.1 |
899 | 2024-08-06T20:16:17.750Z | Downloaded supports-color v3.0.0 |
900 | 2024-08-06T20:16:17.753Z | Downloaded subtle v2.5.0 |
901 | 2024-08-06T20:16:17.753Z | Downloaded strum_macros v0.24.3 |
902 | 2024-08-06T20:16:17.756Z | Downloaded structmeta-derive v0.3.0 |
903 | 2024-08-06T20:16:17.756Z | Downloaded structmeta-derive v0.2.0 |
904 | 2024-08-06T20:16:17.756Z | Downloaded structmeta v0.3.0 |
905 | 2024-08-06T20:16:17.758Z | Downloaded smawk v0.3.2 |
906 | 2024-08-06T20:16:17.758Z | Downloaded slog-bunyan v2.5.0 |
907 | 2024-08-06T20:16:17.761Z | Downloaded subprocess v0.2.9 |
908 | 2024-08-06T20:16:17.764Z | Downloaded crossbeam-channel v0.5.12 |
909 | 2024-08-06T20:16:17.767Z | Downloaded rand_chacha v0.3.1 |
910 | 2024-08-06T20:16:17.769Z | Downloaded serde_derive_internals v0.29.1 |
911 | 2024-08-06T20:16:17.772Z | Downloaded zeroize v1.7.0 |
912 | 2024-08-06T20:16:17.772Z | Downloaded libm v0.2.8 |
913 | 2024-08-06T20:16:17.779Z | Downloaded slog-scope v4.4.0 |
914 | 2024-08-06T20:16:17.782Z | Downloaded pkg-config v0.3.30 |
915 | 2024-08-06T20:16:17.782Z | Downloaded socket2 v0.4.10 |
916 | 2024-08-06T20:16:17.785Z | Downloaded base64 v0.13.1 |
917 | 2024-08-06T20:16:17.787Z | Downloaded backtrace v0.3.71 |
918 | 2024-08-06T20:16:17.792Z | Downloaded slog-envlogger v2.2.0 |
919 | 2024-08-06T20:16:17.794Z | Downloaded universal-hash v0.5.1 |
920 | 2024-08-06T20:16:17.794Z | Downloaded walkdir v2.5.0 |
921 | 2024-08-06T20:16:17.797Z | Downloaded rustc-demangle v0.1.24 |
922 | 2024-08-06T20:16:17.799Z | Downloaded console v0.15.8 |
923 | 2024-08-06T20:16:17.802Z | Downloaded peg v0.8.4 |
924 | 2024-08-06T20:16:17.805Z | Downloaded openssl-sys v0.9.103 |
925 | 2024-08-06T20:16:17.809Z | Downloaded base64 v0.21.7 |
926 | 2024-08-06T20:16:17.813Z | Downloaded crc-any v2.5.0 |
927 | 2024-08-06T20:16:17.815Z | Downloaded difflib v0.4.0 |
928 | 2024-08-06T20:16:17.818Z | Downloaded wait-timeout v0.2.0 |
929 | 2024-08-06T20:16:17.818Z | Downloaded sec1 v0.7.3 |
930 | 2024-08-06T20:16:17.821Z | Downloaded derive-where v1.2.7 |
931 | 2024-08-06T20:16:17.823Z | Downloaded stable_deref_trait v1.2.0 |
932 | 2024-08-06T20:16:17.823Z | Downloaded ring v0.16.20 |
933 | 2024-08-06T20:16:17.904Z | Downloaded hostname v0.4.0 |
934 | 2024-08-06T20:16:17.907Z | Downloaded uuid v1.10.0 |
935 | 2024-08-06T20:16:17.909Z | Downloaded oso v0.27.3 |
936 | 2024-08-06T20:16:17.912Z | Downloaded unicode-linebreak v0.1.5 |
937 | 2024-08-06T20:16:17.912Z | Downloaded crypto-bigint v0.5.5 |
938 | 2024-08-06T20:16:17.918Z | Downloaded num-traits v0.2.19 |
939 | 2024-08-06T20:16:17.921Z | Downloaded env_logger v0.9.3 |
940 | 2024-08-06T20:16:17.923Z | Downloaded semver v0.1.20 |
941 | 2024-08-06T20:16:17.926Z | Downloaded hex v0.4.3 |
942 | 2024-08-06T20:16:17.926Z | Downloaded getopts v0.2.21 |
943 | 2024-08-06T20:16:17.929Z | Downloaded futures-sink v0.3.30 |
944 | 2024-08-06T20:16:17.929Z | Downloaded downcast v0.11.0 |
945 | 2024-08-06T20:16:17.929Z | Downloaded diesel_table_macro_syntax v0.1.0 |
946 | 2024-08-06T20:16:17.929Z | Downloaded vte_generate_state_changes v0.1.1 |
947 | 2024-08-06T20:16:17.932Z | Downloaded secrecy v0.8.0 |
948 | 2024-08-06T20:16:17.932Z | Downloaded rustc_version v0.4.0 |
949 | 2024-08-06T20:16:17.932Z | Downloaded rustc_version v0.1.7 |
950 | 2024-08-06T20:16:17.932Z | Downloaded rustc-hash v1.1.0 |
951 | 2024-08-06T20:16:17.935Z | Downloaded ref-cast-impl v1.0.23 |
952 | 2024-08-06T20:16:17.935Z | Downloaded ref-cast v1.0.23 |
953 | 2024-08-06T20:16:17.937Z | Downloaded cookie_store v0.20.0 |
954 | 2024-08-06T20:16:17.937Z | Downloaded cookie v0.17.0 |
955 | 2024-08-06T20:16:17.940Z | Downloaded camino-tempfile v1.1.1 |
956 | 2024-08-06T20:16:17.943Z | Downloaded bzip2 v0.4.4 |
957 | 2024-08-06T20:16:17.943Z | Downloaded slog-term v2.9.1 |
958 | 2024-08-06T20:16:17.945Z | Downloaded glob v0.3.1 |
959 | 2024-08-06T20:16:17.948Z | Downloaded crc32fast v1.4.0 |
960 | 2024-08-06T20:16:17.948Z | Downloaded owo-colors v4.0.0 |
961 | 2024-08-06T20:16:17.951Z | Downloaded colored v2.1.0 |
962 | 2024-08-06T20:16:17.953Z | Downloaded untrusted v0.7.1 |
963 | 2024-08-06T20:16:17.953Z | Downloaded tokio-macros v2.3.0 |
964 | 2024-08-06T20:16:17.953Z | Downloaded paste v1.0.15 |
965 | 2024-08-06T20:16:17.956Z | Downloaded nu-ansi-term v0.50.0 |
966 | 2024-08-06T20:16:17.958Z | Downloaded libloading v0.8.3 |
967 | 2024-08-06T20:16:17.961Z | Downloaded crossbeam-utils v0.8.19 |
968 | 2024-08-06T20:16:17.964Z | Downloaded memmap2 v0.9.4 |
969 | 2024-08-06T20:16:17.964Z | Downloaded lock_api v0.4.12 |
970 | 2024-08-06T20:16:17.966Z | Downloaded compact_str v0.7.1 |
971 | 2024-08-06T20:16:17.969Z | Downloaded allocator-api2 v0.2.18 |
972 | 2024-08-06T20:16:17.971Z | Downloaded ciborium v0.2.2 |
973 | 2024-08-06T20:16:17.974Z | Downloaded bytes v1.6.0 |
974 | 2024-08-06T20:16:17.977Z | Downloaded slab v0.4.9 |
975 | 2024-08-06T20:16:17.979Z | Downloaded siphasher v0.3.11 |
976 | 2024-08-06T20:16:17.980Z | Downloaded data-encoding v2.6.0 |
977 | 2024-08-06T20:16:17.980Z | Downloaded num_enum_derive v0.5.11 |
978 | 2024-08-06T20:16:17.983Z | Downloaded defmt-parser v0.3.4 |
979 | 2024-08-06T20:16:17.983Z | Downloaded buf-list v1.0.3 |
980 | 2024-08-06T20:16:17.983Z | Downloaded ahash v0.8.11 |
981 | 2024-08-06T20:16:17.986Z | Downloaded num_enum v0.5.11 |
982 | 2024-08-06T20:16:17.989Z | Downloaded num v0.4.3 |
983 | 2024-08-06T20:16:17.993Z | Downloaded nibble_vec v0.1.0 |
984 | 2024-08-06T20:16:17.993Z | Downloaded libsw v3.3.1 |
985 | 2024-08-06T20:16:17.996Z | Downloaded bit-vec v0.6.3 |
986 | 2024-08-06T20:16:17.996Z | Downloaded bitfield-struct v0.6.1 |
987 | 2024-08-06T20:16:17.996Z | Downloaded bb8 v0.8.5 |
988 | 2024-08-06T20:16:17.999Z | Downloaded num-derive v0.4.2 |
989 | 2024-08-06T20:16:17.999Z | Downloaded atomic-waker v1.1.2 |
990 | 2024-08-06T20:16:18.001Z | Downloaded multimap v0.10.0 |
991 | 2024-08-06T20:16:18.002Z | Downloaded lazycell v1.3.0 |
992 | 2024-08-06T20:16:18.002Z | Downloaded lalrpop-util v0.19.12 |
993 | 2024-08-06T20:16:18.004Z | Downloaded kstat-rs v0.2.4 |
994 | 2024-08-06T20:16:18.004Z | Downloaded parking_lot v0.12.2 |
995 | 2024-08-06T20:16:18.007Z | Downloaded mime v0.3.17 |
996 | 2024-08-06T20:16:18.007Z | Downloaded linear-map v1.2.0 |
997 | 2024-08-06T20:16:18.007Z | Downloaded ipnetwork v0.20.0 |
998 | 2024-08-06T20:16:18.010Z | Downloaded cookie v0.18.1 |
999 | 2024-08-06T20:16:18.013Z | Downloaded num-rational v0.4.2 |
1000 | 2024-08-06T20:16:18.013Z | Downloaded native-tls v0.2.11 |
1001 | 2024-08-06T20:16:18.016Z | Downloaded multer v3.1.0 |
1002 | 2024-08-06T20:16:18.016Z | Downloaded lru-cache v0.1.2 |
1003 | 2024-08-06T20:16:18.019Z | Downloaded libefi-sys v0.1.0 |
1004 | 2024-08-06T20:16:18.019Z | Downloaded addr2line v0.21.0 |
1005 | 2024-08-06T20:16:18.022Z | Downloaded indicatif v0.17.8 |
1006 | 2024-08-06T20:16:18.025Z | Downloaded cancel-safe-futures v0.1.5 |
1007 | 2024-08-06T20:16:18.028Z | Downloaded nanorand v0.7.0 |
1008 | 2024-08-06T20:16:18.031Z | Downloaded mime_guess v2.0.4 |
1009 | 2024-08-06T20:16:18.031Z | Downloaded csv-core v0.1.11 |
1010 | 2024-08-06T20:16:18.034Z | Downloaded base64ct v1.6.0 |
1011 | 2024-08-06T20:16:18.034Z | Downloaded chacha20 v0.9.1 |
1012 | 2024-08-06T20:16:18.036Z | Downloaded bcs v0.1.6 |
1013 | 2024-08-06T20:16:18.041Z | Downloaded ascii-canvas v3.0.0 |
1014 | 2024-08-06T20:16:18.041Z | Downloaded adler v1.0.2 |
1015 | 2024-08-06T20:16:18.041Z | Downloaded mockall v0.12.1 |
1016 | 2024-08-06T20:16:18.041Z | Downloaded memoffset v0.9.1 |
1017 | 2024-08-06T20:16:18.045Z | Downloaded md-5 v0.10.6 |
1018 | 2024-08-06T20:16:18.045Z | Downloaded lazy_static v1.5.0 |
1019 | 2024-08-06T20:16:18.045Z | Downloaded keccak v0.1.5 |
1020 | 2024-08-06T20:16:18.047Z | Downloaded atty v0.2.14 |
1021 | 2024-08-06T20:16:18.047Z | Downloaded lru v0.12.3 |
1022 | 2024-08-06T20:16:18.047Z | Downloaded linked-hash-map v0.5.6 |
1023 | 2024-08-06T20:16:18.050Z | Downloaded crunchy v0.2.2 |
1024 | 2024-08-06T20:16:18.050Z | Downloaded curve25519-dalek-derive v0.1.1 |
1025 | 2024-08-06T20:16:18.050Z | Downloaded async-stream-impl v0.3.5 |
1026 | 2024-08-06T20:16:18.050Z | Downloaded is-terminal v0.4.12 |
1027 | 2024-08-06T20:16:18.052Z | Downloaded crc-catalog v2.4.0 |
1028 | 2024-08-06T20:16:18.052Z | Downloaded castaway v0.2.2 |
1029 | 2024-08-06T20:16:18.055Z | Downloaded bitflags v1.3.2 |
1030 | 2024-08-06T20:16:18.058Z | Downloaded cipher v0.4.4 |
1031 | 2024-08-06T20:16:18.058Z | Downloaded cexpr v0.6.0 |
1032 | 2024-08-06T20:16:18.060Z | Downloaded block-padding v0.3.3 |
1033 | 2024-08-06T20:16:18.060Z | Downloaded base16ct v0.2.0 |
1034 | 2024-08-06T20:16:18.060Z | Downloaded bit-set v0.5.3 |
1035 | 2024-08-06T20:16:18.064Z | Downloaded assert_matches v1.5.0 |
1036 | 2024-08-06T20:16:18.150Z | Compiling cfg-if v1.0.0 |
1037 | 2024-08-06T20:16:18.150Z | Compiling serde v1.0.204 |
1038 | 2024-08-06T20:16:18.153Z | Compiling lock_api v0.4.12 |
1039 | 2024-08-06T20:16:18.153Z | Compiling scopeguard v1.2.0 |
1040 | 2024-08-06T20:16:18.153Z | Compiling log v0.4.21 |
1041 | 2024-08-06T20:16:18.277Z | Compiling syn v2.0.72 |
1042 | 2024-08-06T20:16:18.289Z | Compiling cc v1.0.97 |
1043 | 2024-08-06T20:16:18.291Z | Compiling parking_lot_core v0.9.10 |
1044 | 2024-08-06T20:16:18.355Z | Compiling getrandom v0.2.14 |
1045 | 2024-08-06T20:16:18.437Z | Compiling smallvec v1.13.2 |
1046 | 2024-08-06T20:16:18.702Z | Compiling rand_core v0.6.4 |
1047 | 2024-08-06T20:16:18.819Z | Compiling typenum v1.17.0 |
1048 | 2024-08-06T20:16:18.850Z | Compiling generic-array v0.14.7 |
1049 | 2024-08-06T20:16:18.866Z | Compiling pin-project-lite v0.2.14 |
1050 | 2024-08-06T20:16:18.982Z | Compiling signal-hook-registry v1.4.2 |
1051 | 2024-08-06T20:16:19.190Z | Compiling parking_lot v0.12.2 |
1052 | 2024-08-06T20:16:19.316Z | Compiling spin v0.9.8 |
1053 | 2024-08-06T20:16:19.363Z | Compiling mio v0.8.11 |
1054 | 2024-08-06T20:16:19.518Z | Compiling libm v0.2.8 |
1055 | 2024-08-06T20:16:19.719Z | Compiling serde_json v1.0.122 |
1056 | 2024-08-06T20:16:19.898Z | Compiling num-traits v0.2.19 |
1057 | 2024-08-06T20:16:19.921Z | Compiling ahash v0.8.11 |
1058 | 2024-08-06T20:16:20.117Z | Compiling futures-core v0.3.30 |
1059 | 2024-08-06T20:16:20.160Z | Compiling tinyvec_macros v0.1.1 |
1060 | 2024-08-06T20:16:20.253Z | Compiling tinyvec v1.6.0 |
1061 | 2024-08-06T20:16:20.385Z | Compiling socket2 v0.5.7 |
1062 | 2024-08-06T20:16:20.438Z | Compiling num_cpus v1.16.0 |
1063 | 2024-08-06T20:16:20.584Z | Compiling subtle v2.5.0 |
1064 | 2024-08-06T20:16:20.729Z | Compiling const-oid v0.9.6 |
1065 | 2024-08-06T20:16:20.962Z | Compiling slab v0.4.9 |
1066 | 2024-08-06T20:16:21.287Z | Compiling unicode-bidi v0.3.15 |
1067 | 2024-08-06T20:16:21.386Z | Compiling allocator-api2 v0.2.18 |
1068 | 2024-08-06T20:16:21.825Z | Compiling unicode-normalization v0.1.23 |
1069 | 2024-08-06T20:16:21.887Z | Compiling futures-sink v0.3.30 |
1070 | 2024-08-06T20:16:22.040Z | Compiling futures-channel v0.3.30 |
1071 | 2024-08-06T20:16:22.213Z | Compiling futures-io v0.3.30 |
1072 | 2024-08-06T20:16:22.440Z | Compiling pin-utils v0.1.0 |
1073 | 2024-08-06T20:16:22.458Z | Compiling vcpkg v0.2.15 |
1074 | 2024-08-06T20:16:22.532Z | Compiling pkg-config v0.3.30 |
1075 | 2024-08-06T20:16:22.548Z | Compiling futures-task v0.3.30 |
1076 | 2024-08-06T20:16:22.744Z | Compiling ring v0.17.8 |
1077 | 2024-08-06T20:16:22.792Z | Compiling percent-encoding v2.3.1 |
1078 | 2024-08-06T20:16:22.836Z | Compiling ppv-lite86 v0.2.17 |
1079 | 2024-08-06T20:16:22.931Z | Compiling tracing-core v0.1.32 |
1080 | 2024-08-06T20:16:23.148Z | Compiling syn v1.0.109 |
1081 | 2024-08-06T20:16:23.625Z | Compiling rand_chacha v0.3.1 |
1082 | 2024-08-06T20:16:23.785Z | Compiling untrusted v0.9.0 |
1083 | 2024-08-06T20:16:23.870Z | Compiling rustix v0.38.34 |
1084 | 2024-08-06T20:16:23.944Z | Compiling powerfmt v0.2.0 |
1085 | 2024-08-06T20:16:24.027Z | Compiling num-conv v0.1.0 |
1086 | 2024-08-06T20:16:24.276Z | Compiling time-core v0.1.2 |
1087 | 2024-08-06T20:16:24.318Z | Compiling deranged v0.3.11 |
1088 | 2024-08-06T20:16:24.334Z | Compiling rand v0.8.5 |
1089 | 2024-08-06T20:16:24.434Z | Compiling time-macros v0.2.18 |
1090 | 2024-08-06T20:16:24.585Z | Compiling openssl-sys v0.9.103 |
1091 | 2024-08-06T20:16:24.817Z | Compiling iana-time-zone v0.1.60 |
1092 | 2024-08-06T20:16:25.243Z | Compiling openssl v0.10.66 |
1093 | 2024-08-06T20:16:25.642Z | Compiling httparse v1.8.0 |
1094 | 2024-08-06T20:16:25.765Z | Compiling rustversion v1.0.17 |
1095 | 2024-08-06T20:16:25.995Z | Compiling num_threads v0.1.7 |
1096 | 2024-08-06T20:16:26.046Z | Compiling foreign-types-shared v0.1.1 |
1097 | 2024-08-06T20:16:26.085Z | Compiling base64ct v1.6.0 |
1098 | 2024-08-06T20:16:26.123Z | Compiling foreign-types v0.3.2 |
1099 | 2024-08-06T20:16:26.202Z | Compiling form_urlencoded v1.2.1 |
1100 | 2024-08-06T20:16:26.485Z | Compiling pem-rfc7468 v0.7.0 |
1101 | 2024-08-06T20:16:26.501Z | Compiling siphasher v0.3.11 |
1102 | 2024-08-06T20:16:26.580Z | Compiling crossbeam-utils v0.8.19 |
1103 | 2024-08-06T20:16:26.780Z | Compiling native-tls v0.2.11 |
1104 | 2024-08-06T20:16:27.098Z | Compiling try-lock v0.2.5 |
1105 | 2024-08-06T20:16:27.126Z | Compiling flagset v0.4.5 |
1106 | 2024-08-06T20:16:27.151Z | Compiling rustls v0.21.12 |
1107 | 2024-08-06T20:16:27.212Z | Compiling want v0.3.1 |
1108 | 2024-08-06T20:16:27.266Z | Compiling time v0.3.36 |
1109 | 2024-08-06T20:16:27.448Z | Compiling serde_derive_internals v0.29.1 |
1110 | 2024-08-06T20:16:28.069Z | Compiling idna v0.5.0 |
1111 | 2024-08-06T20:16:28.731Z | Compiling lazy_static v1.5.0 |
1112 | 2024-08-06T20:16:28.848Z | Compiling cookie v0.17.0 |
1113 | 2024-08-06T20:16:29.121Z | Compiling aho-corasick v1.1.3 |
1114 | 2024-08-06T20:16:29.476Z | Compiling adler v1.0.2 |
1115 | 2024-08-06T20:16:29.695Z | Compiling signal-hook v0.3.17 |
1116 | 2024-08-06T20:16:29.933Z | Compiling cpufeatures v0.2.12 |
1117 | 2024-08-06T20:16:29.948Z | Compiling openssl-probe v0.1.5 |
1118 | 2024-08-06T20:16:30.030Z | Compiling httpdate v1.0.3 |
1119 | 2024-08-06T20:16:30.237Z | Compiling finl_unicode v1.2.0 |
1120 | 2024-08-06T20:16:30.488Z | Compiling tower-service v0.3.2 |
1121 | 2024-08-06T20:16:30.602Z | Compiling schemars v0.8.21 |
1122 | 2024-08-06T20:16:30.757Z | Compiling regex-syntax v0.8.3 |
1123 | 2024-08-06T20:16:30.946Z | Compiling slog v2.7.0 |
1124 | 2024-08-06T20:16:31.541Z | Compiling stringprep v0.1.4 |
1125 | 2024-08-06T20:16:31.619Z | Compiling serde_derive v1.0.204 |
1126 | 2024-08-06T20:16:31.633Z | Compiling zeroize_derive v1.4.2 |
1127 | 2024-08-06T20:16:31.745Z | Compiling zerocopy-derive v0.7.34 |
1128 | 2024-08-06T20:16:32.680Z | Compiling tokio-macros v2.3.0 |
1129 | 2024-08-06T20:16:33.046Z | Compiling zeroize v1.7.0 |
1130 | 2024-08-06T20:16:33.880Z | Compiling zerocopy v0.7.34 |
1131 | 2024-08-06T20:16:34.185Z | Compiling thiserror-impl v1.0.63 |
1132 | 2024-08-06T20:16:34.297Z | Compiling futures-macro v0.3.30 |
1133 | 2024-08-06T20:16:34.842Z | Compiling crypto-common v0.1.6 |
1134 | 2024-08-06T20:16:35.076Z | Compiling block-buffer v0.10.4 |
1135 | 2024-08-06T20:16:35.283Z | Compiling digest v0.10.7 |
1136 | 2024-08-06T20:16:35.781Z | Compiling scroll_derive v0.12.0 |
1137 | 2024-08-06T20:16:36.079Z | Compiling hashbrown v0.14.5 |
1138 | 2024-08-06T20:16:36.099Z | Compiling futures-util v0.3.30 |
1139 | 2024-08-06T20:16:36.894Z | Compiling tracing-attributes v0.1.27 |
1140 | 2024-08-06T20:16:37.302Z | Compiling scroll v0.12.0 |
1141 | 2024-08-06T20:16:37.427Z | Compiling thiserror v1.0.63 |
1142 | 2024-08-06T20:16:37.471Z | Compiling hmac v0.12.1 |
1143 | 2024-08-06T20:16:37.556Z | Compiling pest v2.7.10 |
1144 | 2024-08-06T20:16:37.721Z | Compiling openssl-macros v0.1.1 |
1145 | 2024-08-06T20:16:37.835Z | Compiling goblin v0.8.2 |
1146 | 2024-08-06T20:16:38.475Z | Compiling der_derive v0.7.2 |
1147 | 2024-08-06T20:16:38.882Z | Compiling sha2 v0.10.8 |
1148 | 2024-08-06T20:16:40.666Z | Compiling pest_meta v2.7.10 |
1149 | 2024-08-06T20:16:40.739Z | Compiling tracing v0.1.40 |
1150 | 2024-08-06T20:16:41.049Z | Compiling der v0.7.9 |
1151 | 2024-08-06T20:16:41.263Z | Compiling sct v0.7.1 |
1152 | 2024-08-06T20:16:41.575Z | Compiling rustls-webpki v0.101.7 |
1153 | 2024-08-06T20:16:41.768Z | Compiling md-5 v0.10.6 |
1154 | 2024-08-06T20:16:42.030Z | Compiling pest_generator v2.7.10 |
1155 | 2024-08-06T20:16:42.283Z | Compiling regex-automata v0.4.6 |
1156 | 2024-08-06T20:16:43.459Z | Compiling spki v0.7.3 |
1157 | 2024-08-06T20:16:43.848Z | Compiling schemars_derive v0.8.21 |
1158 | 2024-08-06T20:16:44.196Z | Compiling miniz_oxide v0.7.2 |
1159 | 2024-08-06T20:16:44.446Z | Compiling url v2.5.2 |
1160 | 2024-08-06T20:16:45.722Z | Compiling bytes v1.6.0 |
1161 | 2024-08-06T20:16:45.772Z | Compiling bitflags v2.6.0 |
1162 | 2024-08-06T20:16:46.207Z | Compiling indexmap v2.2.6 |
1163 | 2024-08-06T20:16:46.286Z | Compiling semver v1.0.23 |
1164 | 2024-08-06T20:16:46.993Z | Compiling tokio v1.38.1 |
1165 | 2024-08-06T20:16:47.033Z | Compiling http v0.2.12 |
1166 | 2024-08-06T20:16:47.270Z | Compiling uuid v1.10.0 |
1167 | 2024-08-06T20:16:47.627Z | Compiling rustc_version v0.4.0 |
1168 | 2024-08-06T20:16:48.409Z | Compiling pest_derive v2.7.10 |
1169 | 2024-08-06T20:16:48.639Z | Compiling chrono v0.4.38 |
1170 | 2024-08-06T20:16:49.133Z | Compiling http-body v0.4.6 |
1171 | 2024-08-06T20:16:49.243Z | Compiling dtrace-parser v0.2.0 |
1172 | 2024-08-06T20:16:49.533Z | Compiling heapless v0.7.17 |
1173 | 2024-08-06T20:16:49.608Z | Compiling dof v0.3.0 |
1174 | 2024-08-06T20:16:51.351Z | Compiling usdt-impl v0.5.0 |
1175 | 2024-08-06T20:16:51.518Z | Compiling serde_spanned v0.6.7 |
1176 | 2024-08-06T20:16:51.535Z | Compiling toml_datetime v0.6.8 |
1177 | 2024-08-06T20:16:51.754Z | Compiling serde_tokenstream v0.2.1 |
1178 | 2024-08-06T20:16:52.027Z | Compiling num-integer v0.1.46 |
1179 | 2024-08-06T20:16:52.319Z | Compiling idna v0.3.0 |
1180 | 2024-08-06T20:16:52.526Z | Compiling backtrace v0.3.71 |
1181 | 2024-08-06T20:16:52.821Z | Compiling hash32 v0.2.1 |
1182 | 2024-08-06T20:16:52.901Z | Compiling smoltcp v0.9.1 |
1183 | 2024-08-06T20:16:52.976Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1184 | 2024-08-06T20:16:53.092Z | Compiling gimli v0.28.1 |
1185 | 2024-08-06T20:16:53.190Z | Compiling stable_deref_trait v1.2.0 |
1186 | 2024-08-06T20:16:53.289Z | Compiling base64 v0.22.1 |
1187 | 2024-08-06T20:16:53.627Z | Compiling crc32fast v1.4.0 |
1188 | 2024-08-06T20:16:53.805Z | Compiling psl-types v2.0.11 |
1189 | 2024-08-06T20:16:53.934Z | Compiling fallible-iterator v0.2.0 |
1190 | 2024-08-06T20:16:53.987Z | Compiling dyn-clone v1.0.17 |
1191 | 2024-08-06T20:16:54.019Z | Compiling publicsuffix v2.2.3 |
1192 | 2024-08-06T20:16:54.639Z | Compiling postgres-protocol v0.6.7 |
1193 | 2024-08-06T20:16:55.017Z | Compiling tokio-util v0.7.11 |
1194 | 2024-08-06T20:16:55.094Z | Compiling tokio-rustls v0.24.1 |
1195 | 2024-08-06T20:16:55.508Z | Compiling terminal_size v0.3.0 |
1196 | 2024-08-06T20:16:55.909Z | Compiling h2 v0.3.26 |
1197 | 2024-08-06T20:16:56.645Z | Compiling pkcs8 v0.10.2 |
1198 | 2024-08-06T20:16:56.678Z | Compiling tokio-native-tls v0.3.1 |
1199 | 2024-08-06T20:16:56.949Z | Compiling hubpack_derive v0.1.1 |
1200 | 2024-08-06T20:16:56.964Z | Compiling block-padding v0.3.3 |
1201 | 2024-08-06T20:16:57.202Z | Compiling zerocopy-derive v0.6.6 |
1202 | 2024-08-06T20:16:57.220Z | Compiling async-trait v0.1.81 |
1203 | 2024-08-06T20:16:57.884Z | Compiling addr2line v0.21.0 |
1204 | 2024-08-06T20:16:58.106Z | Compiling phf_shared v0.11.2 |
1205 | 2024-08-06T20:16:58.488Z | Compiling diesel_table_macro_syntax v0.1.0 |
1206 | 2024-08-06T20:16:58.538Z | Compiling ff v0.13.0 |
1207 | 2024-08-06T20:16:58.729Z | Compiling scheduled-thread-pool v0.2.7 |
1208 | 2024-08-06T20:16:58.761Z | Compiling fs-err v2.11.0 |
1209 | 2024-08-06T20:16:58.764Z | Compiling object v0.32.2 |
1210 | 2024-08-06T20:16:58.910Z | Compiling either v1.12.0 |
1211 | 2024-08-06T20:16:59.062Z | Compiling base16ct v0.2.0 |
1212 | 2024-08-06T20:16:59.355Z | Compiling managed v0.8.0 |
1213 | 2024-08-06T20:16:59.380Z | Compiling anyhow v1.0.86 |
1214 | 2024-08-06T20:16:59.408Z | Compiling regex-automata v0.1.10 |
1215 | 2024-08-06T20:16:59.431Z | Compiling base64 v0.21.7 |
1216 | 2024-08-06T20:16:59.804Z | Compiling matches v0.1.10 |
1217 | 2024-08-06T20:16:59.901Z | Compiling bitflags v1.3.2 |
1218 | 2024-08-06T20:16:59.925Z | Compiling rustc-demangle v0.1.24 |
1219 | 2024-08-06T20:17:00.002Z | Compiling ipnet v2.9.0 |
1220 | 2024-08-06T20:17:00.023Z | Compiling bit-vec v0.6.3 |
1221 | 2024-08-06T20:17:00.038Z | Compiling winnow v0.5.40 |
1222 | 2024-08-06T20:17:00.137Z | Compiling clap_builder v4.5.13 |
1223 | 2024-08-06T20:17:00.893Z | Compiling idna v0.2.3 |
1224 | 2024-08-06T20:17:01.253Z | Compiling rustls-pemfile v1.0.4 |
1225 | 2024-08-06T20:17:01.706Z | Compiling bstr v0.2.17 |
1226 | 2024-08-06T20:17:02.207Z | Compiling zerocopy v0.6.6 |
1227 | 2024-08-06T20:17:02.509Z | Compiling sec1 v0.7.3 |
1228 | 2024-08-06T20:17:02.797Z | Compiling hyper v0.14.30 |
1229 | 2024-08-06T20:17:03.100Z | Compiling r2d2 v0.8.10 |
1230 | 2024-08-06T20:17:03.140Z | Compiling diesel_derives v2.1.4 |
1231 | 2024-08-06T20:17:03.179Z | Compiling group v0.13.0 |
1232 | 2024-08-06T20:17:03.452Z | Compiling phf v0.11.2 |
1233 | 2024-08-06T20:17:03.486Z | Compiling hubpack v0.1.2 |
1234 | 2024-08-06T20:17:03.738Z | Compiling toml_edit v0.19.15 |
1235 | 2024-08-06T20:17:03.865Z | Compiling inout v0.1.3 |
1236 | 2024-08-06T20:17:03.926Z | Compiling signal-hook-mio v0.2.3 |
1237 | 2024-08-06T20:17:04.082Z | Compiling ipnetwork v0.20.0 |
1238 | 2024-08-06T20:17:04.124Z | Compiling cookie_store v0.20.0 |
1239 | 2024-08-06T20:17:05.029Z | Compiling postgres-types v0.2.7 |
1240 | 2024-08-06T20:17:06.375Z | Compiling usdt-attr-macro v0.5.0 |
1241 | 2024-08-06T20:17:06.512Z | Compiling usdt-macro v0.5.0 |
1242 | 2024-08-06T20:17:06.530Z | Compiling num-bigint v0.4.5 |
1243 | 2024-08-06T20:17:08.005Z | Compiling regex v1.10.5 |
1244 | 2024-08-06T20:17:08.040Z | Compiling serde_urlencoded v0.7.1 |
1245 | 2024-08-06T20:17:08.556Z | Compiling futures-executor v0.3.30 |
1246 | 2024-08-06T20:17:09.100Z | Compiling enum-as-inner v0.5.1 |
1247 | 2024-08-06T20:17:09.125Z | Compiling hkdf v0.12.4 |
1248 | 2024-08-06T20:17:09.230Z | Compiling crypto-bigint v0.5.5 |
1249 | 2024-08-06T20:17:09.278Z | Compiling clap_derive v4.5.13 |
1250 | 2024-08-06T20:17:09.401Z | Compiling serde_repr v0.1.19 |
1251 | 2024-08-06T20:17:10.192Z | Compiling hyper-tls v0.5.0 |
1252 | 2024-08-06T20:17:10.541Z | Compiling hyper-rustls v0.24.2 |
1253 | 2024-08-06T20:17:10.601Z | Compiling strum_macros v0.25.3 |
1254 | 2024-08-06T20:17:10.892Z | Compiling phf_shared v0.10.0 |
1255 | 2024-08-06T20:17:11.307Z | Compiling float-cmp v0.9.0 |
1256 | 2024-08-06T20:17:11.533Z | Compiling encoding_rs v0.8.34 |
1257 | 2024-08-06T20:17:11.667Z | Compiling predicates-core v1.0.6 |
1258 | 2024-08-06T20:17:12.039Z | Compiling difflib v0.4.0 |
1259 | 2024-08-06T20:17:12.697Z | Compiling precomputed-hash v0.1.1 |
1260 | 2024-08-06T20:17:12.814Z | Compiling normalize-line-endings v0.3.0 |
1261 | 2024-08-06T20:17:12.941Z | Compiling minimal-lexical v0.2.1 |
1262 | 2024-08-06T20:17:13.481Z | Compiling unicode-segmentation v1.11.0 |
1263 | 2024-08-06T20:17:13.653Z | Compiling data-encoding v2.6.0 |
1264 | 2024-08-06T20:17:14.358Z | Compiling sync_wrapper v0.1.2 |
1265 | 2024-08-06T20:17:14.386Z | Compiling whoami v1.5.1 |
1266 | 2024-08-06T20:17:14.482Z | Compiling fixedbitset v0.4.2 |
1267 | 2024-08-06T20:17:14.689Z | Compiling static_assertions v1.1.0 |
1268 | 2024-08-06T20:17:14.793Z | Compiling mime v0.3.17 |
1269 | 2024-08-06T20:17:14.939Z | Compiling new_debug_unreachable v1.0.6 |
1270 | 2024-08-06T20:17:15.034Z | Compiling webpki-roots v0.25.4 |
1271 | 2024-08-06T20:17:15.037Z | Compiling console v0.15.8 |
1272 | 2024-08-06T20:17:15.193Z | Compiling reqwest v0.11.27 |
1273 | 2024-08-06T20:17:15.321Z | Compiling string_cache v0.8.7 |
1274 | 2024-08-06T20:17:15.388Z | Compiling toml_edit v0.22.20 |
1275 | 2024-08-06T20:17:15.602Z | Compiling diesel v2.1.6 |
1276 | 2024-08-06T20:17:15.776Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1277 | 2024-08-06T20:17:16.071Z | Compiling petgraph v0.6.5 |
1278 | 2024-08-06T20:17:16.078Z | Compiling tokio-postgres v0.7.11 |
1279 | 2024-08-06T20:17:16.625Z | Compiling trust-dns-proto v0.22.0 |
1280 | 2024-08-06T20:17:17.527Z | Compiling clap v4.5.13 |
1281 | 2024-08-06T20:17:17.650Z | Compiling similar v2.5.0 |
1282 | 2024-08-06T20:17:20.039Z | Compiling nom v7.1.3 |
1283 | 2024-08-06T20:17:20.156Z | Compiling predicates v3.1.2 |
1284 | 2024-08-06T20:17:21.599Z | Compiling elliptic-curve v0.13.8 |
1285 | 2024-08-06T20:17:21.824Z | Compiling usdt v0.5.0 |
1286 | 2024-08-06T20:17:22.155Z | Compiling yasna v0.5.2 |
1287 | 2024-08-06T20:17:22.340Z | Compiling futures v0.3.30 |
1288 | 2024-08-06T20:17:22.425Z | Compiling toml v0.7.8 |
1289 | 2024-08-06T20:17:23.305Z | Compiling flate2 v1.0.31 |
1290 | 2024-08-06T20:17:23.680Z | Compiling cipher v0.4.4 |
1291 | 2024-08-06T20:17:23.868Z | Compiling crossterm v0.27.0 |
1292 | 2024-08-06T20:17:24.084Z | Compiling bit-set v0.5.3 |
1293 | 2024-08-06T20:17:24.214Z | Compiling itertools v0.10.5 |
1294 | 2024-08-06T20:17:24.290Z | Compiling itertools v0.12.1 |
1295 | 2024-08-06T20:17:24.369Z | Compiling tokio-stream v0.1.15 |
1296 | 2024-08-06T20:17:24.936Z | Compiling crossbeam-epoch v0.9.18 |
1297 | 2024-08-06T20:17:25.075Z | Compiling num-iter v0.1.45 |
1298 | 2024-08-06T20:17:25.264Z | Compiling openapiv3 v2.0.0 |
1299 | 2024-08-06T20:17:25.384Z | Compiling bstr v1.9.1 |
1300 | 2024-08-06T20:17:25.721Z | Compiling hex v0.4.3 |
1301 | 2024-08-06T20:17:26.315Z | Compiling dirs-sys-next v0.1.2 |
1302 | 2024-08-06T20:17:26.904Z | Compiling lalrpop-util v0.19.12 |
1303 | 2024-08-06T20:17:26.989Z | Compiling unicode-xid v0.2.4 |
1304 | 2024-08-06T20:17:27.185Z | Compiling peg-runtime v0.8.3 |
1305 | 2024-08-06T20:17:27.211Z | Compiling dirs-next v2.0.0 |
1306 | 2024-08-06T20:17:27.246Z | Compiling thread_local v1.1.8 |
1307 | 2024-08-06T20:17:27.369Z | Compiling slog-async v2.8.0 |
1308 | 2024-08-06T20:17:27.469Z | Compiling term v0.7.0 |
1309 | 2024-08-06T20:17:27.595Z | Compiling crossbeam-channel v0.5.12 |
1310 | 2024-08-06T20:17:27.792Z | Compiling xattr v1.3.1 |
1311 | 2024-08-06T20:17:27.818Z | Compiling strum_macros v0.26.4 |
1312 | 2024-08-06T20:17:27.973Z | Compiling filetime v0.2.23 |
1313 | 2024-08-06T20:17:28.061Z | Compiling is-terminal v0.4.12 |
1314 | 2024-08-06T20:17:28.191Z | Compiling take_mut v0.2.2 |
1315 | 2024-08-06T20:17:28.280Z | Compiling slog-term v2.9.1 |
1316 | 2024-08-06T20:17:28.335Z | Compiling tar v0.4.41 |
1317 | 2024-08-06T20:17:29.035Z | Compiling camino v1.1.7 |
1318 | 2024-08-06T20:17:31.007Z | Compiling strum v0.26.3 |
1319 | 2024-08-06T20:17:41.805Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1320 | 2024-08-06T20:17:42.044Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1321 | 2024-08-06T20:17:47.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1322 | 2024-08-06T20:17:47.271Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1323 | 2024-08-06T20:17:47.312Z | Aug 06 20:17:45.780 INFO Starting download, target: DendriteStub |
1324 | 2024-08-06T20:17:47.312Z | Aug 06 20:17:45.780 INFO Starting download, target: Clickhouse |
1325 | 2024-08-06T20:17:47.312Z | Aug 06 20:17:45.780 INFO Starting download, target: MaghemiteMgd |
1326 | 2024-08-06T20:17:47.312Z | Aug 06 20:17:45.780 INFO Starting download, target: Cockroach |
1327 | 2024-08-06T20:17:47.316Z | Aug 06 20:17:45.780 INFO Starting download, target: Console |
1328 | 2024-08-06T20:17:47.316Z | Aug 06 20:17:45.780 INFO Starting download, target: DendriteOpenapi |
1329 | 2024-08-06T20:17:47.316Z | Aug 06 20:17:45.780 INFO Starting download, target: TransceiverControl |
1330 | 2024-08-06T20:17:47.316Z | Aug 06 20:17:45.781 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1331 | 2024-08-06T20:17:47.316Z | Aug 06 20:17:45.781 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1332 | 2024-08-06T20:17:47.316Z | Aug 06 20:17:45.781 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1333 | 2024-08-06T20:17:47.316Z | Aug 06 20:17:45.781 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1334 | 2024-08-06T20:17:47.316Z | Aug 06 20:17:45.781 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1335 | 2024-08-06T20:17:47.316Z | Aug 06 20:17:45.781 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1336 | 2024-08-06T20:17:47.316Z | Aug 06 20:17:45.781 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1337 | 2024-08-06T20:17:47.530Z | Aug 06 20:17:45.995 INFO Download complete, target: DendriteOpenapi |
1338 | 2024-08-06T20:17:47.582Z | Aug 06 20:17:46.047 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1339 | 2024-08-06T20:17:47.967Z | Aug 06 20:17:46.434 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1340 | 2024-08-06T20:17:48.023Z | Aug 06 20:17:46.488 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1341 | 2024-08-06T20:17:48.226Z | Aug 06 20:17:46.692 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1342 | 2024-08-06T20:17:48.317Z | Aug 06 20:17:46.784 INFO Download complete, target: TransceiverControl |
1343 | 2024-08-06T20:17:48.357Z | Aug 06 20:17:46.825 INFO Download complete, target: Console |
1344 | 2024-08-06T20:17:49.798Z | Aug 06 20:17:48.266 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1345 | 2024-08-06T20:17:49.799Z | Aug 06 20:17:48.266 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1346 | 2024-08-06T20:17:50.524Z | Aug 06 20:17:48.992 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1347 | 2024-08-06T20:17:51.327Z | Aug 06 20:17:49.794 INFO Download complete, target: MaghemiteMgd |
1348 | 2024-08-06T20:17:51.394Z | Aug 06 20:17:49.861 INFO Download complete, target: DendriteStub |
1349 | 2024-08-06T20:17:58.193Z | Aug 06 20:17:56.659 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1350 | 2024-08-06T20:17:58.555Z | Aug 06 20:17:57.021 INFO Checking that binary works, target: Cockroach |
1351 | 2024-08-06T20:17:58.710Z | Aug 06 20:17:57.177 INFO Download complete, target: Cockroach |
1352 | 2024-08-06T20:18:04.703Z | Aug 06 20:18:03.169 INFO Checking that binary works, target: Clickhouse |
1353 | 2024-08-06T20:18:05.419Z | Aug 06 20:18:03.885 INFO Download complete, target: Clickhouse |
1354 | 2024-08-06T20:18:05.440Z | All builder prerequisites installed successfully, and PATH looks valid |
1355 | 2024-08-06T20:18:05.443Z | |
1356 | 2024-08-06T20:18:05.443Z | real 4:22.823332105 |
1357 | 2024-08-06T20:18:05.443Z | user 11:31.186456463 |
1358 | 2024-08-06T20:18:05.443Z | sys 2:24.645455292 |
1359 | 2024-08-06T20:18:05.443Z | trap 0.392934948 |
1360 | 2024-08-06T20:18:05.443Z | tflt 12.694669390 |
1361 | 2024-08-06T20:18:05.443Z | dflt 14.827441999 |
1362 | 2024-08-06T20:18:05.443Z | kflt 0.439707477 |
1363 | 2024-08-06T20:18:05.443Z | lock 22:43.427919981 |
1364 | 2024-08-06T20:18:05.443Z | slp 48:06.251956139 |
1365 | 2024-08-06T20:18:05.443Z | lat 35.178273360 |
1366 | 2024-08-06T20:18:05.443Z | stop 1:35.048357561 |
1367 | 2024-08-06T20:18:05.444Z | + banner build |
1368 | 2024-08-06T20:18:05.447Z | |
1369 | 2024-08-06T20:18:05.447Z | ##### # # # # ##### |
1370 | 2024-08-06T20:18:05.447Z | # # # # # # # # |
1371 | 2024-08-06T20:18:05.447Z | ##### # # # # # # |
1372 | 2024-08-06T20:18:05.447Z | # # # # # # # # |
1373 | 2024-08-06T20:18:05.447Z | # # # # # # # # |
1374 | 2024-08-06T20:18:05.447Z | ##### #### # ###### ##### |
1375 | 2024-08-06T20:18:05.447Z | |
1376 | 2024-08-06T20:18:05.447Z | + export 'RUSTFLAGS=-D warnings' |
1377 | 2024-08-06T20:18:05.447Z | + RUSTFLAGS='-D warnings' |
1378 | 2024-08-06T20:18:05.447Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
1379 | 2024-08-06T20:18:05.447Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
1380 | 2024-08-06T20:18:05.447Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
1381 | 2024-08-06T20:18:05.447Z | + RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
1382 | 2024-08-06T20:18:05.447Z | + export TMPDIR=/var/tmp/omicron_tmp |
1383 | 2024-08-06T20:18:05.447Z | + TMPDIR=/var/tmp/omicron_tmp |
1384 | 2024-08-06T20:18:05.447Z | + export RUST_BACKTRACE=1 |
1385 | 2024-08-06T20:18:05.447Z | + RUST_BACKTRACE=1 |
1386 | 2024-08-06T20:18:05.447Z | + export CARGO_INCREMENTAL=0 |
1387 | 2024-08-06T20:18:05.447Z | + CARGO_INCREMENTAL=0 |
1388 | 2024-08-06T20:18:05.447Z | + export RUSTC_BOOTSTRAP=1 |
1389 | 2024-08-06T20:18:05.447Z | + RUSTC_BOOTSTRAP=1 |
1390 | 2024-08-06T20:18:05.447Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
1391 | 2024-08-06T20:18:06.146Z | Downloading crates ... |
1392 | 2024-08-06T20:18:06.461Z | Downloaded http-body v1.0.0 |
1393 | 2024-08-06T20:18:06.464Z | Downloaded plotters-svg v0.3.5 |
1394 | 2024-08-06T20:18:06.464Z | Downloaded guppy-workspace-hack v0.1.0 |
1395 | 2024-08-06T20:18:06.467Z | Downloaded option-ext v0.2.0 |
1396 | 2024-08-06T20:18:06.472Z | Downloaded datatest-stable v0.2.9 |
1397 | 2024-08-06T20:18:06.475Z | Downloaded cast v0.3.0 |
1398 | 2024-08-06T20:18:06.475Z | Downloaded russh-cryptovec v0.7.2 |
1399 | 2024-08-06T20:18:06.478Z | Downloaded criterion-plot v0.5.0 |
1400 | 2024-08-06T20:18:06.481Z | Downloaded nested v0.1.1 |
1401 | 2024-08-06T20:18:06.481Z | Downloaded ctr v0.9.2 |
1402 | 2024-08-06T20:18:06.483Z | Downloaded bcrypt-pbkdf v0.10.0 |
1403 | 2024-08-06T20:18:06.484Z | Downloaded rand_core v0.5.1 |
1404 | 2024-08-06T20:18:06.486Z | Downloaded anes v0.1.6 |
1405 | 2024-08-06T20:18:06.490Z | Downloaded approx v0.5.1 |
1406 | 2024-08-06T20:18:06.490Z | Downloaded threadpool v1.8.1 |
1407 | 2024-08-06T20:18:06.490Z | Downloaded rfc6979 v0.4.0 |
1408 | 2024-08-06T20:18:06.492Z | Downloaded pbkdf2 v0.11.0 |
1409 | 2024-08-06T20:18:06.496Z | Downloaded ghash v0.5.1 |
1410 | 2024-08-06T20:18:06.496Z | Downloaded blake2b_simd v1.0.2 |
1411 | 2024-08-06T20:18:06.499Z | Downloaded blowfish v0.9.1 |
1412 | 2024-08-06T20:18:06.499Z | Downloaded dirs-sys v0.4.1 |
1413 | 2024-08-06T20:18:06.502Z | Downloaded escape8259 v0.5.2 |
1414 | 2024-08-06T20:18:06.502Z | Downloaded tower-layer v0.3.2 |
1415 | 2024-08-06T20:18:06.521Z | Downloaded target-lexicon v0.12.16 |
1416 | 2024-08-06T20:18:06.525Z | Downloaded ecdsa v0.16.9 |
1417 | 2024-08-06T20:18:06.528Z | Downloaded doc-comment v0.3.3 |
1418 | 2024-08-06T20:18:06.528Z | Downloaded dirs v5.0.1 |
1419 | 2024-08-06T20:18:06.528Z | Downloaded assert_cmd v2.0.15 |
1420 | 2024-08-06T20:18:06.531Z | Downloaded pathdiff v0.2.1 |
1421 | 2024-08-06T20:18:06.531Z | Downloaded rustls-native-certs v0.7.0 |
1422 | 2024-08-06T20:18:06.534Z | Downloaded dhcproto-macros v0.1.0 |
1423 | 2024-08-06T20:18:06.534Z | Downloaded password-hash v0.4.2 |
1424 | 2024-08-06T20:18:06.537Z | Downloaded md5 v0.7.0 |
1425 | 2024-08-06T20:18:06.537Z | Downloaded polyval v0.6.2 |
1426 | 2024-08-06T20:18:06.539Z | Downloaded hex-literal v0.4.1 |
1427 | 2024-08-06T20:18:06.539Z | Downloaded cfg-expr v0.16.0 |
1428 | 2024-08-06T20:18:06.544Z | Downloaded cbc v0.1.2 |
1429 | 2024-08-06T20:18:06.547Z | Downloaded russh-keys v0.43.0 |
1430 | 2024-08-06T20:18:06.547Z | Downloaded relative-path v1.9.3 |
1431 | 2024-08-06T20:18:06.547Z | Downloaded pbkdf2 v0.12.2 |
1432 | 2024-08-06T20:18:06.550Z | Downloaded oorandom v11.1.3 |
1433 | 2024-08-06T20:18:06.550Z | Downloaded dhcproto v0.11.0 |
1434 | 2024-08-06T20:18:06.553Z | Downloaded yansi v0.5.1 |
1435 | 2024-08-06T20:18:06.556Z | Downloaded similar-asserts v1.5.0 |
1436 | 2024-08-06T20:18:06.556Z | Downloaded rand_chacha v0.2.2 |
1437 | 2024-08-06T20:18:06.559Z | Downloaded libtest-mimic v0.7.3 |
1438 | 2024-08-06T20:18:06.559Z | Downloaded futures-timer v3.0.3 |
1439 | 2024-08-06T20:18:06.562Z | Downloaded plotters-backend v0.3.5 |
1440 | 2024-08-06T20:18:06.562Z | Downloaded target-spec v3.2.1 |
1441 | 2024-08-06T20:18:06.565Z | Downloaded internet-checksum v0.2.1 |
1442 | 2024-08-06T20:18:06.565Z | Downloaded ed25519 v2.2.3 |
1443 | 2024-08-06T20:18:06.568Z | Downloaded trybuild v1.0.97 |
1444 | 2024-08-06T20:18:06.570Z | Downloaded tinytemplate v1.2.1 |
1445 | 2024-08-06T20:18:06.573Z | Downloaded rstest v0.19.0 |
1446 | 2024-08-06T20:18:06.576Z | Downloaded partial-io v0.5.4 |
1447 | 2024-08-06T20:18:06.579Z | Downloaded hyper-util v0.1.3 |
1448 | 2024-08-06T20:18:06.582Z | Downloaded rust-argon2 v2.1.0 |
1449 | 2024-08-06T20:18:06.585Z | Downloaded pretty_assertions v1.4.0 |
1450 | 2024-08-06T20:18:06.588Z | Downloaded rstest_macros v0.19.0 |
1451 | 2024-08-06T20:18:06.591Z | Downloaded rand_distr v0.4.3 |
1452 | 2024-08-06T20:18:06.594Z | Downloaded hyper-rustls v0.26.0 |
1453 | 2024-08-06T20:18:06.594Z | Downloaded p256 v0.13.2 |
1454 | 2024-08-06T20:18:06.597Z | Downloaded fancy-regex v0.13.0 |
1455 | 2024-08-06T20:18:06.601Z | Downloaded primeorder v0.13.6 |
1456 | 2024-08-06T20:18:06.604Z | Downloaded tower v0.4.13 |
1457 | 2024-08-06T20:18:06.611Z | Downloaded ed25519-dalek v2.1.1 |
1458 | 2024-08-06T20:18:06.614Z | Downloaded russh v0.43.0 |
1459 | 2024-08-06T20:18:06.619Z | Downloaded plotters v0.3.5 |
1460 | 2024-08-06T20:18:06.627Z | Downloaded p521 v0.13.3 |
1461 | 2024-08-06T20:18:06.631Z | Downloaded hyper v1.3.1 |
1462 | 2024-08-06T20:18:06.637Z | Downloaded guppy v0.17.7 |
1463 | 2024-08-06T20:18:06.642Z | Downloaded rand v0.7.3 |
1464 | 2024-08-06T20:18:06.647Z | Downloaded criterion v0.5.1 |
1465 | 2024-08-06T20:18:06.653Z | Downloaded aes-gcm v0.10.3 |
1466 | 2024-08-06T20:18:06.656Z | Downloaded httptest v0.15.5 |
1467 | 2024-08-06T20:18:06.659Z | Downloaded getrandom v0.1.16 |
1468 | 2024-08-06T20:18:06.662Z | Downloaded aes v0.8.4 |
1469 | 2024-08-06T20:18:07.274Z | Dirty proc-macro2 v1.0.86: the rustflags changed |
1470 | 2024-08-06T20:18:07.274Z | Compiling proc-macro2 v1.0.86 |
1471 | 2024-08-06T20:18:07.277Z | Dirty unicode-ident v1.0.12: the rustflags changed |
1472 | 2024-08-06T20:18:07.277Z | Compiling unicode-ident v1.0.12 |
1473 | 2024-08-06T20:18:07.277Z | Dirty libc v0.2.155: the rustflags changed |
1474 | 2024-08-06T20:18:07.278Z | Compiling libc v0.2.155 |
1475 | 2024-08-06T20:18:07.278Z | Dirty cfg-if v1.0.0: the rustflags changed |
1476 | 2024-08-06T20:18:07.278Z | Compiling cfg-if v1.0.0 |
1477 | 2024-08-06T20:18:07.278Z | Dirty serde v1.0.204: the rustflags changed |
1478 | 2024-08-06T20:18:07.278Z | Compiling serde v1.0.204 |
1479 | 2024-08-06T20:18:07.278Z | Dirty version_check v0.9.4: the rustflags changed |
1480 | 2024-08-06T20:18:07.278Z | Compiling version_check v0.9.4 |
1481 | 2024-08-06T20:18:07.278Z | Dirty autocfg v1.3.0: the rustflags changed |
1482 | 2024-08-06T20:18:07.278Z | Compiling autocfg v1.3.0 |
1483 | 2024-08-06T20:18:07.278Z | Dirty memchr v2.7.2: the rustflags changed |
1484 | 2024-08-06T20:18:07.278Z | Compiling memchr v2.7.2 |
1485 | 2024-08-06T20:18:07.438Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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=82194380dbe57f38 -C extra-filename=-82194380dbe57f38 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-82194380dbe57f38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1486 | 2024-08-06T20:18:07.442Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d979576c1749b801 -C extra-filename=-d979576c1749b801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1487 | 2024-08-06T20:18:07.442Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/build.rs --error-format=json --json=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=29f1e3ea1c6d5e64 -C extra-filename=-29f1e3ea1c6d5e64 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-29f1e3ea1c6d5e64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1488 | 2024-08-06T20:18:07.442Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=774af40ecdc28659 -C extra-filename=-774af40ecdc28659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1489 | 2024-08-06T20:18:07.442Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.204/build.rs --error-format=json --json=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=d1c6ab33851f98a5 -C extra-filename=-d1c6ab33851f98a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-d1c6ab33851f98a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1490 | 2024-08-06T20:18:07.442Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.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=f7e444d494cab37e -C extra-filename=-f7e444d494cab37e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1491 | 2024-08-06T20:18:07.442Z | Running `/home/build/.rustup/toolchains/1.80.0-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=c8df925593a9512a -C extra-filename=-c8df925593a9512a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1492 | 2024-08-06T20:18:07.454Z | Running `/home/build/.rustup/toolchains/1.80.0-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=a02a49ad752a40ca -C extra-filename=-a02a49ad752a40ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1493 | 2024-08-06T20:18:07.501Z | Dirty scopeguard v1.2.0: the rustflags changed |
1494 | 2024-08-06T20:18:07.501Z | Compiling scopeguard v1.2.0 |
1495 | 2024-08-06T20:18:07.523Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=4ef99abaa23c0234 -C extra-filename=-4ef99abaa23c0234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1496 | 2024-08-06T20:18:07.660Z | Dirty log v0.4.21: the rustflags changed |
1497 | 2024-08-06T20:18:07.660Z | Compiling log v0.4.21 |
1498 | 2024-08-06T20:18:07.677Z | Running `/home/build/.rustup/toolchains/1.80.0-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="std"' --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=25247ca285912f88 -C extra-filename=-25247ca285912f88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1499 | 2024-08-06T20:18:07.680Z | Dirty byteorder v1.5.0: the rustflags changed |
1500 | 2024-08-06T20:18:07.680Z | Compiling byteorder v1.5.0 |
1501 | 2024-08-06T20:18:07.715Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=bca7f4c54429777f -C extra-filename=-bca7f4c54429777f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1502 | 2024-08-06T20:18:08.072Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-82194380dbe57f38/build-script-build` |
1503 | 2024-08-06T20:18:08.075Z | Dirty once_cell v1.19.0: the rustflags changed |
1504 | 2024-08-06T20:18:08.075Z | Compiling once_cell v1.19.0 |
1505 | 2024-08-06T20:18:08.078Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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=9764b2a8786f26ad -C extra-filename=-9764b2a8786f26ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1506 | 2024-08-06T20:18:08.092Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-d1c6ab33851f98a5/build-script-build` |
1507 | 2024-08-06T20:18:08.142Z | Dirty itoa v1.0.11: the rustflags changed |
1508 | 2024-08-06T20:18:08.142Z | Compiling itoa v1.0.11 |
1509 | 2024-08-06T20:18:08.146Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=0a55205eed103d8b -C extra-filename=-0a55205eed103d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1510 | 2024-08-06T20:18:08.164Z | Dirty smallvec v1.13.2: the rustflags changed |
1511 | 2024-08-06T20:18:08.164Z | Compiling smallvec v1.13.2 |
1512 | 2024-08-06T20:18:08.167Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=d3b9ad59c4201009 -C extra-filename=-d3b9ad59c4201009 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1513 | 2024-08-06T20:18:08.195Z | Dirty parking_lot_core v0.9.10: the rustflags changed |
1514 | 2024-08-06T20:18:08.195Z | Compiling parking_lot_core v0.9.10 |
1515 | 2024-08-06T20:18:08.199Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=1f7a593a008a39a3 -C extra-filename=-1f7a593a008a39a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-1f7a593a008a39a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1516 | 2024-08-06T20:18:08.305Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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=aed117de774bb31a -C extra-filename=-aed117de774bb31a --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-d979576c1749b801.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)'` |
1517 | 2024-08-06T20:18:08.431Z | Dirty lock_api v0.4.12: the rustflags changed |
1518 | 2024-08-06T20:18:08.431Z | Compiling lock_api v0.4.12 |
1519 | 2024-08-06T20:18:08.434Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=d01441f7fd176919 -C extra-filename=-d01441f7fd176919 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-d01441f7fd176919 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1520 | 2024-08-06T20:18:08.434Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-29f1e3ea1c6d5e64/build-script-build` |
1521 | 2024-08-06T20:18:08.510Z | Dirty libm v0.2.8: the rustflags changed |
1522 | 2024-08-06T20:18:08.510Z | Compiling libm v0.2.8 |
1523 | 2024-08-06T20:18:08.513Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=8a364f80c585e6ca -C extra-filename=-8a364f80c585e6ca --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-8a364f80c585e6ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1524 | 2024-08-06T20:18:08.580Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=f3f2c30f5b1e55f4 -C extra-filename=-f3f2c30f5b1e55f4 --out-dir /work/oxidecomputer/omicron/target/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"))'` |
1525 | 2024-08-06T20:18:08.649Z | Dirty pin-project-lite v0.2.14: the rustflags changed |
1526 | 2024-08-06T20:18:08.649Z | Compiling pin-project-lite v0.2.14 |
1527 | 2024-08-06T20:18:08.653Z | Dirty num-traits v0.2.19: the rustflags changed |
1528 | 2024-08-06T20:18:08.653Z | Compiling num-traits v0.2.19 |
1529 | 2024-08-06T20:18:08.653Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=c1290c0a67694037 -C extra-filename=-c1290c0a67694037 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-c1290c0a67694037 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1530 | 2024-08-06T20:18:08.653Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=059720cfac5c53a7 -C extra-filename=-059720cfac5c53a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1531 | 2024-08-06T20:18:08.770Z | Dirty cc v1.0.97: the rustflags changed |
1532 | 2024-08-06T20:18:08.770Z | Compiling cc v1.0.97 |
1533 | 2024-08-06T20:18:08.773Z | Running `/home/build/.rustup/toolchains/1.80.0-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "once_cell", "parallel"))' -C metadata=eef14babd3f67c22 -C extra-filename=-eef14babd3f67c22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1534 | 2024-08-06T20:18:08.822Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-d01441f7fd176919/build-script-build` |
1535 | 2024-08-06T20:18:08.844Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-1f7a593a008a39a3/build-script-build` |
1536 | 2024-08-06T20:18:08.871Z | Dirty thiserror v1.0.63: the rustflags changed |
1537 | 2024-08-06T20:18:08.871Z | Compiling thiserror v1.0.63 |
1538 | 2024-08-06T20:18:08.874Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.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=fd283713b8fb6cad -C extra-filename=-fd283713b8fb6cad --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-fd283713b8fb6cad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1539 | 2024-08-06T20:18:08.943Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-8a364f80c585e6ca/build-script-build` |
1540 | 2024-08-06T20:18:08.964Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=39ee11571b13c1e0 -C extra-filename=-39ee11571b13c1e0 --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-4ef99abaa23c0234.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
1541 | 2024-08-06T20:18:08.989Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=89d6bf1786570fcf -C extra-filename=-89d6bf1786570fcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1542 | 2024-08-06T20:18:09.013Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-c1290c0a67694037/build-script-build` |
1543 | 2024-08-06T20:18:09.156Z | Dirty quote v1.0.36: the rustflags changed |
1544 | 2024-08-06T20:18:09.156Z | Compiling quote v1.0.36 |
1545 | 2024-08-06T20:18:09.159Z | Running `/home/build/.rustup/toolchains/1.80.0-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=b92390512ec867fd -C extra-filename=-b92390512ec867fd --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-aed117de774bb31a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1546 | 2024-08-06T20:18:09.237Z | Dirty ryu v1.0.18: the rustflags changed |
1547 | 2024-08-06T20:18:09.237Z | Compiling ryu v1.0.18 |
1548 | 2024-08-06T20:18:09.240Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=cc5a2d90313a3f67 -C extra-filename=-cc5a2d90313a3f67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1549 | 2024-08-06T20:18:09.410Z | Dirty spin v0.9.8: the rustflags changed |
1550 | 2024-08-06T20:18:09.410Z | Compiling spin v0.9.8 |
1551 | 2024-08-06T20:18:09.413Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=77d7a9c6e0653fb3 -C extra-filename=-77d7a9c6e0653fb3 --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-39ee11571b13c1e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1552 | 2024-08-06T20:18:09.488Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-fd283713b8fb6cad/build-script-build` |
1553 | 2024-08-06T20:18:09.593Z | Dirty syn v2.0.72: the rustflags changed |
1554 | 2024-08-06T20:18:09.593Z | Compiling syn v2.0.72 |
1555 | 2024-08-06T20:18:09.631Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/src/lib.rs --error-format=json --json=diagnostic-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=b1f18f81f3fbeb41 -C extra-filename=-b1f18f81f3fbeb41 --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1556 | 2024-08-06T20:18:09.716Z | Dirty ahash v0.8.11: the rustflags changed |
1557 | 2024-08-06T20:18:09.717Z | Compiling ahash v0.8.11 |
1558 | 2024-08-06T20:18:09.720Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=5f67821382140738 -C extra-filename=-5f67821382140738 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-5f67821382140738 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1559 | 2024-08-06T20:18:09.807Z | Dirty getrandom v0.2.14: the rustflags changed |
1560 | 2024-08-06T20:18:09.807Z | Compiling getrandom v0.2.14 |
1561 | 2024-08-06T20:18:09.807Z | Running `/home/build/.rustup/toolchains/1.80.0-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=0f3b03011585f442 -C extra-filename=-0f3b03011585f442 --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-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1562 | 2024-08-06T20:18:09.850Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=7f9d7e7d6b4b40bc -C extra-filename=-7f9d7e7d6b4b40bc --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-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1563 | 2024-08-06T20:18:10.088Z | Dirty rand_core v0.6.4: the rustflags changed |
1564 | 2024-08-06T20:18:10.088Z | Compiling rand_core v0.6.4 |
1565 | 2024-08-06T20:18:10.091Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=8a7eb093f46e6e2f -C extra-filename=-8a7eb093f46e6e2f --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-0f3b03011585f442.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1566 | 2024-08-06T20:18:10.122Z | Dirty signal-hook-registry v1.4.2: the rustflags changed |
1567 | 2024-08-06T20:18:10.122Z | Compiling signal-hook-registry v1.4.2 |
1568 | 2024-08-06T20:18:10.125Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=44b46876d3f5d8b5 -C extra-filename=-44b46876d3f5d8b5 --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-89d6bf1786570fcf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp` |
1569 | 2024-08-06T20:18:10.125Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ddc355dda7d5b710 -C extra-filename=-ddc355dda7d5b710 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1570 | 2024-08-06T20:18:10.284Z | Dirty parking_lot v0.12.2: the rustflags changed |
1571 | 2024-08-06T20:18:10.284Z | Compiling parking_lot v0.12.2 |
1572 | 2024-08-06T20:18:10.287Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=6768199808b84fed -C extra-filename=-6768199808b84fed --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-39ee11571b13c1e0.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-7f9d7e7d6b4b40bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1573 | 2024-08-06T20:18:10.384Z | Dirty mio v0.8.11: the rustflags changed |
1574 | 2024-08-06T20:18:10.384Z | Compiling mio v0.8.11 |
1575 | 2024-08-06T20:18:10.387Z | Running `/home/build/.rustup/toolchains/1.80.0-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=3216f958024c8247 -C extra-filename=-3216f958024c8247 --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-f3f2c30f5b1e55f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1576 | 2024-08-06T20:18:10.477Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-5f67821382140738/build-script-build` |
1577 | 2024-08-06T20:18:10.546Z | Dirty num_cpus v1.16.0: the rustflags changed |
1578 | 2024-08-06T20:18:10.546Z | Compiling num_cpus v1.16.0 |
1579 | 2024-08-06T20:18:10.549Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3dced4ab7260f0df -C extra-filename=-3dced4ab7260f0df --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1580 | 2024-08-06T20:18:10.605Z | Dirty socket2 v0.5.7: the rustflags changed |
1581 | 2024-08-06T20:18:10.605Z | Compiling socket2 v0.5.7 |
1582 | 2024-08-06T20:18:10.608Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=b613817c92fd6ecf -C extra-filename=-b613817c92fd6ecf --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1583 | 2024-08-06T20:18:10.672Z | Dirty allocator-api2 v0.2.18: the rustflags changed |
1584 | 2024-08-06T20:18:10.672Z | Compiling allocator-api2 v0.2.18 |
1585 | 2024-08-06T20:18:10.675Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=3045a6aaabeb2bbd -C extra-filename=-3045a6aaabeb2bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1586 | 2024-08-06T20:18:10.947Z | Dirty serde_json v1.0.122: the rustflags changed |
1587 | 2024-08-06T20:18:10.947Z | Compiling serde_json v1.0.122 |
1588 | 2024-08-06T20:18:10.950Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.122/build.rs --error-format=json --json=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=9336fa59cf42780b -C extra-filename=-9336fa59cf42780b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-9336fa59cf42780b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1589 | 2024-08-06T20:18:11.216Z | Dirty futures-core v0.3.30: the rustflags changed |
1590 | 2024-08-06T20:18:11.216Z | Compiling futures-core v0.3.30 |
1591 | 2024-08-06T20:18:11.233Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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=afd15c3e3cb3531c -C extra-filename=-afd15c3e3cb3531c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1592 | 2024-08-06T20:18:11.368Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-9336fa59cf42780b/build-script-build` |
1593 | 2024-08-06T20:18:11.399Z | Dirty typenum v1.17.0: the rustflags changed |
1594 | 2024-08-06T20:18:11.399Z | Compiling typenum v1.17.0 |
1595 | 2024-08-06T20:18:11.403Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=721d5898cabe0b1f -C extra-filename=-721d5898cabe0b1f --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-721d5898cabe0b1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1596 | 2024-08-06T20:18:11.492Z | Dirty generic-array v0.14.7: the rustflags changed |
1597 | 2024-08-06T20:18:11.492Z | Compiling generic-array v0.14.7 |
1598 | 2024-08-06T20:18:11.506Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=84f2fdc59fd2e22e -C extra-filename=-84f2fdc59fd2e22e --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-84f2fdc59fd2e22e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1599 | 2024-08-06T20:18:11.530Z | Dirty subtle v2.5.0: the rustflags changed |
1600 | 2024-08-06T20:18:11.530Z | Compiling subtle v2.5.0 |
1601 | 2024-08-06T20:18:11.534Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=a44438aabaad8a21 -C extra-filename=-a44438aabaad8a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1602 | 2024-08-06T20:18:11.580Z | Dirty equivalent v1.0.1: the rustflags changed |
1603 | 2024-08-06T20:18:11.580Z | Compiling equivalent v1.0.1 |
1604 | 2024-08-06T20:18:11.583Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9fcdacbf0384b731 -C extra-filename=-9fcdacbf0384b731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1605 | 2024-08-06T20:18:11.691Z | Dirty futures-sink v0.3.30: the rustflags changed |
1606 | 2024-08-06T20:18:11.691Z | Compiling futures-sink v0.3.30 |
1607 | 2024-08-06T20:18:11.694Z | Dirty slab v0.4.9: the rustflags changed |
1608 | 2024-08-06T20:18:11.694Z | Compiling slab v0.4.9 |
1609 | 2024-08-06T20:18:11.694Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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=3426d4b6e25fde9e -C extra-filename=-3426d4b6e25fde9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1610 | 2024-08-06T20:18:11.694Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a9017259f9f735fb -C extra-filename=-a9017259f9f735fb --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-a9017259f9f735fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1611 | 2024-08-06T20:18:11.851Z | Dirty fnv v1.0.7: the rustflags changed |
1612 | 2024-08-06T20:18:11.851Z | Compiling fnv v1.0.7 |
1613 | 2024-08-06T20:18:11.854Z | Dirty futures-channel v0.3.30: the rustflags changed |
1614 | 2024-08-06T20:18:11.854Z | Compiling futures-channel v0.3.30 |
1615 | 2024-08-06T20:18:11.854Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=78d576050c2a6006 -C extra-filename=-78d576050c2a6006 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1616 | 2024-08-06T20:18:11.854Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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=965ddd6e72b3c181 -C extra-filename=-965ddd6e72b3c181 --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-afd15c3e3cb3531c.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1617 | 2024-08-06T20:18:11.889Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-84f2fdc59fd2e22e/build-script-build` |
1618 | 2024-08-06T20:18:11.997Z | Dirty futures-task v0.3.30: the rustflags changed |
1619 | 2024-08-06T20:18:11.997Z | Compiling futures-task v0.3.30 |
1620 | 2024-08-06T20:18:12.000Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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=3c3ebf591d27e0e4 -C extra-filename=-3c3ebf591d27e0e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1621 | 2024-08-06T20:18:12.028Z | Dirty futures-io v0.3.30: the rustflags changed |
1622 | 2024-08-06T20:18:12.028Z | Compiling futures-io v0.3.30 |
1623 | 2024-08-06T20:18:12.031Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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", "std", "unstable"))' -C metadata=cb5123e19cab14d8 -C extra-filename=-cb5123e19cab14d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1624 | 2024-08-06T20:18:12.124Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-a9017259f9f735fb/build-script-build` |
1625 | 2024-08-06T20:18:12.209Z | Dirty pin-utils v0.1.0: the rustflags changed |
1626 | 2024-08-06T20:18:12.209Z | Compiling pin-utils v0.1.0 |
1627 | 2024-08-06T20:18:12.213Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c664c297334e04b0 -C extra-filename=-c664c297334e04b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1628 | 2024-08-06T20:18:12.268Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f2c283aa99db9a32 -C extra-filename=-f2c283aa99db9a32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1629 | 2024-08-06T20:18:12.306Z | Dirty regex-syntax v0.8.3: the rustflags changed |
1630 | 2024-08-06T20:18:12.306Z | Compiling regex-syntax v0.8.3 |
1631 | 2024-08-06T20:18:12.323Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.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"' --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=51c27a07e49375f8 -C extra-filename=-51c27a07e49375f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1632 | 2024-08-06T20:18:12.327Z | Dirty syn v1.0.109: the rustflags changed |
1633 | 2024-08-06T20:18:12.327Z | Compiling syn v1.0.109 |
1634 | 2024-08-06T20:18:12.331Z | Dirty const-oid v0.9.6: the rustflags changed |
1635 | 2024-08-06T20:18:12.331Z | Compiling const-oid v0.9.6 |
1636 | 2024-08-06T20:18:12.331Z | Dirty aho-corasick v1.1.3: the rustflags changed |
1637 | 2024-08-06T20:18:12.331Z | Compiling aho-corasick v1.1.3 |
1638 | 2024-08-06T20:18:12.331Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=f2c588d803ed9009 -C extra-filename=-f2c588d803ed9009 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-f2c588d803ed9009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1639 | 2024-08-06T20:18:12.348Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=d5d3c5dd2e616b61 -C extra-filename=-d5d3c5dd2e616b61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1640 | 2024-08-06T20:18:12.348Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=00d774e06ceb2f21 -C extra-filename=-00d774e06ceb2f21 --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-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1641 | 2024-08-06T20:18:12.383Z | Dirty iana-time-zone v0.1.60: the rustflags changed |
1642 | 2024-08-06T20:18:12.383Z | Compiling iana-time-zone v0.1.60 |
1643 | 2024-08-06T20:18:12.386Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.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=c6094d4b582487c2 -C extra-filename=-c6094d4b582487c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1644 | 2024-08-06T20:18:12.550Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-721d5898cabe0b1f/build-script-main` |
1645 | 2024-08-06T20:18:12.571Z | Dirty semver v1.0.23: the rustflags changed |
1646 | 2024-08-06T20:18:12.571Z | Compiling semver v1.0.23 |
1647 | 2024-08-06T20:18:12.574Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8b729d175243adb9 -C extra-filename=-8b729d175243adb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-8b729d175243adb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1648 | 2024-08-06T20:18:12.759Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=190349613b1d58f4 -C extra-filename=-190349613b1d58f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1649 | 2024-08-06T20:18:12.849Z | Dirty heck v0.5.0: the rustflags changed |
1650 | 2024-08-06T20:18:12.849Z | Compiling heck v0.5.0 |
1651 | 2024-08-06T20:18:12.852Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ce8b6ca8473fcb4 -C extra-filename=-1ce8b6ca8473fcb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1652 | 2024-08-06T20:18:13.042Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-f2c588d803ed9009/build-script-build` |
1653 | 2024-08-06T20:18:13.117Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=23e16c3e6658c75a -C extra-filename=-23e16c3e6658c75a --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
1654 | 2024-08-06T20:18:13.142Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-8b729d175243adb9/build-script-build` |
1655 | 2024-08-06T20:18:13.213Z | Dirty tinyvec_macros v0.1.1: the rustflags changed |
1656 | 2024-08-06T20:18:13.213Z | Compiling tinyvec_macros v0.1.1 |
1657 | 2024-08-06T20:18:13.216Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9a3cece6a215526 -C extra-filename=-d9a3cece6a215526 --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:18:13.313Z | Dirty tinyvec v1.6.0: the rustflags changed |
1659 | 2024-08-06T20:18:13.313Z | Compiling tinyvec v1.6.0 |
1660 | 2024-08-06T20:18:13.316Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --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=37328b65df3b4c7a -C extra-filename=-37328b65df3b4c7a --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-d9a3cece6a215526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1661 | 2024-08-06T20:18:13.348Z | Dirty lazy_static v1.5.0: the rustflags changed |
1662 | 2024-08-06T20:18:13.348Z | Compiling lazy_static v1.5.0 |
1663 | 2024-08-06T20:18:13.351Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=c4135d2565c6698b -C extra-filename=-c4135d2565c6698b --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-77d7a9c6e0653fb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1664 | 2024-08-06T20:18:13.467Z | Dirty rustix v0.38.34: the rustflags changed |
1665 | 2024-08-06T20:18:13.467Z | Compiling rustix v0.38.34 |
1666 | 2024-08-06T20:18:13.470Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="system"' --cfg 'feature="termios"' --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=e6d13fc162818e72 -C extra-filename=-e6d13fc162818e72 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-e6d13fc162818e72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1667 | 2024-08-06T20:18:14.183Z | Dirty ppv-lite86 v0.2.17: the rustflags changed |
1668 | 2024-08-06T20:18:14.183Z | Compiling ppv-lite86 v0.2.17 |
1669 | 2024-08-06T20:18:14.187Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=de3ec0f7e61336c2 -C extra-filename=-de3ec0f7e61336c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1670 | 2024-08-06T20:18:14.261Z | Dirty errno v0.3.9: the rustflags changed |
1671 | 2024-08-06T20:18:14.261Z | Compiling errno v0.3.9 |
1672 | 2024-08-06T20:18:14.266Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=96606ee9ed99371e -C extra-filename=-96606ee9ed99371e --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1673 | 2024-08-06T20:18:14.338Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-e6d13fc162818e72/build-script-build` |
1674 | 2024-08-06T20:18:14.456Z | Dirty schemars v0.8.21: the rustflags changed |
1675 | 2024-08-06T20:18:14.456Z | Compiling schemars v0.8.21 |
1676 | 2024-08-06T20:18:14.460Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=c73b65fd00822331 -C extra-filename=-c73b65fd00822331 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-c73b65fd00822331 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1677 | 2024-08-06T20:18:14.501Z | Dirty pkg-config v0.3.30: the rustflags changed |
1678 | 2024-08-06T20:18:14.501Z | Compiling pkg-config v0.3.30 |
1679 | 2024-08-06T20:18:14.504Z | Running `/home/build/.rustup/toolchains/1.80.0-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=8654018bc64f938d -C extra-filename=-8654018bc64f938d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1680 | 2024-08-06T20:18:14.807Z | Dirty unicode-normalization v0.1.23: the rustflags changed |
1681 | 2024-08-06T20:18:14.807Z | Compiling unicode-normalization v0.1.23 |
1682 | 2024-08-06T20:18:14.810Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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=59578cfcb975beac -C extra-filename=-59578cfcb975beac --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-37328b65df3b4c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1683 | 2024-08-06T20:18:14.882Z | Dirty dyn-clone v1.0.17: the rustflags changed |
1684 | 2024-08-06T20:18:14.882Z | Compiling dyn-clone v1.0.17 |
1685 | 2024-08-06T20:18:14.885Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1d934b7dc2ae10e -C extra-filename=-e1d934b7dc2ae10e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1686 | 2024-08-06T20:18:14.950Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-c73b65fd00822331/build-script-build` |
1687 | 2024-08-06T20:18:14.979Z | Dirty cpufeatures v0.2.12: the rustflags changed |
1688 | 2024-08-06T20:18:14.979Z | Compiling cpufeatures v0.2.12 |
1689 | 2024-08-06T20:18:14.982Z | Running `/home/build/.rustup/toolchains/1.80.0-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=63a2ce1fe4e677bf -C extra-filename=-63a2ce1fe4e677bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1690 | 2024-08-06T20:18:15.086Z | Dirty unicode-bidi v0.3.15: the rustflags changed |
1691 | 2024-08-06T20:18:15.086Z | Compiling unicode-bidi v0.3.15 |
1692 | 2024-08-06T20:18:15.090Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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=a533648fb54e4110 -C extra-filename=-a533648fb54e4110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1693 | 2024-08-06T20:18:15.110Z | Dirty rand_chacha v0.3.1: the rustflags changed |
1694 | 2024-08-06T20:18:15.110Z | Compiling rand_chacha v0.3.1 |
1695 | 2024-08-06T20:18:15.110Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=f60406ef360cc519 -C extra-filename=-f60406ef360cc519 --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-de3ec0f7e61336c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1696 | 2024-08-06T20:18:15.907Z | Dirty regex-automata v0.4.6: the rustflags changed |
1697 | 2024-08-06T20:18:15.907Z | Compiling regex-automata v0.4.6 |
1698 | 2024-08-06T20:18:15.910Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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=093c7222dfaf14f8 -C extra-filename=-093c7222dfaf14f8 --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-00d774e06ceb2f21.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1699 | 2024-08-06T20:18:15.993Z | Dirty tracing-core v0.1.32: the rustflags changed |
1700 | 2024-08-06T20:18:15.993Z | Compiling tracing-core v0.1.32 |
1701 | 2024-08-06T20:18:15.996Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=ecacb0ada8d130f5 -C extra-filename=-ecacb0ada8d130f5 --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-9764b2a8786f26ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1702 | 2024-08-06T20:18:16.538Z | Dirty rand v0.8.5: the rustflags changed |
1703 | 2024-08-06T20:18:16.538Z | Compiling rand v0.8.5 |
1704 | 2024-08-06T20:18:16.541Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --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=28d4123639757f5e -C extra-filename=-28d4123639757f5e --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-f3f2c30f5b1e55f4.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f60406ef360cc519.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1705 | 2024-08-06T20:18:17.398Z | Dirty serde_derive_internals v0.29.1: the rustflags changed |
1706 | 2024-08-06T20:18:17.398Z | Compiling serde_derive_internals v0.29.1 |
1707 | 2024-08-06T20:18:17.401Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0115254aed9af3e7 -C extra-filename=-0115254aed9af3e7 --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1708 | 2024-08-06T20:18:17.484Z | Dirty percent-encoding v2.3.1: the rustflags changed |
1709 | 2024-08-06T20:18:17.484Z | Compiling percent-encoding v2.3.1 |
1710 | 2024-08-06T20:18:17.488Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=44a47b18c639a3db -C extra-filename=-44a47b18c639a3db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1711 | 2024-08-06T20:18:17.873Z | Dirty form_urlencoded v1.2.1: the rustflags changed |
1712 | 2024-08-06T20:18:17.873Z | Compiling form_urlencoded v1.2.1 |
1713 | 2024-08-06T20:18:17.876Z | Dirty httparse v1.8.0: the rustflags changed |
1714 | 2024-08-06T20:18:17.876Z | Compiling httparse v1.8.0 |
1715 | 2024-08-06T20:18:17.876Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=aba6fe7de24bcb82 -C extra-filename=-aba6fe7de24bcb82 --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-44a47b18c639a3db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1716 | 2024-08-06T20:18:17.876Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1fc9a135615f103 -C extra-filename=-a1fc9a135615f103 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-a1fc9a135615f103 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1717 | 2024-08-06T20:18:18.198Z | Dirty num-conv v0.1.0: the rustflags changed |
1718 | 2024-08-06T20:18:18.198Z | Compiling num-conv v0.1.0 |
1719 | 2024-08-06T20:18:18.201Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=507faba658004385 -C extra-filename=-507faba658004385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1720 | 2024-08-06T20:18:18.402Z | Dirty unicode-width v0.1.13: the rustflags changed |
1721 | 2024-08-06T20:18:18.402Z | Compiling unicode-width v0.1.13 |
1722 | 2024-08-06T20:18:18.420Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.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=1a02ab4d900b2a08 -C extra-filename=-1a02ab4d900b2a08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1723 | 2024-08-06T20:18:18.489Z | Dirty time-core v0.1.2: the rustflags changed |
1724 | 2024-08-06T20:18:18.490Z | Compiling time-core v0.1.2 |
1725 | 2024-08-06T20:18:18.493Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=548dc22d257bb20b -C extra-filename=-548dc22d257bb20b --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:18:18.561Z | Dirty powerfmt v0.2.0: the rustflags changed |
1727 | 2024-08-06T20:18:18.561Z | Compiling powerfmt v0.2.0 |
1728 | 2024-08-06T20:18:18.565Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=1554aa19d2eb1274 -C extra-filename=-1554aa19d2eb1274 --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:18:18.639Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-a1fc9a135615f103/build-script-build` |
1730 | 2024-08-06T20:18:18.661Z | Dirty time-macros v0.2.18: the rustflags changed |
1731 | 2024-08-06T20:18:18.661Z | Compiling time-macros v0.2.18 |
1732 | 2024-08-06T20:18:18.664Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=efe98ae13299122c -C extra-filename=-efe98ae13299122c --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-507faba658004385.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-548dc22d257bb20b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1733 | 2024-08-06T20:18:18.685Z | Dirty ring v0.17.8: the rustflags changed |
1734 | 2024-08-06T20:18:18.685Z | Compiling ring v0.17.8 |
1735 | 2024-08-06T20:18:18.688Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --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=0fd5025f149106be -C extra-filename=-0fd5025f149106be --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-0fd5025f149106be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1736 | 2024-08-06T20:18:18.850Z | Dirty deranged v0.3.11: the rustflags changed |
1737 | 2024-08-06T20:18:18.851Z | Compiling deranged v0.3.11 |
1738 | 2024-08-06T20:18:18.854Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=08cb2c7452a38cf8 -C extra-filename=-08cb2c7452a38cf8 --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-1554aa19d2eb1274.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1739 | 2024-08-06T20:18:18.948Z | Dirty num_threads v0.1.7: the rustflags changed |
1740 | 2024-08-06T20:18:18.948Z | Compiling num_threads v0.1.7 |
1741 | 2024-08-06T20:18:18.951Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50308f35aaf6d98f -C extra-filename=-50308f35aaf6d98f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1742 | 2024-08-06T20:18:19.083Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01ecc73bcbd90dbe -C extra-filename=-01ecc73bcbd90dbe --out-dir /work/oxidecomputer/omicron/target/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` |
1743 | 2024-08-06T20:18:19.805Z | Dirty either v1.12.0: the rustflags changed |
1744 | 2024-08-06T20:18:19.805Z | Compiling either v1.12.0 |
1745 | 2024-08-06T20:18:19.808Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=39399cfff738991b -C extra-filename=-39399cfff738991b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1746 | 2024-08-06T20:18:19.928Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-0fd5025f149106be/build-script-build` |
1747 | 2024-08-06T20:18:20.200Z | Dirty idna v0.5.0: the rustflags changed |
1748 | 2024-08-06T20:18:20.200Z | Compiling idna v0.5.0 |
1749 | 2024-08-06T20:18:20.229Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ac3881aa5ad16f6b -C extra-filename=-ac3881aa5ad16f6b --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-a533648fb54e4110.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1750 | 2024-08-06T20:18:20.232Z | Dirty adler v1.0.2: the rustflags changed |
1751 | 2024-08-06T20:18:20.232Z | Compiling adler v1.0.2 |
1752 | 2024-08-06T20:18:20.232Z | Running `/home/build/.rustup/toolchains/1.80.0-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=3fc5364af7957109 -C extra-filename=-3fc5364af7957109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1753 | 2024-08-06T20:18:20.455Z | Dirty miniz_oxide v0.7.2: the rustflags changed |
1754 | 2024-08-06T20:18:20.455Z | Compiling miniz_oxide v0.7.2 |
1755 | 2024-08-06T20:18:20.459Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' --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=60bedd9ea023923b -C extra-filename=-60bedd9ea023923b --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-3fc5364af7957109.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1756 | 2024-08-06T20:18:20.857Z | Dirty untrusted v0.9.0: the rustflags changed |
1757 | 2024-08-06T20:18:20.858Z | Compiling untrusted v0.9.0 |
1758 | 2024-08-06T20:18:20.861Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=30db547cf0298cb5 -C extra-filename=-30db547cf0298cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1759 | 2024-08-06T20:18:21.043Z | Dirty rustversion v1.0.17: the rustflags changed |
1760 | 2024-08-06T20:18:21.043Z | Compiling rustversion v1.0.17 |
1761 | 2024-08-06T20:18:21.046Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03121f5efa692fb9 -C extra-filename=-03121f5efa692fb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-03121f5efa692fb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1762 | 2024-08-06T20:18:21.787Z | Dirty regex v1.10.5: the rustflags changed |
1763 | 2024-08-06T20:18:21.787Z | Compiling regex v1.10.5 |
1764 | 2024-08-06T20:18:21.790Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="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=37c86d6fe2f7066a -C extra-filename=-37c86d6fe2f7066a --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-00d774e06ceb2f21.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1765 | 2024-08-06T20:18:21.885Z | Dirty url v2.5.2: the rustflags changed |
1766 | 2024-08-06T20:18:21.885Z | Compiling url v2.5.2 |
1767 | 2024-08-06T20:18:21.889Z | Running `/home/build/.rustup/toolchains/1.80.0-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=7523ee74c820e643 -C extra-filename=-7523ee74c820e643 --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-aba6fe7de24bcb82.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-ac3881aa5ad16f6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1768 | 2024-08-06T20:18:22.017Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-03121f5efa692fb9/build-script-build` |
1769 | 2024-08-06T20:18:22.140Z | Dirty vcpkg v0.2.15: the rustflags changed |
1770 | 2024-08-06T20:18:22.140Z | Compiling vcpkg v0.2.15 |
1771 | 2024-08-06T20:18:22.144Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02ad28c9db6b9c9d -C extra-filename=-02ad28c9db6b9c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1772 | 2024-08-06T20:18:22.144Z | Dirty time v0.3.36: the rustflags changed |
1773 | 2024-08-06T20:18:22.144Z | Compiling time v0.3.36 |
1774 | 2024-08-06T20:18:22.144Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=030fce1de1eb389d -C extra-filename=-030fce1de1eb389d --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-08cb2c7452a38cf8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-507faba658004385.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-50308f35aaf6d98f.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1554aa19d2eb1274.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-548dc22d257bb20b.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-efe98ae13299122c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1775 | 2024-08-06T20:18:22.808Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --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=65f3f11df37059d9 -C extra-filename=-65f3f11df37059d9 --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-774af40ecdc28659.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-30db547cf0298cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
1776 | 2024-08-06T20:18:22.935Z | Dirty slog v2.7.0: the rustflags changed |
1777 | 2024-08-06T20:18:22.935Z | Compiling slog v2.7.0 |
1778 | 2024-08-06T20:18:22.938Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=c23b5ee208c68816 -C extra-filename=-c23b5ee208c68816 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-c23b5ee208c68816 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1779 | 2024-08-06T20:18:23.558Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-c23b5ee208c68816/build-script-build` |
1780 | 2024-08-06T20:18:23.627Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c65c1eca2f206d2 -C extra-filename=-8c65c1eca2f206d2 --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"))'` |
1781 | 2024-08-06T20:18:23.807Z | Dirty try-lock v0.2.5: the rustflags changed |
1782 | 2024-08-06T20:18:23.807Z | Compiling try-lock v0.2.5 |
1783 | 2024-08-06T20:18:23.810Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46e126fa5216f5b3 -C extra-filename=-46e126fa5216f5b3 --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:18:23.966Z | Dirty want v0.3.1: the rustflags changed |
1785 | 2024-08-06T20:18:23.966Z | Compiling want v0.3.1 |
1786 | 2024-08-06T20:18:23.969Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91599b660e80160f -C extra-filename=-91599b660e80160f --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-46e126fa5216f5b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1787 | 2024-08-06T20:18:24.115Z | Dirty serde_derive v1.0.204: the rustflags changed |
1788 | 2024-08-06T20:18:24.115Z | Compiling serde_derive v1.0.204 |
1789 | 2024-08-06T20:18:24.119Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.204/src/lib.rs --error-format=json --json=diagnostic-rendered-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=c4e3a881bf4cd158 -C extra-filename=-c4e3a881bf4cd158 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1790 | 2024-08-06T20:18:24.245Z | Dirty zerocopy-derive v0.7.34: the rustflags changed |
1791 | 2024-08-06T20:18:24.245Z | Compiling zerocopy-derive v0.7.34 |
1792 | 2024-08-06T20:18:24.248Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.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=8094a05f1d04b4ce -C extra-filename=-8094a05f1d04b4ce --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1793 | 2024-08-06T20:18:24.302Z | Dirty zeroize_derive v1.4.2: the rustflags changed |
1794 | 2024-08-06T20:18:24.302Z | Compiling zeroize_derive v1.4.2 |
1795 | 2024-08-06T20:18:24.305Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2bc26ec214ea804c -C extra-filename=-2bc26ec214ea804c --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1796 | 2024-08-06T20:18:25.167Z | Dirty thiserror-impl v1.0.63: the rustflags changed |
1797 | 2024-08-06T20:18:25.167Z | Compiling thiserror-impl v1.0.63 |
1798 | 2024-08-06T20:18:25.170Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.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=8751a6f8e9ba5a46 -C extra-filename=-8751a6f8e9ba5a46 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1799 | 2024-08-06T20:18:26.066Z | Dirty zeroize v1.7.0: the rustflags changed |
1800 | 2024-08-06T20:18:26.066Z | Compiling zeroize v1.7.0 |
1801 | 2024-08-06T20:18:26.069Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=1f0d2df034cf6cc6 -C extra-filename=-1f0d2df034cf6cc6 --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-2bc26ec214ea804c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1802 | 2024-08-06T20:18:26.477Z | Dirty tokio-macros v2.3.0: the rustflags changed |
1803 | 2024-08-06T20:18:26.477Z | Compiling tokio-macros v2.3.0 |
1804 | 2024-08-06T20:18:26.480Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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=943c343fda5aad94 -C extra-filename=-943c343fda5aad94 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1805 | 2024-08-06T20:18:26.585Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=1807aa5de28961ae -C extra-filename=-1807aa5de28961ae --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-190349613b1d58f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
1806 | 2024-08-06T20:18:26.656Z | Dirty zerocopy v0.7.34: the rustflags changed |
1807 | 2024-08-06T20:18:26.656Z | Compiling zerocopy v0.7.34 |
1808 | 2024-08-06T20:18:26.659Z | Running `/home/build/.rustup/toolchains/1.80.0-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=d6da37cf47ad8825 -C extra-filename=-d6da37cf47ad8825 --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-bca7f4c54429777f.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-8094a05f1d04b4ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1809 | 2024-08-06T20:18:27.440Z | Dirty futures-macro v0.3.30: the rustflags changed |
1810 | 2024-08-06T20:18:27.440Z | Compiling futures-macro v0.3.30 |
1811 | 2024-08-06T20:18:27.444Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.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=064901dfbdf8531a -C extra-filename=-064901dfbdf8531a --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1812 | 2024-08-06T20:18:27.509Z | Dirty schemars_derive v0.8.21: the rustflags changed |
1813 | 2024-08-06T20:18:27.509Z | Compiling schemars_derive v0.8.21 |
1814 | 2024-08-06T20:18:27.513Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=924ab79880d61beb -C extra-filename=-924ab79880d61beb --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-0115254aed9af3e7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1815 | 2024-08-06T20:18:28.081Z | Dirty crypto-common v0.1.6: the rustflags changed |
1816 | 2024-08-06T20:18:28.082Z | Compiling crypto-common v0.1.6 |
1817 | 2024-08-06T20:18:28.110Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=e01bf9851d04f707 -C extra-filename=-e01bf9851d04f707 --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-1807aa5de28961ae.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-190349613b1d58f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1818 | 2024-08-06T20:18:28.301Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=db913bca224bc7dc -C extra-filename=-db913bca224bc7dc --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-774af40ecdc28659.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
1819 | 2024-08-06T20:18:28.324Z | Dirty block-buffer v0.10.4: the rustflags changed |
1820 | 2024-08-06T20:18:28.324Z | Compiling block-buffer v0.10.4 |
1821 | 2024-08-06T20:18:28.341Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6491dd868403ed54 -C extra-filename=-6491dd868403ed54 --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-1807aa5de28961ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1822 | 2024-08-06T20:18:28.345Z | Dirty tracing-attributes v0.1.27: the rustflags changed |
1823 | 2024-08-06T20:18:28.346Z | Compiling tracing-attributes v0.1.27 |
1824 | 2024-08-06T20:18:28.349Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=e7e4cf2d3a79878a -C extra-filename=-e7e4cf2d3a79878a --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1825 | 2024-08-06T20:18:28.581Z | Dirty digest v0.10.7: the rustflags changed |
1826 | 2024-08-06T20:18:28.581Z | Compiling digest v0.10.7 |
1827 | 2024-08-06T20:18:28.584Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=fe57b77d42b085dc -C extra-filename=-fe57b77d42b085dc --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-6491dd868403ed54.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-e01bf9851d04f707.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1828 | 2024-08-06T20:18:28.796Z | Running `/home/build/.rustup/toolchains/1.80.0-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=ce55536c928b0f6d -C extra-filename=-ce55536c928b0f6d --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-8751a6f8e9ba5a46.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)'` |
1829 | 2024-08-06T20:18:28.904Z | Dirty hashbrown v0.14.5: the rustflags changed |
1830 | 2024-08-06T20:18:28.904Z | Compiling hashbrown v0.14.5 |
1831 | 2024-08-06T20:18:28.907Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --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=9f842656b715fe2a -C extra-filename=-9f842656b715fe2a --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-db913bca224bc7dc.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3045a6aaabeb2bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1832 | 2024-08-06T20:18:28.939Z | Dirty openssl-sys v0.9.103: the rustflags changed |
1833 | 2024-08-06T20:18:28.939Z | Compiling openssl-sys v0.9.103 |
1834 | 2024-08-06T20:18:28.943Z | Dirty async-trait v0.1.81: the rustflags changed |
1835 | 2024-08-06T20:18:28.943Z | Compiling async-trait v0.1.81 |
1836 | 2024-08-06T20:18:28.943Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=996639de0c4b532d -C extra-filename=-996639de0c4b532d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-996639de0c4b532d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8654018bc64f938d.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-02ad28c9db6b9c9d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1837 | 2024-08-06T20:18:28.943Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.81/src/lib.rs --error-format=json --json=diagnostic-rendered-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=5eb9c922344cdb6f -C extra-filename=-5eb9c922344cdb6f --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1838 | 2024-08-06T20:18:29.092Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=742498fb17b42521 -C extra-filename=-742498fb17b42521 --out-dir /work/oxidecomputer/omicron/target/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` |
1839 | 2024-08-06T20:18:29.522Z | Dirty futures-util v0.3.30: the rustflags changed |
1840 | 2024-08-06T20:18:29.522Z | Compiling futures-util v0.3.30 |
1841 | 2024-08-06T20:18:29.526Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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=3654032bd4092d60 -C extra-filename=-3654032bd4092d60 --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-965ddd6e72b3c181.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-064901dfbdf8531a.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c664c297334e04b0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f2c283aa99db9a32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1842 | 2024-08-06T20:18:29.871Z | Dirty tower-service v0.3.2: the rustflags changed |
1843 | 2024-08-06T20:18:29.871Z | Compiling tower-service v0.3.2 |
1844 | 2024-08-06T20:18:29.874Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98bdb93afa257c65 -C extra-filename=-98bdb93afa257c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1845 | 2024-08-06T20:18:30.003Z | Dirty base64ct v1.6.0: the rustflags changed |
1846 | 2024-08-06T20:18:30.003Z | Compiling base64ct v1.6.0 |
1847 | 2024-08-06T20:18:30.009Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=43819433fdd10fb4 -C extra-filename=-43819433fdd10fb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1848 | 2024-08-06T20:18:30.148Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-996639de0c4b532d/build-script-main` |
1849 | 2024-08-06T20:18:30.233Z | Dirty backtrace v0.3.71: the rustflags changed |
1850 | 2024-08-06T20:18:30.233Z | Compiling backtrace v0.3.71 |
1851 | 2024-08-06T20:18:30.236Z | Running `/home/build/.rustup/toolchains/1.80.0-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=9f64c79ddd2a5673 -C extra-filename=-9f64c79ddd2a5673 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-9f64c79ddd2a5673 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1852 | 2024-08-06T20:18:30.305Z | Dirty base64 v0.21.7: the rustflags changed |
1853 | 2024-08-06T20:18:30.305Z | Compiling base64 v0.21.7 |
1854 | 2024-08-06T20:18:30.308Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=050eb13206eed9fc -C extra-filename=-050eb13206eed9fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1855 | 2024-08-06T20:18:30.576Z | Dirty gimli v0.28.1: the rustflags changed |
1856 | 2024-08-06T20:18:30.576Z | Compiling gimli v0.28.1 |
1857 | 2024-08-06T20:18:30.579Z | Running `/home/build/.rustup/toolchains/1.80.0-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=30a27b6b0f6b4a33 -C extra-filename=-30a27b6b0f6b4a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1858 | 2024-08-06T20:18:30.766Z | Dirty strsim v0.11.1: the rustflags changed |
1859 | 2024-08-06T20:18:30.766Z | Compiling strsim v0.11.1 |
1860 | 2024-08-06T20:18:30.769Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b60f6e9e6d06315 -C extra-filename=-0b60f6e9e6d06315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1861 | 2024-08-06T20:18:31.054Z | Dirty httpdate v1.0.3: the rustflags changed |
1862 | 2024-08-06T20:18:31.054Z | Compiling httpdate v1.0.3 |
1863 | 2024-08-06T20:18:31.057Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74e1442771ecd7f3 -C extra-filename=-74e1442771ecd7f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1864 | 2024-08-06T20:18:31.076Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-9f64c79ddd2a5673/build-script-build` |
1865 | 2024-08-06T20:18:31.105Z | Dirty object v0.32.2: the rustflags changed |
1866 | 2024-08-06T20:18:31.105Z | Compiling object v0.32.2 |
1867 | 2024-08-06T20:18:31.108Z | Running `/home/build/.rustup/toolchains/1.80.0-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=1e89f9936cf3f02c -C extra-filename=-1e89f9936cf3f02c --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-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1868 | 2024-08-06T20:18:31.542Z | Dirty foreign-types-shared v0.1.1: the rustflags changed |
1869 | 2024-08-06T20:18:31.542Z | Compiling foreign-types-shared v0.1.1 |
1870 | 2024-08-06T20:18:31.545Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b16e7f44d3735fe9 -C extra-filename=-b16e7f44d3735fe9 --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:18:31.658Z | Dirty rustc-demangle v0.1.24: the rustflags changed |
1872 | 2024-08-06T20:18:31.658Z | Compiling rustc-demangle v0.1.24 |
1873 | 2024-08-06T20:18:31.661Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=d3660f53a5e3e555 -C extra-filename=-d3660f53a5e3e555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1874 | 2024-08-06T20:18:31.709Z | Dirty openssl-probe v0.1.5: the rustflags changed |
1875 | 2024-08-06T20:18:31.709Z | Compiling openssl-probe v0.1.5 |
1876 | 2024-08-06T20:18:31.736Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a129adeb4cfcad6 -C extra-filename=-4a129adeb4cfcad6 --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:18:32.007Z | Dirty openssl v0.10.66: the rustflags changed |
1878 | 2024-08-06T20:18:32.007Z | Compiling openssl v0.10.66 |
1879 | 2024-08-06T20:18:32.011Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=84f9803f7a2a691a -C extra-filename=-84f9803f7a2a691a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-84f9803f7a2a691a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1880 | 2024-08-06T20:18:32.135Z | Dirty anyhow v1.0.86: the rustflags changed |
1881 | 2024-08-06T20:18:32.135Z | Compiling anyhow v1.0.86 |
1882 | 2024-08-06T20:18:32.139Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.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="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=839a8342df364248 -C extra-filename=-839a8342df364248 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-839a8342df364248 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1883 | 2024-08-06T20:18:32.409Z | Dirty tracing v0.1.40: the rustflags changed |
1884 | 2024-08-06T20:18:32.409Z | Compiling tracing v0.1.40 |
1885 | 2024-08-06T20:18:32.412Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=a7093791ef0a72d8 -C extra-filename=-a7093791ef0a72d8 --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-25247ca285912f88.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-e7e4cf2d3a79878a.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-ecacb0ada8d130f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1886 | 2024-08-06T20:18:32.508Z | Dirty heck v0.4.1: the rustflags changed |
1887 | 2024-08-06T20:18:32.508Z | Compiling heck v0.4.1 |
1888 | 2024-08-06T20:18:32.511Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=bdcc7bf362727e72 -C extra-filename=-bdcc7bf362727e72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1889 | 2024-08-06T20:18:32.694Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-84f9803f7a2a691a/build-script-build` |
1890 | 2024-08-06T20:18:32.725Z | Dirty foreign-types v0.3.2: the rustflags changed |
1891 | 2024-08-06T20:18:32.725Z | Compiling foreign-types v0.3.2 |
1892 | 2024-08-06T20:18:32.728Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=477a0033dd312b72 -C extra-filename=-477a0033dd312b72 --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-b16e7f44d3735fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1893 | 2024-08-06T20:18:32.788Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.204/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=60453ed6767bb2fa -C extra-filename=-60453ed6767bb2fa --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-c4e3a881bf4cd158.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)'` |
1894 | 2024-08-06T20:18:32.827Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=174bf46f611de01e -C extra-filename=-174bf46f611de01e --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-f3f2c30f5b1e55f4.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)'` |
1895 | 2024-08-06T20:18:32.887Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-839a8342df364248/build-script-build` |
1896 | 2024-08-06T20:18:32.934Z | Dirty openssl-macros v0.1.1: the rustflags changed |
1897 | 2024-08-06T20:18:32.934Z | Compiling openssl-macros v0.1.1 |
1898 | 2024-08-06T20:18:32.937Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8512162f14abc96b -C extra-filename=-8512162f14abc96b --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1899 | 2024-08-06T20:18:33.021Z | Dirty crossbeam-utils v0.8.19: the rustflags changed |
1900 | 2024-08-06T20:18:33.021Z | Compiling crossbeam-utils v0.8.19 |
1901 | 2024-08-06T20:18:33.024Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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=5c488b57994dec9a -C extra-filename=-5c488b57994dec9a --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-5c488b57994dec9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1902 | 2024-08-06T20:18:33.161Z | Dirty ipnet v2.9.0: the rustflags changed |
1903 | 2024-08-06T20:18:33.161Z | Compiling ipnet v2.9.0 |
1904 | 2024-08-06T20:18:33.179Z | Running `/home/build/.rustup/toolchains/1.80.0-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=5c04a260354ba41e -C extra-filename=-5c04a260354ba41e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1905 | 2024-08-06T20:18:33.712Z | Dirty mime v0.3.17: the rustflags changed |
1906 | 2024-08-06T20:18:33.712Z | Compiling mime v0.3.17 |
1907 | 2024-08-06T20:18:33.715Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca56f3dcaef43b6e -C extra-filename=-ca56f3dcaef43b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1908 | 2024-08-06T20:18:33.914Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-5c488b57994dec9a/build-script-build` |
1909 | 2024-08-06T20:18:33.943Z | Dirty rustls v0.21.12: the rustflags changed |
1910 | 2024-08-06T20:18:33.943Z | Compiling rustls v0.21.12 |
1911 | 2024-08-06T20:18:33.946Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=88d71234bfcd9422 -C extra-filename=-88d71234bfcd9422 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-88d71234bfcd9422 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1912 | 2024-08-06T20:18:34.169Z | Dirty native-tls v0.2.11: the rustflags changed |
1913 | 2024-08-06T20:18:34.169Z | Compiling native-tls v0.2.11 |
1914 | 2024-08-06T20:18:34.172Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.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=f84b87626ce7a96d -C extra-filename=-f84b87626ce7a96d --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-f84b87626ce7a96d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1915 | 2024-08-06T20:18:34.289Z | Dirty utf8parse v0.2.1: the rustflags changed |
1916 | 2024-08-06T20:18:34.289Z | Compiling utf8parse v0.2.1 |
1917 | 2024-08-06T20:18:34.292Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=f76a721e27ade519 -C extra-filename=-f76a721e27ade519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1918 | 2024-08-06T20:18:34.336Z | Dirty ucd-trie v0.1.6: the rustflags changed |
1919 | 2024-08-06T20:18:34.336Z | Compiling ucd-trie v0.1.6 |
1920 | 2024-08-06T20:18:34.355Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8923c5c39bf639a6 -C extra-filename=-8923c5c39bf639a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1921 | 2024-08-06T20:18:34.358Z | Dirty winnow v0.5.40: the rustflags changed |
1922 | 2024-08-06T20:18:34.358Z | Compiling winnow v0.5.40 |
1923 | 2024-08-06T20:18:34.374Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=1f1847289dc97830 -C extra-filename=-1f1847289dc97830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1924 | 2024-08-06T20:18:34.448Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-88d71234bfcd9422/build-script-build` |
1925 | 2024-08-06T20:18:34.477Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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=607798d871d02c59 -C extra-filename=-607798d871d02c59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1926 | 2024-08-06T20:18:34.576Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-f84b87626ce7a96d/build-script-build` |
1927 | 2024-08-06T20:18:34.607Z | Dirty pest v2.7.10: the rustflags changed |
1928 | 2024-08-06T20:18:34.607Z | Compiling pest v2.7.10 |
1929 | 2024-08-06T20:18:34.610Z | Running `/home/build/.rustup/toolchains/1.80.0-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=5a10a8264e1089a8 -C extra-filename=-5a10a8264e1089a8 --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-a02a49ad752a40ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-8923c5c39bf639a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1930 | 2024-08-06T20:18:34.983Z | Dirty addr2line v0.21.0: the rustflags changed |
1931 | 2024-08-06T20:18:34.983Z | Compiling addr2line v0.21.0 |
1932 | 2024-08-06T20:18:34.986Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=8fbe97e08b453e74 -C extra-filename=-8fbe97e08b453e74 --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-30a27b6b0f6b4a33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1933 | 2024-08-06T20:18:35.453Z | Dirty futures-executor v0.3.30: the rustflags changed |
1934 | 2024-08-06T20:18:35.453Z | Compiling futures-executor v0.3.30 |
1935 | 2024-08-06T20:18:35.457Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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=e734b3f2e3795c4e -C extra-filename=-e734b3f2e3795c4e --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-afd15c3e3cb3531c.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1936 | 2024-08-06T20:18:35.661Z | Dirty pem-rfc7468 v0.7.0: the rustflags changed |
1937 | 2024-08-06T20:18:35.661Z | Compiling pem-rfc7468 v0.7.0 |
1938 | 2024-08-06T20:18:35.664Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=70f0e71b0df087bd -C extra-filename=-70f0e71b0df087bd --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-43819433fdd10fb4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1939 | 2024-08-06T20:18:35.685Z | Dirty futures v0.3.30: the rustflags changed |
1940 | 2024-08-06T20:18:35.685Z | Compiling futures v0.3.30 |
1941 | 2024-08-06T20:18:35.688Z | Running `/home/build/.rustup/toolchains/1.80.0-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=25f044098c4b01c5 -C extra-filename=-25f044098c4b01c5 --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-965ddd6e72b3c181.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e734b3f2e3795c4e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1942 | 2024-08-06T20:18:35.806Z | Dirty rustls-webpki v0.101.7: the rustflags changed |
1943 | 2024-08-06T20:18:35.806Z | Compiling rustls-webpki v0.101.7 |
1944 | 2024-08-06T20:18:35.814Z | Dirty sct v0.7.1: the rustflags changed |
1945 | 2024-08-06T20:18:35.814Z | Compiling sct v0.7.1 |
1946 | 2024-08-06T20:18:35.814Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=514abced2111b096 -C extra-filename=-514abced2111b096 --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-65f3f11df37059d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-30db547cf0298cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out` |
1947 | 2024-08-06T20:18:35.825Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ef7843e4bca61ef -C extra-filename=-3ef7843e4bca61ef --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-65f3f11df37059d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-30db547cf0298cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out` |
1948 | 2024-08-06T20:18:36.032Z | Dirty der_derive v0.7.2: the rustflags changed |
1949 | 2024-08-06T20:18:36.032Z | Compiling der_derive v0.7.2 |
1950 | 2024-08-06T20:18:36.035Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d3860d0bb4468f1 -C extra-filename=-7d3860d0bb4468f1 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1951 | 2024-08-06T20:18:36.134Z | Dirty cookie v0.17.0: the rustflags changed |
1952 | 2024-08-06T20:18:36.134Z | Compiling cookie v0.17.0 |
1953 | 2024-08-06T20:18:36.137Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.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=d990eee79fc232ce -C extra-filename=-d990eee79fc232ce --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-d990eee79fc232ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1954 | 2024-08-06T20:18:36.418Z | Dirty flagset v0.4.5: the rustflags changed |
1955 | 2024-08-06T20:18:36.418Z | Compiling flagset v0.4.5 |
1956 | 2024-08-06T20:18:36.422Z | Running `/home/build/.rustup/toolchains/1.80.0-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=6367a939501248e5 -C extra-filename=-6367a939501248e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1957 | 2024-08-06T20:18:36.494Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d990eee79fc232ce/build-script-build` |
1958 | 2024-08-06T20:18:36.568Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=3a767c8c9763129d -C extra-filename=-3a767c8c9763129d --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-25247ca285912f88.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-514abced2111b096.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-3ef7843e4bca61ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out` |
1959 | 2024-08-06T20:18:36.633Z | Dirty scroll_derive v0.12.0: the rustflags changed |
1960 | 2024-08-06T20:18:36.633Z | Compiling scroll_derive v0.12.0 |
1961 | 2024-08-06T20:18:36.637Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79dbedea0f7dd6cb -C extra-filename=-79dbedea0f7dd6cb --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1962 | 2024-08-06T20:18:37.692Z | Dirty pest_meta v2.7.10: the rustflags changed |
1963 | 2024-08-06T20:18:37.692Z | Compiling pest_meta v2.7.10 |
1964 | 2024-08-06T20:18:37.695Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.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=57f07d60f532b5ea -C extra-filename=-57f07d60f532b5ea --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-9764b2a8786f26ad.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-5a10a8264e1089a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1965 | 2024-08-06T20:18:37.733Z | Dirty idna v0.3.0: the rustflags changed |
1966 | 2024-08-06T20:18:37.733Z | Compiling idna v0.3.0 |
1967 | 2024-08-06T20:18:37.736Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=416820c5d9a246f7 -C extra-filename=-416820c5d9a246f7 --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-a533648fb54e4110.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1968 | 2024-08-06T20:18:38.265Z | Running `/home/build/.rustup/toolchains/1.80.0-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=11676e96fb87b318 -C extra-filename=-11676e96fb87b318 --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-8fbe97e08b453e74.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-60bedd9ea023923b.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1e89f9936cf3f02c.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-d3660f53a5e3e555.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1969 | 2024-08-06T20:18:38.341Z | Dirty encoding_rs v0.8.34: the rustflags changed |
1970 | 2024-08-06T20:18:38.341Z | Compiling encoding_rs v0.8.34 |
1971 | 2024-08-06T20:18:38.345Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=25e50ae6ddce2604 -C extra-filename=-25e50ae6ddce2604 --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-774af40ecdc28659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1972 | 2024-08-06T20:18:38.461Z | Dirty psl-types v2.0.11: the rustflags changed |
1973 | 2024-08-06T20:18:38.461Z | Compiling psl-types v2.0.11 |
1974 | 2024-08-06T20:18:38.464Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca5959c8752a791b -C extra-filename=-ca5959c8752a791b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1975 | 2024-08-06T20:18:38.668Z | Dirty anstyle v1.0.8: the rustflags changed |
1976 | 2024-08-06T20:18:38.668Z | Compiling anstyle v1.0.8 |
1977 | 2024-08-06T20:18:38.700Z | Running `/home/build/.rustup/toolchains/1.80.0-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=62bdb95aa5090912 -C extra-filename=-62bdb95aa5090912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1978 | 2024-08-06T20:18:38.747Z | Dirty bytes v1.6.0: the rustflags changed |
1979 | 2024-08-06T20:18:38.747Z | Compiling bytes v1.6.0 |
1980 | 2024-08-06T20:18:38.750Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=80f253f0e12459de -C extra-filename=-80f253f0e12459de --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1981 | 2024-08-06T20:18:39.108Z | Dirty bitflags v2.6.0: the rustflags changed |
1982 | 2024-08-06T20:18:39.109Z | Compiling bitflags v2.6.0 |
1983 | 2024-08-06T20:18:39.112Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=26e7096777fff4cf -C extra-filename=-26e7096777fff4cf --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1984 | 2024-08-06T20:18:39.150Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.122/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c68b642a06e7ad56 -C extra-filename=-c68b642a06e7ad56 --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-0a55205eed103d8b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cc5a2d90313a3f67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.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)'` |
1985 | 2024-08-06T20:18:39.282Z | Dirty indexmap v2.2.6: the rustflags changed |
1986 | 2024-08-06T20:18:39.282Z | Compiling indexmap v2.2.6 |
1987 | 2024-08-06T20:18:39.286Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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=39525177f1ff5709 -C extra-filename=-39525177f1ff5709 --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-9fcdacbf0384b731.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9f842656b715fe2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1988 | 2024-08-06T20:18:39.576Z | Dirty chrono v0.4.38: the rustflags changed |
1989 | 2024-08-06T20:18:39.576Z | Compiling chrono v0.4.38 |
1990 | 2024-08-06T20:18:39.580Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=bfb72a2afc18d443 -C extra-filename=-bfb72a2afc18d443 --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-c6094d4b582487c2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1991 | 2024-08-06T20:18:40.029Z | Dirty tokio v1.38.1: the rustflags changed |
1992 | 2024-08-06T20:18:40.029Z | Compiling tokio v1.38.1 |
1993 | 2024-08-06T20:18:40.047Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=29d63f48e78fe462 -C extra-filename=-29d63f48e78fe462 --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-80f253f0e12459de.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-3dced4ab7260f0df.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-ddc355dda7d5b710.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-943c343fda5aad94.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1994 | 2024-08-06T20:18:40.743Z | Dirty uuid v1.10.0: the rustflags changed |
1995 | 2024-08-06T20:18:40.743Z | Compiling uuid v1.10.0 |
1996 | 2024-08-06T20:18:40.749Z | Running `/home/build/.rustup/toolchains/1.80.0-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=2b0998f5f5862fda -C extra-filename=-2b0998f5f5862fda --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-0f3b03011585f442.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1997 | 2024-08-06T20:18:41.686Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=9958a4f088408474 -C extra-filename=-9958a4f088408474 --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-60453ed6767bb2fa.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)'` |
1998 | 2024-08-06T20:18:42.203Z | Running `/home/build/.rustup/toolchains/1.80.0-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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="system"' --cfg 'feature="termios"' --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=32fdcae0183ab583 -C extra-filename=-32fdcae0183ab583 --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-26e7096777fff4cf.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-96606ee9ed99371e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
1999 | 2024-08-06T20:18:42.226Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=5b4cd2ad66b20a3f -C extra-filename=-5b4cd2ad66b20a3f --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-80f253f0e12459de.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-924ab79880d61beb.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
2000 | 2024-08-06T20:18:42.509Z | Dirty http v0.2.12: the rustflags changed |
2001 | 2024-08-06T20:18:42.509Z | Compiling http v0.2.12 |
2002 | 2024-08-06T20:18:42.512Z | Running `/home/build/.rustup/toolchains/1.80.0-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=eded1dced6096e9f -C extra-filename=-eded1dced6096e9f --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-80f253f0e12459de.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-78d576050c2a6006.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2003 | 2024-08-06T20:18:42.720Z | Dirty serde_tokenstream v0.2.1: the rustflags changed |
2004 | 2024-08-06T20:18:42.720Z | Compiling serde_tokenstream v0.2.1 |
2005 | 2024-08-06T20:18:42.724Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9328d5cc5ebe7f0 -C extra-filename=-f9328d5cc5ebe7f0 --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2006 | 2024-08-06T20:18:42.795Z | Dirty serde_spanned v0.6.7: the rustflags changed |
2007 | 2024-08-06T20:18:42.795Z | Compiling serde_spanned v0.6.7 |
2008 | 2024-08-06T20:18:42.805Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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=d37b79676a4b1e3a -C extra-filename=-d37b79676a4b1e3a --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2009 | 2024-08-06T20:18:43.041Z | Dirty toml_datetime v0.6.8: the rustflags changed |
2010 | 2024-08-06T20:18:43.041Z | Compiling toml_datetime v0.6.8 |
2011 | 2024-08-06T20:18:43.044Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=30a0c6427d8ae65e -C extra-filename=-30a0c6427d8ae65e --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2012 | 2024-08-06T20:18:43.272Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=cc98e139dd72bf46 -C extra-filename=-cc98e139dd72bf46 --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-26e7096777fff4cf.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-477a0033dd312b72.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-8512162f14abc96b.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.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)'` |
2013 | 2024-08-06T20:18:43.447Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-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="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b67caa0eba41acc2 -C extra-filename=-b67caa0eba41acc2 --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-11676e96fb87b318.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_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(doc_cfg)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
2014 | 2024-08-06T20:18:43.592Z | Dirty toml_edit v0.19.15: the rustflags changed |
2015 | 2024-08-06T20:18:43.592Z | Compiling toml_edit v0.19.15 |
2016 | 2024-08-06T20:18:43.596Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=43edc7c5b30365cb -C extra-filename=-43edc7c5b30365cb --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-39525177f1ff5709.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d37b79676a4b1e3a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1f1847289dc97830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2017 | 2024-08-06T20:18:44.337Z | Dirty http-body v0.4.6: the rustflags changed |
2018 | 2024-08-06T20:18:44.337Z | Compiling http-body v0.4.6 |
2019 | 2024-08-06T20:18:44.340Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.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=874004a31b2ab06e -C extra-filename=-874004a31b2ab06e --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-80f253f0e12459de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2020 | 2024-08-06T20:18:44.802Z | Dirty rustc_version v0.4.0: the rustflags changed |
2021 | 2024-08-06T20:18:44.802Z | Compiling rustc_version v0.4.0 |
2022 | 2024-08-06T20:18:44.818Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69339c6bd7f423c2 -C extra-filename=-69339c6bd7f423c2 --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-9958a4f088408474.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2023 | 2024-08-06T20:18:45.045Z | Dirty der v0.7.9: the rustflags changed |
2024 | 2024-08-06T20:18:45.045Z | Compiling der v0.7.9 |
2025 | 2024-08-06T20:18:45.048Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=858b565cf019bd67 -C extra-filename=-858b565cf019bd67 --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-d5d3c5dd2e616b61.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-7d3860d0bb4468f1.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-6367a939501248e5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2026 | 2024-08-06T20:18:45.203Z | Dirty serde_urlencoded v0.7.1: the rustflags changed |
2027 | 2024-08-06T20:18:45.204Z | Compiling serde_urlencoded v0.7.1 |
2028 | 2024-08-06T20:18:45.207Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0623a53ab5b0828a -C extra-filename=-0623a53ab5b0828a --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-aba6fe7de24bcb82.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cc5a2d90313a3f67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2029 | 2024-08-06T20:18:45.615Z | Dirty pest_generator v2.7.10: the rustflags changed |
2030 | 2024-08-06T20:18:45.615Z | Compiling pest_generator v2.7.10 |
2031 | 2024-08-06T20:18:45.619Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.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=715239dcbef770fd -C extra-filename=-715239dcbef770fd --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-5a10a8264e1089a8.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-57f07d60f532b5ea.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2032 | 2024-08-06T20:18:45.713Z | Dirty publicsuffix v2.2.3: the rustflags changed |
2033 | 2024-08-06T20:18:45.713Z | Compiling publicsuffix v2.2.3 |
2034 | 2024-08-06T20:18:45.716Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=dc2c6b79d5982aad -C extra-filename=-dc2c6b79d5982aad --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-416820c5d9a246f7.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-ca5959c8752a791b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2035 | 2024-08-06T20:18:45.751Z | Dirty scroll v0.12.0: the rustflags changed |
2036 | 2024-08-06T20:18:45.751Z | Compiling scroll v0.12.0 |
2037 | 2024-08-06T20:18:45.755Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=95e99a7aff03d35d -C extra-filename=-95e99a7aff03d35d --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-79dbedea0f7dd6cb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2038 | 2024-08-06T20:18:45.992Z | Running `/home/build/.rustup/toolchains/1.80.0-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=2653a9a701afe5fb -C extra-filename=-2653a9a701afe5fb --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-44a47b18c639a3db.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2039 | 2024-08-06T20:18:46.116Z | Dirty data-encoding v2.6.0: the rustflags changed |
2040 | 2024-08-06T20:18:46.117Z | Compiling data-encoding v2.6.0 |
2041 | 2024-08-06T20:18:46.119Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bc415753a1e8bd01 -C extra-filename=-bc415753a1e8bd01 --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:18:46.293Z | Dirty plain v0.2.3: the rustflags changed |
2043 | 2024-08-06T20:18:46.293Z | Compiling plain v0.2.3 |
2044 | 2024-08-06T20:18:46.296Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a46e504200190bc9 -C extra-filename=-a46e504200190bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2045 | 2024-08-06T20:18:46.457Z | Dirty cookie_store v0.20.0: the rustflags changed |
2046 | 2024-08-06T20:18:46.457Z | Compiling cookie_store v0.20.0 |
2047 | 2024-08-06T20:18:46.460Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.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=7599419cae5e0a92 -C extra-filename=-7599419cae5e0a92 --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-2653a9a701afe5fb.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-416820c5d9a246f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-dc2c6b79d5982aad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2048 | 2024-08-06T20:18:47.141Z | Dirty spki v0.7.3: the rustflags changed |
2049 | 2024-08-06T20:18:47.141Z | Compiling spki v0.7.3 |
2050 | 2024-08-06T20:18:47.159Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=857a87e3ac944f84 -C extra-filename=-857a87e3ac944f84 --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-858b565cf019bd67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2051 | 2024-08-06T20:18:47.528Z | Dirty goblin v0.8.2: the rustflags changed |
2052 | 2024-08-06T20:18:47.528Z | Compiling goblin v0.8.2 |
2053 | 2024-08-06T20:18:47.531Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=e8df1416de267a80 -C extra-filename=-e8df1416de267a80 --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-25247ca285912f88.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-a46e504200190bc9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-95e99a7aff03d35d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2054 | 2024-08-06T20:18:47.708Z | Dirty pest_derive v2.7.10: the rustflags changed |
2055 | 2024-08-06T20:18:47.708Z | Compiling pest_derive v2.7.10 |
2056 | 2024-08-06T20:18:47.712Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.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=d51ec05a7ec51541 -C extra-filename=-d51ec05a7ec51541 --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-5a10a8264e1089a8.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-715239dcbef770fd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2057 | 2024-08-06T20:18:48.045Z | Dirty openapiv3 v2.0.0: the rustflags changed |
2058 | 2024-08-06T20:18:48.045Z | Compiling openapiv3 v2.0.0 |
2059 | 2024-08-06T20:18:48.048Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=630934f5cfde2559 -C extra-filename=-630934f5cfde2559 --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-39525177f1ff5709.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2060 | 2024-08-06T20:18:48.323Z | Dirty rustls-pemfile v1.0.4: the rustflags changed |
2061 | 2024-08-06T20:18:48.323Z | Compiling rustls-pemfile v1.0.4 |
2062 | 2024-08-06T20:18:48.328Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52c96e0b03b619fb -C extra-filename=-52c96e0b03b619fb --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-050eb13206eed9fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2063 | 2024-08-06T20:18:48.487Z | Dirty tokio-util v0.7.11: the rustflags changed |
2064 | 2024-08-06T20:18:48.487Z | Compiling tokio-util v0.7.11 |
2065 | 2024-08-06T20:18:48.490Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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=8304b047886bea63 -C extra-filename=-8304b047886bea63 --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-80f253f0e12459de.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2066 | 2024-08-06T20:18:48.727Z | Dirty tokio-rustls v0.24.1: the rustflags changed |
2067 | 2024-08-06T20:18:48.727Z | Compiling tokio-rustls v0.24.1 |
2068 | 2024-08-06T20:18:48.730Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=63b864370b92ccb9 -C extra-filename=-63b864370b92ccb9 --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-3a767c8c9763129d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out` |
2069 | 2024-08-06T20:18:48.757Z | Dirty usdt-impl v0.5.0: the rustflags changed |
2070 | 2024-08-06T20:18:48.757Z | Compiling usdt-impl v0.5.0 |
2071 | 2024-08-06T20:18:48.761Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=665f37111195b64d -C extra-filename=-665f37111195b64d --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-665f37111195b64d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2072 | 2024-08-06T20:18:49.093Z | Dirty pretty-hex v0.4.1: the rustflags changed |
2073 | 2024-08-06T20:18:49.094Z | Compiling pretty-hex v0.4.1 |
2074 | 2024-08-06T20:18:49.097Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=be4718859cb35f9e -C extra-filename=-be4718859cb35f9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2075 | 2024-08-06T20:18:49.162Z | Dirty webpki-roots v0.25.4: the rustflags changed |
2076 | 2024-08-06T20:18:49.162Z | Compiling webpki-roots v0.25.4 |
2077 | 2024-08-06T20:18:49.165Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.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=61b049cf1b772a26 -C extra-filename=-61b049cf1b772a26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2078 | 2024-08-06T20:18:49.313Z | Dirty bitflags v1.3.2: the rustflags changed |
2079 | 2024-08-06T20:18:49.313Z | Compiling bitflags v1.3.2 |
2080 | 2024-08-06T20:18:49.316Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=17249b5a9669d189 -C extra-filename=-17249b5a9669d189 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2081 | 2024-08-06T20:18:49.334Z | Dirty sync_wrapper v0.1.2: the rustflags changed |
2082 | 2024-08-06T20:18:49.334Z | Compiling sync_wrapper v0.1.2 |
2083 | 2024-08-06T20:18:49.337Z | Running `/home/build/.rustup/toolchains/1.80.0-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=7e65ac0de3a583a6 -C extra-filename=-7e65ac0de3a583a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2084 | 2024-08-06T20:18:49.420Z | Dirty h2 v0.3.26: the rustflags changed |
2085 | 2024-08-06T20:18:49.420Z | Compiling h2 v0.3.26 |
2086 | 2024-08-06T20:18:49.425Z | Running `/home/build/.rustup/toolchains/1.80.0-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=49813d934b33f135 -C extra-filename=-49813d934b33f135 --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-80f253f0e12459de.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-78d576050c2a6006.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f2c283aa99db9a32.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2087 | 2024-08-06T20:18:49.472Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.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=e3b55099406de75e -C extra-filename=-e3b55099406de75e --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-25247ca285912f88.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4a129adeb4cfcad6.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.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` |
2088 | 2024-08-06T20:18:49.862Z | Dirty tokio-native-tls v0.3.1: the rustflags changed |
2089 | 2024-08-06T20:18:49.862Z | Compiling tokio-native-tls v0.3.1 |
2090 | 2024-08-06T20:18:49.865Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=9f9488e9a421bca9 -C extra-filename=-9f9488e9a421bca9 --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-e3b55099406de75e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2091 | 2024-08-06T20:18:50.127Z | Dirty dtrace-parser v0.2.0: the rustflags changed |
2092 | 2024-08-06T20:18:50.127Z | Compiling dtrace-parser v0.2.0 |
2093 | 2024-08-06T20:18:50.130Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-665f37111195b64d/build-script-build` |
2094 | 2024-08-06T20:18:50.130Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e631b704b26a1ad4 -C extra-filename=-e631b704b26a1ad4 --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-5a10a8264e1089a8.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-d51ec05a7ec51541.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2095 | 2024-08-06T20:18:50.284Z | Dirty pkcs8 v0.10.2: the rustflags changed |
2096 | 2024-08-06T20:18:50.284Z | Compiling pkcs8 v0.10.2 |
2097 | 2024-08-06T20:18:50.287Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --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=7cab2c00ae73f241 -C extra-filename=-7cab2c00ae73f241 --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-858b565cf019bd67.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-857a87e3ac944f84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2098 | 2024-08-06T20:18:50.867Z | Dirty anstyle-parse v0.2.4: the rustflags changed |
2099 | 2024-08-06T20:18:50.867Z | Compiling anstyle-parse v0.2.4 |
2100 | 2024-08-06T20:18:50.870Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.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=096e9d651da79365 -C extra-filename=-096e9d651da79365 --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-f76a721e27ade519.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2101 | 2024-08-06T20:18:51.223Z | Dirty sha2 v0.10.8: the rustflags changed |
2102 | 2024-08-06T20:18:51.223Z | Compiling sha2 v0.10.8 |
2103 | 2024-08-06T20:18:51.226Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=5dd7ced686b88fec -C extra-filename=-5dd7ced686b88fec --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-774af40ecdc28659.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2104 | 2024-08-06T20:18:51.549Z | Dirty hmac v0.12.1: the rustflags changed |
2105 | 2024-08-06T20:18:51.549Z | Compiling hmac v0.12.1 |
2106 | 2024-08-06T20:18:51.553Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=b0e87a4d764765f0 -C extra-filename=-b0e87a4d764765f0 --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-fe57b77d42b085dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2107 | 2024-08-06T20:18:51.795Z | Dirty thread-id v4.2.1: the rustflags changed |
2108 | 2024-08-06T20:18:51.795Z | Compiling thread-id v4.2.1 |
2109 | 2024-08-06T20:18:51.812Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fcc8e2690fe1d013 -C extra-filename=-fcc8e2690fe1d013 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2110 | 2024-08-06T20:18:51.933Z | Dirty colorchoice v1.0.1: the rustflags changed |
2111 | 2024-08-06T20:18:51.933Z | Compiling colorchoice v1.0.1 |
2112 | 2024-08-06T20:18:51.936Z | Running `/home/build/.rustup/toolchains/1.80.0-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=10e2985ffaa11580 -C extra-filename=-10e2985ffaa11580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2113 | 2024-08-06T20:18:52.096Z | Dirty bit-vec v0.6.3: the rustflags changed |
2114 | 2024-08-06T20:18:52.096Z | Compiling bit-vec v0.6.3 |
2115 | 2024-08-06T20:18:52.099Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=4499841fd6127d59 -C extra-filename=-4499841fd6127d59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2116 | 2024-08-06T20:18:52.219Z | Dirty is_terminal_polyfill v1.70.0: the rustflags changed |
2117 | 2024-08-06T20:18:52.219Z | Compiling is_terminal_polyfill v1.70.0 |
2118 | 2024-08-06T20:18:52.224Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/src/lib.rs --error-format=json --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=2fa698cfcb419c85 -C extra-filename=-2fa698cfcb419c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2119 | 2024-08-06T20:18:52.313Z | Dirty anstyle-query v1.0.3: the rustflags changed |
2120 | 2024-08-06T20:18:52.313Z | Compiling anstyle-query v1.0.3 |
2121 | 2024-08-06T20:18:52.317Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.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=dd0531fa00baff20 -C extra-filename=-dd0531fa00baff20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2122 | 2024-08-06T20:18:52.351Z | Dirty terminal_size v0.3.0: the rustflags changed |
2123 | 2024-08-06T20:18:52.351Z | Compiling terminal_size v0.3.0 |
2124 | 2024-08-06T20:18:52.354Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.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=0adfd98a24a7e0ca -C extra-filename=-0adfd98a24a7e0ca --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-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2125 | 2024-08-06T20:18:52.395Z | Dirty num-integer v0.1.46: the rustflags changed |
2126 | 2024-08-06T20:18:52.396Z | Compiling num-integer v0.1.46 |
2127 | 2024-08-06T20:18:52.399Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=2aad1ef0d3dbd2b4 -C extra-filename=-2aad1ef0d3dbd2b4 --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-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2128 | 2024-08-06T20:18:52.462Z | Dirty anstream v0.6.14: the rustflags changed |
2129 | 2024-08-06T20:18:52.462Z | Compiling anstream v0.6.14 |
2130 | 2024-08-06T20:18:52.465Z | Running `/home/build/.rustup/toolchains/1.80.0-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=ac161029a867bc5c -C extra-filename=-ac161029a867bc5c --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-62bdb95aa5090912.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-096e9d651da79365.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-dd0531fa00baff20.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-10e2985ffaa11580.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-2fa698cfcb419c85.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-f76a721e27ade519.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2131 | 2024-08-06T20:18:52.540Z | Dirty crc32fast v1.4.0: the rustflags changed |
2132 | 2024-08-06T20:18:52.540Z | Compiling crc32fast v1.4.0 |
2133 | 2024-08-06T20:18:52.544Z | Running `/home/build/.rustup/toolchains/1.80.0-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=6641c063bf61cef7 -C extra-filename=-6641c063bf61cef7 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-6641c063bf61cef7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2134 | 2024-08-06T20:18:52.563Z | Dirty clap_lex v0.7.0: the rustflags changed |
2135 | 2024-08-06T20:18:52.563Z | Compiling clap_lex v0.7.0 |
2136 | 2024-08-06T20:18:52.566Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e5635d0b720c135 -C extra-filename=-5e5635d0b720c135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2137 | 2024-08-06T20:18:53.082Z | Dirty clap_builder v4.5.13: the rustflags changed |
2138 | 2024-08-06T20:18:53.082Z | Compiling clap_builder v4.5.13 |
2139 | 2024-08-06T20:18:53.100Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=27034870866a0d3f -C extra-filename=-27034870866a0d3f --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-ac161029a867bc5c.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-62bdb95aa5090912.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5e5635d0b720c135.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-0b60f6e9e6d06315.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-0adfd98a24a7e0ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2140 | 2024-08-06T20:18:53.161Z | Dirty block-padding v0.3.3: the rustflags changed |
2141 | 2024-08-06T20:18:53.161Z | Compiling block-padding v0.3.3 |
2142 | 2024-08-06T20:18:53.164Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-6641c063bf61cef7/build-script-build` |
2143 | 2024-08-06T20:18:53.164Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=aa8e16c16007c49c -C extra-filename=-aa8e16c16007c49c --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-1807aa5de28961ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2144 | 2024-08-06T20:18:53.198Z | Dirty clap_derive v4.5.13: the rustflags changed |
2145 | 2024-08-06T20:18:53.198Z | Compiling clap_derive v4.5.13 |
2146 | 2024-08-06T20:18:53.213Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --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=20e0c2b812d7a8c9 -C extra-filename=-20e0c2b812d7a8c9 --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-1ce8b6ca8473fcb4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2147 | 2024-08-06T20:18:53.240Z | Dirty unicode-segmentation v1.11.0: the rustflags changed |
2148 | 2024-08-06T20:18:53.240Z | Compiling unicode-segmentation v1.11.0 |
2149 | 2024-08-06T20:18:53.243Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.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=4c5dad9816a3a035 -C extra-filename=-4c5dad9816a3a035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2150 | 2024-08-06T20:18:53.411Z | Dirty dof v0.3.0: the rustflags changed |
2151 | 2024-08-06T20:18:53.411Z | Compiling dof v0.3.0 |
2152 | 2024-08-06T20:18:53.414Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=b358fd68a8929de5 -C extra-filename=-b358fd68a8929de5 --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-e8df1416de267a80.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2153 | 2024-08-06T20:18:54.067Z | Dirty base64 v0.22.1: the rustflags changed |
2154 | 2024-08-06T20:18:54.067Z | Compiling base64 v0.22.1 |
2155 | 2024-08-06T20:18:54.070Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8ad9489ee5dcb09a -C extra-filename=-8ad9489ee5dcb09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2156 | 2024-08-06T20:18:54.838Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=f3b7acb007a4ffea -C extra-filename=-f3b7acb007a4ffea --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-bca7f4c54429777f.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b358fd68a8929de5.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e631b704b26a1ad4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-fcc8e2690fe1d013.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2157 | 2024-08-06T20:18:54.858Z | Dirty inout v0.1.3: the rustflags changed |
2158 | 2024-08-06T20:18:54.858Z | Compiling inout v0.1.3 |
2159 | 2024-08-06T20:18:54.885Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=729a771cc5ab4cd3 -C extra-filename=-729a771cc5ab4cd3 --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-aa8e16c16007c49c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1807aa5de28961ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2160 | 2024-08-06T20:18:55.141Z | Running `/home/build/.rustup/toolchains/1.80.0-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=dbcc455625ed5c5e -C extra-filename=-dbcc455625ed5c5e --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-774af40ecdc28659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86` |
2161 | 2024-08-06T20:18:55.479Z | Dirty memmap v0.7.0: the rustflags changed |
2162 | 2024-08-06T20:18:55.479Z | Compiling memmap v0.7.0 |
2163 | 2024-08-06T20:18:55.482Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d48542e80c6ffe3c -C extra-filename=-d48542e80c6ffe3c --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2164 | 2024-08-06T20:18:55.505Z | Dirty siphasher v0.3.11: the rustflags changed |
2165 | 2024-08-06T20:18:55.505Z | Compiling siphasher v0.3.11 |
2166 | 2024-08-06T20:18:55.508Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=90a18d19dc2aae30 -C extra-filename=-90a18d19dc2aae30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2167 | 2024-08-06T20:18:55.527Z | Dirty cipher v0.4.4: the rustflags changed |
2168 | 2024-08-06T20:18:55.527Z | Compiling cipher v0.4.4 |
2169 | 2024-08-06T20:18:55.531Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=d77e7648b499580e -C extra-filename=-d77e7648b499580e --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-e01bf9851d04f707.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-729a771cc5ab4cd3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2170 | 2024-08-06T20:18:55.830Z | Dirty hex v0.4.3: the rustflags changed |
2171 | 2024-08-06T20:18:55.830Z | Compiling hex v0.4.3 |
2172 | 2024-08-06T20:18:55.833Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=1b1bc6aec7bcf50f -C extra-filename=-1b1bc6aec7bcf50f --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2173 | 2024-08-06T20:18:55.881Z | Dirty crossbeam-epoch v0.9.18: the rustflags changed |
2174 | 2024-08-06T20:18:55.881Z | Compiling crossbeam-epoch v0.9.18 |
2175 | 2024-08-06T20:18:55.884Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=745eea638614c2b9 -C extra-filename=-745eea638614c2b9 --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-607798d871d02c59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2176 | 2024-08-06T20:18:56.052Z | Dirty itertools v0.10.5: the rustflags changed |
2177 | 2024-08-06T20:18:56.052Z | Compiling itertools v0.10.5 |
2178 | 2024-08-06T20:18:56.055Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=92f4e854e5aa636b -C extra-filename=-92f4e854e5aa636b --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-39399cfff738991b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2179 | 2024-08-06T20:18:56.364Z | Dirty hyper v0.14.30: the rustflags changed |
2180 | 2024-08-06T20:18:56.364Z | Compiling hyper v0.14.30 |
2181 | 2024-08-06T20:18:56.368Z | Running `/home/build/.rustup/toolchains/1.80.0-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=4a8b96c5d9bf1ab3 -C extra-filename=-4a8b96c5d9bf1ab3 --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-80f253f0e12459de.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-49813d934b33f135.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-874004a31b2ab06e.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-01ecc73bcbd90dbe.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-74e1442771ecd7f3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-98bdb93afa257c65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-91599b660e80160f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2182 | 2024-08-06T20:18:56.453Z | Dirty winnow v0.6.18: the rustflags changed |
2183 | 2024-08-06T20:18:56.453Z | Compiling winnow v0.6.18 |
2184 | 2024-08-06T20:18:56.456Z | Running `/home/build/.rustup/toolchains/1.80.0-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=55fdc244b7ce9f99 -C extra-filename=-55fdc244b7ce9f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2185 | 2024-08-06T20:18:56.668Z | Dirty stable_deref_trait v1.2.0: the rustflags changed |
2186 | 2024-08-06T20:18:56.668Z | Compiling stable_deref_trait v1.2.0 |
2187 | 2024-08-06T20:18:56.671Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=61630896a528bfa6 -C extra-filename=-61630896a528bfa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2188 | 2024-08-06T20:18:56.774Z | Dirty bit-set v0.5.3: the rustflags changed |
2189 | 2024-08-06T20:18:56.774Z | Compiling bit-set v0.5.3 |
2190 | 2024-08-06T20:18:56.777Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f2feca33e2b5367a -C extra-filename=-f2feca33e2b5367a --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-4499841fd6127d59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2191 | 2024-08-06T20:18:57.099Z | Dirty ipnetwork v0.20.0: the rustflags changed |
2192 | 2024-08-06T20:18:57.099Z | Compiling ipnetwork v0.20.0 |
2193 | 2024-08-06T20:18:57.102Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=35cfcb1498660a15 -C extra-filename=-35cfcb1498660a15 --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-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2194 | 2024-08-06T20:18:58.007Z | Dirty ff v0.13.0: the rustflags changed |
2195 | 2024-08-06T20:18:58.007Z | Compiling ff v0.13.0 |
2196 | 2024-08-06T20:18:58.010Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=2c016a8c8d83913e -C extra-filename=-2c016a8c8d83913e --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-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2197 | 2024-08-06T20:18:58.167Z | Dirty usdt-macro v0.5.0: the rustflags changed |
2198 | 2024-08-06T20:18:58.167Z | Compiling usdt-macro v0.5.0 |
2199 | 2024-08-06T20:18:58.170Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b3b0835d49c33c4c -C extra-filename=-b3b0835d49c33c4c --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-e631b704b26a1ad4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f3b7acb007a4ffea.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2200 | 2024-08-06T20:18:58.224Z | Dirty usdt-attr-macro v0.5.0: the rustflags changed |
2201 | 2024-08-06T20:18:58.225Z | Compiling usdt-attr-macro v0.5.0 |
2202 | 2024-08-06T20:18:58.228Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=7d0c0a1a3f3ae852 -C extra-filename=-7d0c0a1a3f3ae852 --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-e631b704b26a1ad4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f3b7acb007a4ffea.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2203 | 2024-08-06T20:18:58.407Z | Dirty clap v4.5.13: the rustflags changed |
2204 | 2024-08-06T20:18:58.407Z | Compiling clap v4.5.13 |
2205 | 2024-08-06T20:18:58.415Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=efe1244c6605fdea -C extra-filename=-efe1244c6605fdea --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-27034870866a0d3f.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-20e0c2b812d7a8c9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2206 | 2024-08-06T20:18:58.530Z | Dirty base16ct v0.2.0: the rustflags changed |
2207 | 2024-08-06T20:18:58.530Z | Compiling base16ct v0.2.0 |
2208 | 2024-08-06T20:18:58.533Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=0a7ce7632533ff0c -C extra-filename=-0a7ce7632533ff0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2209 | 2024-08-06T20:18:58.850Z | Dirty sec1 v0.7.3: the rustflags changed |
2210 | 2024-08-06T20:18:58.850Z | Compiling sec1 v0.7.3 |
2211 | 2024-08-06T20:18:58.853Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=ffd3a07d0b0ede68 -C extra-filename=-ffd3a07d0b0ede68 --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-0a7ce7632533ff0c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1807aa5de28961ae.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7cab2c00ae73f241.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2212 | 2024-08-06T20:18:58.954Z | Dirty group v0.13.0: the rustflags changed |
2213 | 2024-08-06T20:18:58.954Z | Compiling group v0.13.0 |
2214 | 2024-08-06T20:18:58.958Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=1056b9125c84375a -C extra-filename=-1056b9125c84375a --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-2c016a8c8d83913e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2215 | 2024-08-06T20:18:59.281Z | Dirty flate2 v1.0.31: the rustflags changed |
2216 | 2024-08-06T20:18:59.281Z | Compiling flate2 v1.0.31 |
2217 | 2024-08-06T20:18:59.284Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="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=36e3f7138bb5c5be -C extra-filename=-36e3f7138bb5c5be --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-dbcc455625ed5c5e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-60bedd9ea023923b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2218 | 2024-08-06T20:18:59.416Z | Dirty hkdf v0.12.4: the rustflags changed |
2219 | 2024-08-06T20:18:59.416Z | Compiling hkdf v0.12.4 |
2220 | 2024-08-06T20:18:59.420Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=97891c26559d8d15 -C extra-filename=-97891c26559d8d15 --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-b0e87a4d764765f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2221 | 2024-08-06T20:18:59.677Z | Dirty toml v0.7.8: the rustflags changed |
2222 | 2024-08-06T20:18:59.677Z | Compiling toml v0.7.8 |
2223 | 2024-08-06T20:18:59.680Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=a458146c63f26b69 -C extra-filename=-a458146c63f26b69 --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-60453ed6767bb2fa.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d37b79676a4b1e3a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-43edc7c5b30365cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2224 | 2024-08-06T20:18:59.894Z | Dirty crypto-bigint v0.5.5: the rustflags changed |
2225 | 2024-08-06T20:18:59.894Z | Compiling crypto-bigint v0.5.5 |
2226 | 2024-08-06T20:18:59.899Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=dc29da93cb8e714b -C extra-filename=-dc29da93cb8e714b --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-1807aa5de28961ae.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2227 | 2024-08-06T20:18:59.948Z | Dirty zerocopy-derive v0.6.6: the rustflags changed |
2228 | 2024-08-06T20:18:59.948Z | Compiling zerocopy-derive v0.6.6 |
2229 | 2024-08-06T20:18:59.952Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be70f6eeb22be4b1 -C extra-filename=-be70f6eeb22be4b1 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2230 | 2024-08-06T20:19:00.126Z | Dirty usdt v0.5.0: the rustflags changed |
2231 | 2024-08-06T20:19:00.126Z | Compiling usdt v0.5.0 |
2232 | 2024-08-06T20:19:00.130Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=ef1a0946b4d0a611 -C extra-filename=-ef1a0946b4d0a611 --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-b358fd68a8929de5.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e631b704b26a1ad4.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-e8df1416de267a80.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-d48542e80c6ffe3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-7d0c0a1a3f3ae852.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f3b7acb007a4ffea.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b3b0835d49c33c4c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2233 | 2024-08-06T20:19:00.296Z | Dirty toml_edit v0.22.20: the rustflags changed |
2234 | 2024-08-06T20:19:00.296Z | Compiling toml_edit v0.22.20 |
2235 | 2024-08-06T20:19:00.300Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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=58478b7f7cb067e4 -C extra-filename=-58478b7f7cb067e4 --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-39525177f1ff5709.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d37b79676a4b1e3a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-55fdc244b7ce9f99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2236 | 2024-08-06T20:19:00.407Z | Dirty itertools v0.12.1: the rustflags changed |
2237 | 2024-08-06T20:19:00.407Z | Compiling itertools v0.12.1 |
2238 | 2024-08-06T20:19:00.410Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=f7dbba0a6eb1a620 -C extra-filename=-f7dbba0a6eb1a620 --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-39399cfff738991b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2239 | 2024-08-06T20:19:00.616Z | Dirty managed v0.8.0: the rustflags changed |
2240 | 2024-08-06T20:19:00.616Z | Compiling managed v0.8.0 |
2241 | 2024-08-06T20:19:00.619Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=19ffccf241e2723d -C extra-filename=-19ffccf241e2723d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2242 | 2024-08-06T20:19:01.070Z | Dirty signal-hook v0.3.17: the rustflags changed |
2243 | 2024-08-06T20:19:01.070Z | Compiling signal-hook v0.3.17 |
2244 | 2024-08-06T20:19:01.074Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=473e88b1003a77cd -C extra-filename=-473e88b1003a77cd --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-473e88b1003a77cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2245 | 2024-08-06T20:19:01.337Z | Dirty fixedbitset v0.4.2: the rustflags changed |
2246 | 2024-08-06T20:19:01.337Z | Compiling fixedbitset v0.4.2 |
2247 | 2024-08-06T20:19:01.340Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=9680a8a3bda6791d -C extra-filename=-9680a8a3bda6791d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2248 | 2024-08-06T20:19:01.420Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-473e88b1003a77cd/build-script-build` |
2249 | 2024-08-06T20:19:01.452Z | Dirty phf_shared v0.10.0: the rustflags changed |
2250 | 2024-08-06T20:19:01.453Z | Compiling phf_shared v0.10.0 |
2251 | 2024-08-06T20:19:01.456Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=437b4083453ab9a0 -C extra-filename=-437b4083453ab9a0 --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-90a18d19dc2aae30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2252 | 2024-08-06T20:19:01.791Z | Dirty petgraph v0.6.5: the rustflags changed |
2253 | 2024-08-06T20:19:01.791Z | Compiling petgraph v0.6.5 |
2254 | 2024-08-06T20:19:01.794Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=ae161d6998a5d922 -C extra-filename=-ae161d6998a5d922 --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-9680a8a3bda6791d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2255 | 2024-08-06T20:19:01.889Z | Dirty unicode-xid v0.2.4: the rustflags changed |
2256 | 2024-08-06T20:19:01.889Z | Compiling unicode-xid v0.2.4 |
2257 | 2024-08-06T20:19:01.893Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.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=2c084fe765d438cb -C extra-filename=-2c084fe765d438cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2258 | 2024-08-06T20:19:02.076Z | Dirty minimal-lexical v0.2.1: the rustflags changed |
2259 | 2024-08-06T20:19:02.076Z | Compiling minimal-lexical v0.2.1 |
2260 | 2024-08-06T20:19:02.079Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=5a02eef79add3bb3 -C extra-filename=-5a02eef79add3bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2261 | 2024-08-06T20:19:02.342Z | Dirty new_debug_unreachable v1.0.6: the rustflags changed |
2262 | 2024-08-06T20:19:02.342Z | Compiling new_debug_unreachable v1.0.6 |
2263 | 2024-08-06T20:19:02.346Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b79c7370360eab9 -C extra-filename=-8b79c7370360eab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2264 | 2024-08-06T20:19:02.363Z | Dirty zerocopy v0.6.6: the rustflags changed |
2265 | 2024-08-06T20:19:02.363Z | Compiling zerocopy v0.6.6 |
2266 | 2024-08-06T20:19:02.367Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=acec280080110c70 -C extra-filename=-acec280080110c70 --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-bca7f4c54429777f.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-be70f6eeb22be4b1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2267 | 2024-08-06T20:19:02.434Z | Dirty precomputed-hash v0.1.1: the rustflags changed |
2268 | 2024-08-06T20:19:02.434Z | Compiling precomputed-hash v0.1.1 |
2269 | 2024-08-06T20:19:02.441Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab1f2ccd68eac3f2 -C extra-filename=-ab1f2ccd68eac3f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2270 | 2024-08-06T20:19:02.560Z | Dirty string_cache v0.8.7: the rustflags changed |
2271 | 2024-08-06T20:19:02.560Z | Compiling string_cache v0.8.7 |
2272 | 2024-08-06T20:19:02.563Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=3aaf81cb9250b263 -C extra-filename=-3aaf81cb9250b263 --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-8b79c7370360eab9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-437b4083453ab9a0.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-ab1f2ccd68eac3f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2273 | 2024-08-06T20:19:02.621Z | Dirty nom v7.1.3: the rustflags changed |
2274 | 2024-08-06T20:19:02.621Z | Compiling nom v7.1.3 |
2275 | 2024-08-06T20:19:02.624Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=b562a6826fc3bfa1 -C extra-filename=-b562a6826fc3bfa1 --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-a02a49ad752a40ca.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-5a02eef79add3bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2276 | 2024-08-06T20:19:03.043Z | Dirty elliptic-curve v0.13.8: the rustflags changed |
2277 | 2024-08-06T20:19:03.043Z | Compiling elliptic-curve v0.13.8 |
2278 | 2024-08-06T20:19:03.046Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=e20d6edc3549df10 -C extra-filename=-e20d6edc3549df10 --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-0a7ce7632533ff0c.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-dc29da93cb8e714b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2c016a8c8d83913e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1807aa5de28961ae.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1056b9125c84375a.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-97891c26559d8d15.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7cab2c00ae73f241.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ffd3a07d0b0ede68.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2279 | 2024-08-06T20:19:03.211Z | Dirty hyper-rustls v0.24.2: the rustflags changed |
2280 | 2024-08-06T20:19:03.211Z | Compiling hyper-rustls v0.24.2 |
2281 | 2024-08-06T20:19:03.228Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=e1a057d16acd5af6 -C extra-filename=-e1a057d16acd5af6 --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-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3a767c8c9763129d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-63b864370b92ccb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out` |
2282 | 2024-08-06T20:19:03.578Z | Dirty hyper-tls v0.5.0: the rustflags changed |
2283 | 2024-08-06T20:19:03.578Z | Compiling hyper-tls v0.5.0 |
2284 | 2024-08-06T20:19:03.582Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=4031a12bc287c023 -C extra-filename=-4031a12bc287c023 --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-80f253f0e12459de.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-e3b55099406de75e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-9f9488e9a421bca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2285 | 2024-08-06T20:19:03.721Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=eab8d8ce29be8020 -C extra-filename=-eab8d8ce29be8020 --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-f3f2c30f5b1e55f4.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-ddc355dda7d5b710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2286 | 2024-08-06T20:19:03.862Z | Dirty reqwest v0.11.27: the rustflags changed |
2287 | 2024-08-06T20:19:03.862Z | Compiling reqwest v0.11.27 |
2288 | 2024-08-06T20:19:03.865Z | Running `/home/build/.rustup/toolchains/1.80.0-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=8401222394cbbdca -C extra-filename=-8401222394cbbdca --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-050eb13206eed9fc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2653a9a701afe5fb.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-7599419cae5e0a92.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-25e50ae6ddce2604.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-49813d934b33f135.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-874004a31b2ab06e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e1a057d16acd5af6.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-4031a12bc287c023.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-ca56f3dcaef43b6e.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-e3b55099406de75e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3a767c8c9763129d.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-52c96e0b03b619fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-7e65ac0de3a583a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-9f9488e9a421bca9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-63b864370b92ccb9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-98bdb93afa257c65.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-61b049cf1b772a26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2289 | 2024-08-06T20:19:03.917Z | Dirty num-iter v0.1.45: the rustflags changed |
2290 | 2024-08-06T20:19:03.917Z | Compiling num-iter v0.1.45 |
2291 | 2024-08-06T20:19:03.920Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=4d32e03047f7ae68 -C extra-filename=-4d32e03047f7ae68 --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-2aad1ef0d3dbd2b4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2292 | 2024-08-06T20:19:04.101Z | Dirty matches v0.1.10: the rustflags changed |
2293 | 2024-08-06T20:19:04.101Z | Compiling matches v0.1.10 |
2294 | 2024-08-06T20:19:04.104Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d5076b12a65983a -C extra-filename=-8d5076b12a65983a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2295 | 2024-08-06T20:19:04.203Z | Dirty static_assertions v1.1.0: the rustflags changed |
2296 | 2024-08-06T20:19:04.203Z | Compiling static_assertions v1.1.0 |
2297 | 2024-08-06T20:19:04.206Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3de3f56e02d24f31 -C extra-filename=-3de3f56e02d24f31 --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:19:04.310Z | Dirty idna v0.2.3: the rustflags changed |
2299 | 2024-08-06T20:19:04.310Z | Compiling idna v0.2.3 |
2300 | 2024-08-06T20:19:04.313Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6e10dc5dc71dd04 -C extra-filename=-d6e10dc5dc71dd04 --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-8d5076b12a65983a.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2301 | 2024-08-06T20:19:04.690Z | Dirty heapless v0.7.17: the rustflags changed |
2302 | 2024-08-06T20:19:04.690Z | Compiling heapless v0.7.17 |
2303 | 2024-08-06T20:19:04.693Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=e3f06f9367be07a6 -C extra-filename=-e3f06f9367be07a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e3f06f9367be07a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-69339c6bd7f423c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2304 | 2024-08-06T20:19:05.233Z | Dirty enum-as-inner v0.5.1: the rustflags changed |
2305 | 2024-08-06T20:19:05.233Z | Compiling enum-as-inner v0.5.1 |
2306 | 2024-08-06T20:19:05.236Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c18cda6ecdc5c2e -C extra-filename=-0c18cda6ecdc5c2e --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-bdcc7bf362727e72.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2307 | 2024-08-06T20:19:05.894Z | Dirty regex-automata v0.1.10: the rustflags changed |
2308 | 2024-08-06T20:19:05.894Z | Compiling regex-automata v0.1.10 |
2309 | 2024-08-06T20:19:05.897Z | Running `/home/build/.rustup/toolchains/1.80.0-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=62036af3ae329cb0 -C extra-filename=-62036af3ae329cb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2310 | 2024-08-06T20:19:05.952Z | Dirty pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19): the rustflags changed |
2311 | 2024-08-06T20:19:05.952Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2312 | 2024-08-06T20:19:05.955Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=4e2776bb23064ee3 -C extra-filename=-4e2776bb23064ee3 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-4e2776bb23064ee3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2313 | 2024-08-06T20:19:06.000Z | Dirty lalrpop-util v0.19.12: the rustflags changed |
2314 | 2024-08-06T20:19:06.000Z | Compiling lalrpop-util v0.19.12 |
2315 | 2024-08-06T20:19:06.003Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=3271814d2e5a31be -C extra-filename=-3271814d2e5a31be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2316 | 2024-08-06T20:19:06.295Z | Dirty bstr v0.2.17: the rustflags changed |
2317 | 2024-08-06T20:19:06.295Z | Compiling bstr v0.2.17 |
2318 | 2024-08-06T20:19:06.298Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lazy_static", "regex-automata", "serde", "serde1", "serde1-nostd", "std", "unicode"))' -C metadata=a832b836e5e69f36 -C extra-filename=-a832b836e5e69f36 --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-c4135d2565c6698b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-62036af3ae329cb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2319 | 2024-08-06T20:19:06.349Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e3f06f9367be07a6/build-script-build` |
2320 | 2024-08-06T20:19:06.370Z | Dirty signal-hook-mio v0.2.3: the rustflags changed |
2321 | 2024-08-06T20:19:06.370Z | Compiling signal-hook-mio v0.2.3 |
2322 | 2024-08-06T20:19:06.374Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8"))' -C metadata=a513af7011bf5451 -C extra-filename=-a513af7011bf5451 --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-f3f2c30f5b1e55f4.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2323 | 2024-08-06T20:19:06.387Z | Dirty num-bigint v0.4.5: the rustflags changed |
2324 | 2024-08-06T20:19:06.387Z | Compiling num-bigint v0.4.5 |
2325 | 2024-08-06T20:19:06.390Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.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=780b40e41bf6c021 -C extra-filename=-780b40e41bf6c021 --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-2aad1ef0d3dbd2b4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2326 | 2024-08-06T20:19:06.417Z | Dirty diesel_table_macro_syntax v0.1.0: the rustflags changed |
2327 | 2024-08-06T20:19:06.417Z | Compiling diesel_table_macro_syntax v0.1.0 |
2328 | 2024-08-06T20:19:06.421Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f280cd1540504e81 -C extra-filename=-f280cd1540504e81 --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-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2329 | 2024-08-06T20:19:06.439Z | Dirty trust-dns-proto v0.22.0: the rustflags changed |
2330 | 2024-08-06T20:19:06.440Z | Compiling trust-dns-proto v0.22.0 |
2331 | 2024-08-06T20:19:06.456Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --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=63fe8ae31dea6430 -C extra-filename=-63fe8ae31dea6430 --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-5eb9c922344cdb6f.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-0c18cda6ecdc5c2e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d6e10dc5dc71dd04.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-37328b65df3b4c7a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2332 | 2024-08-06T20:19:06.523Z | Dirty scheduled-thread-pool v0.2.7: the rustflags changed |
2333 | 2024-08-06T20:19:06.523Z | Compiling scheduled-thread-pool v0.2.7 |
2334 | 2024-08-06T20:19:06.526Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27e9f9ed04d8f7a4 -C extra-filename=-27e9f9ed04d8f7a4 --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-6768199808b84fed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2335 | 2024-08-06T20:19:06.809Z | Dirty hash32 v0.2.1: the rustflags changed |
2336 | 2024-08-06T20:19:06.809Z | Compiling hash32 v0.2.1 |
2337 | 2024-08-06T20:19:06.813Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=831fa61d0deb2c6d -C extra-filename=-831fa61d0deb2c6d --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-bca7f4c54429777f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2338 | 2024-08-06T20:19:06.832Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-4e2776bb23064ee3/build-script-build` |
2339 | 2024-08-06T20:19:06.871Z | Dirty predicates-core v1.0.6: the rustflags changed |
2340 | 2024-08-06T20:19:06.871Z | Compiling predicates-core v1.0.6 |
2341 | 2024-08-06T20:19:06.876Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c257e119d0aff846 -C extra-filename=-c257e119d0aff846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2342 | 2024-08-06T20:19:07.199Z | Dirty finl_unicode v1.2.0: the rustflags changed |
2343 | 2024-08-06T20:19:07.199Z | Compiling finl_unicode v1.2.0 |
2344 | 2024-08-06T20:19:07.202Z | Running `/home/build/.rustup/toolchains/1.80.0-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=5cf891799cc11af0 -C extra-filename=-5cf891799cc11af0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2345 | 2024-08-06T20:19:07.228Z | Dirty smoltcp v0.9.1: the rustflags changed |
2346 | 2024-08-06T20:19:07.228Z | Compiling smoltcp v0.9.1 |
2347 | 2024-08-06T20:19:07.232Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=8d48dc859159ed27 -C extra-filename=-8d48dc859159ed27 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8d48dc859159ed27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2348 | 2024-08-06T20:19:07.255Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=7400158eb877870f -C extra-filename=-7400158eb877870f --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-831fa61d0deb2c6d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-61630896a528bfa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
2349 | 2024-08-06T20:19:07.739Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=061d94c6ea3ff8ed -C extra-filename=-061d94c6ea3ff8ed --out-dir /work/oxidecomputer/omicron/target/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` |
2350 | 2024-08-06T20:19:07.828Z | Dirty stringprep v0.1.4: the rustflags changed |
2351 | 2024-08-06T20:19:07.828Z | Compiling stringprep v0.1.4 |
2352 | 2024-08-06T20:19:07.831Z | Running `/home/build/.rustup/toolchains/1.80.0-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=2de780824dba5f01 -C extra-filename=-2de780824dba5f01 --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-5cf891799cc11af0.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2353 | 2024-08-06T20:19:08.010Z | Dirty diesel_derives v2.1.4: the rustflags changed |
2354 | 2024-08-06T20:19:08.010Z | Compiling diesel_derives v2.1.4 |
2355 | 2024-08-06T20:19:08.013Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.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 --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=4101f7bc9a0aba17 -C extra-filename=-4101f7bc9a0aba17 --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-f280cd1540504e81.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2356 | 2024-08-06T20:19:08.074Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8d48dc859159ed27/build-script-build` |
2357 | 2024-08-06T20:19:08.106Z | Dirty r2d2 v0.8.10: the rustflags changed |
2358 | 2024-08-06T20:19:08.106Z | Compiling r2d2 v0.8.10 |
2359 | 2024-08-06T20:19:08.109Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=922e6d44b7c64d42 -C extra-filename=-922e6d44b7c64d42 --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-25247ca285912f88.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-27e9f9ed04d8f7a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2360 | 2024-08-06T20:19:08.448Z | Dirty crossterm v0.27.0: the rustflags changed |
2361 | 2024-08-06T20:19:08.449Z | Compiling crossterm v0.27.0 |
2362 | 2024-08-06T20:19:08.452Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=fc8c55d9fc3e99e2 -C extra-filename=-fc8c55d9fc3e99e2 --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-26e7096777fff4cf.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-a513af7011bf5451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2363 | 2024-08-06T20:19:08.487Z | Dirty md-5 v0.10.6: the rustflags changed |
2364 | 2024-08-06T20:19:08.487Z | Compiling md-5 v0.10.6 |
2365 | 2024-08-06T20:19:08.490Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=fa737707d764a4f4 -C extra-filename=-fa737707d764a4f4 --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-774af40ecdc28659.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2366 | 2024-08-06T20:19:08.586Z | Dirty hubpack_derive v0.1.1: the rustflags changed |
2367 | 2024-08-06T20:19:08.586Z | Compiling hubpack_derive v0.1.1 |
2368 | 2024-08-06T20:19:08.589Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e249674593fd334 -C extra-filename=-7e249674593fd334 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2369 | 2024-08-06T20:19:08.758Z | Dirty bstr v1.9.1: the rustflags changed |
2370 | 2024-08-06T20:19:08.758Z | Compiling bstr v1.9.1 |
2371 | 2024-08-06T20:19:08.761Z | Running `/home/build/.rustup/toolchains/1.80.0-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=5f79fe7a45357f7f -C extra-filename=-5f79fe7a45357f7f --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-a02a49ad752a40ca.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2372 | 2024-08-06T20:19:09.010Z | Dirty console v0.15.8: the rustflags changed |
2373 | 2024-08-06T20:19:09.010Z | Compiling console v0.15.8 |
2374 | 2024-08-06T20:19:09.013Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=2194ed98f5905483 -C extra-filename=-2194ed98f5905483 --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-c4135d2565c6698b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2375 | 2024-08-06T20:19:09.644Z | Dirty yasna v0.5.2: the rustflags changed |
2376 | 2024-08-06T20:19:09.644Z | Compiling yasna v0.5.2 |
2377 | 2024-08-06T20:19:09.648Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=97830cc928b40c66 -C extra-filename=-97830cc928b40c66 --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-4499841fd6127d59.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2378 | 2024-08-06T20:19:10.536Z | Dirty float-cmp v0.9.0: the rustflags changed |
2379 | 2024-08-06T20:19:10.537Z | Compiling float-cmp v0.9.0 |
2380 | 2024-08-06T20:19:10.540Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=72c0e1631de674b4 -C extra-filename=-72c0e1631de674b4 --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-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2381 | 2024-08-06T20:19:10.558Z | Dirty fs-err v2.11.0: the rustflags changed |
2382 | 2024-08-06T20:19:10.558Z | Compiling fs-err v2.11.0 |
2383 | 2024-08-06T20:19:10.562Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=fbf0b46b204702b1 -C extra-filename=-fbf0b46b204702b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-fbf0b46b204702b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2384 | 2024-08-06T20:19:10.766Z | Dirty normalize-line-endings v0.3.0: the rustflags changed |
2385 | 2024-08-06T20:19:10.766Z | Compiling normalize-line-endings v0.3.0 |
2386 | 2024-08-06T20:19:10.769Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=728a640899749304 -C extra-filename=-728a640899749304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2387 | 2024-08-06T20:19:10.900Z | Dirty difflib v0.4.0: the rustflags changed |
2388 | 2024-08-06T20:19:10.900Z | Compiling difflib v0.4.0 |
2389 | 2024-08-06T20:19:10.902Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bff075c9f7155d27 -C extra-filename=-bff075c9f7155d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2390 | 2024-08-06T20:19:10.932Z | Dirty fallible-iterator v0.2.0: the rustflags changed |
2391 | 2024-08-06T20:19:10.932Z | Compiling fallible-iterator v0.2.0 |
2392 | 2024-08-06T20:19:10.935Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=566b2b9bb936f766 -C extra-filename=-566b2b9bb936f766 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2393 | 2024-08-06T20:19:11.591Z | Dirty predicates v3.1.2: the rustflags changed |
2394 | 2024-08-06T20:19:11.592Z | Compiling predicates v3.1.2 |
2395 | 2024-08-06T20:19:11.600Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=f36aa2a648e67d04 -C extra-filename=-f36aa2a648e67d04 --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-62bdb95aa5090912.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-bff075c9f7155d27.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-72c0e1631de674b4.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-728a640899749304.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-c257e119d0aff846.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2396 | 2024-08-06T20:19:11.643Z | Dirty postgres-protocol v0.6.7: the rustflags changed |
2397 | 2024-08-06T20:19:11.643Z | Compiling postgres-protocol v0.6.7 |
2398 | 2024-08-06T20:19:11.654Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=0173bf0a82e6d657 -C extra-filename=-0173bf0a82e6d657 --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-8ad9489ee5dcb09a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-566b2b9bb936f766.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b0e87a4d764765f0.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-fa737707d764a4f4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-2de780824dba5f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2399 | 2024-08-06T20:19:12.167Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-fbf0b46b204702b1/build-script-build` |
2400 | 2024-08-06T20:19:12.316Z | Dirty hubpack v0.1.2: the rustflags changed |
2401 | 2024-08-06T20:19:12.316Z | Compiling hubpack v0.1.2 |
2402 | 2024-08-06T20:19:12.319Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4258efae7912f53 -C extra-filename=-d4258efae7912f53 --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-7e249674593fd334.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2403 | 2024-08-06T20:19:12.582Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=5c661084a39f0c3a -C extra-filename=-5c661084a39f0c3a --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-17249b5a9669d189.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-7400158eb877870f.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2404 | 2024-08-06T20:19:12.787Z | Dirty similar v2.5.0: the rustflags changed |
2405 | 2024-08-06T20:19:12.787Z | Compiling similar v2.5.0 |
2406 | 2024-08-06T20:19:12.790Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="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=f5d3f531916d1b00 -C extra-filename=-f5d3f531916d1b00 --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-a832b836e5e69f36.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4c5dad9816a3a035.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2407 | 2024-08-06T20:19:13.012Z | Dirty phf_shared v0.11.2: the rustflags changed |
2408 | 2024-08-06T20:19:13.012Z | Compiling phf_shared v0.11.2 |
2409 | 2024-08-06T20:19:13.015Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=a5df6af9b38d33dc -C extra-filename=-a5df6af9b38d33dc --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-90a18d19dc2aae30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2410 | 2024-08-06T20:19:13.326Z | Dirty tokio-stream v0.1.15: the rustflags changed |
2411 | 2024-08-06T20:19:13.326Z | Compiling tokio-stream v0.1.15 |
2412 | 2024-08-06T20:19:13.329Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=18d57a91cf37c3dd -C extra-filename=-18d57a91cf37c3dd --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-afd15c3e3cb3531c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2413 | 2024-08-06T20:19:13.419Z | Dirty strum_macros v0.25.3: the rustflags changed |
2414 | 2024-08-06T20:19:13.419Z | Compiling strum_macros v0.25.3 |
2415 | 2024-08-06T20:19:13.425Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c2bc31e4267c9da -C extra-filename=-1c2bc31e4267c9da --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-bdcc7bf362727e72.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-8c65c1eca2f206d2.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2416 | 2024-08-06T20:19:14.344Z | Dirty serde_repr v0.1.19: the rustflags changed |
2417 | 2024-08-06T20:19:14.344Z | Compiling serde_repr v0.1.19 |
2418 | 2024-08-06T20:19:14.347Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4918101c1f2454f0 -C extra-filename=-4918101c1f2454f0 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2419 | 2024-08-06T20:19:14.693Z | Dirty peg-runtime v0.8.3: the rustflags changed |
2420 | 2024-08-06T20:19:14.693Z | Compiling peg-runtime v0.8.3 |
2421 | 2024-08-06T20:19:14.696Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=9adaac230c4a1804 -C extra-filename=-9adaac230c4a1804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2422 | 2024-08-06T20:19:14.784Z | Dirty phf v0.11.2: the rustflags changed |
2423 | 2024-08-06T20:19:14.784Z | Compiling phf v0.11.2 |
2424 | 2024-08-06T20:19:14.788Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=ca5cd7a0cb987c06 -C extra-filename=-ca5cd7a0cb987c06 --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-a5df6af9b38d33dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2425 | 2024-08-06T20:19:15.087Z | Dirty postgres-types v0.2.7: the rustflags changed |
2426 | 2024-08-06T20:19:15.087Z | Compiling postgres-types v0.2.7 |
2427 | 2024-08-06T20:19:15.092Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.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=7a0afa63b1dab3f5 -C extra-filename=-7a0afa63b1dab3f5 --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-80f253f0e12459de.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-566b2b9bb936f766.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-0173bf0a82e6d657.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2428 | 2024-08-06T20:19:15.280Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=321ed4acdbeabee9 -C extra-filename=-321ed4acdbeabee9 --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-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63` |
2429 | 2024-08-06T20:19:15.363Z | Dirty whoami v1.5.1: the rustflags changed |
2430 | 2024-08-06T20:19:15.363Z | Compiling whoami v1.5.1 |
2431 | 2024-08-06T20:19:15.366Z | Running `/home/build/.rustup/toolchains/1.80.0-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=edcb067e2f996f26 -C extra-filename=-edcb067e2f996f26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2432 | 2024-08-06T20:19:15.740Z | Compiling regress v0.9.1 |
2433 | 2024-08-06T20:19:15.776Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=30de308571094725 -C extra-filename=-30de308571094725 --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-9f842656b715fe2a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2434 | 2024-08-06T20:19:16.010Z | Dirty tokio-postgres v0.7.11: the rustflags changed |
2435 | 2024-08-06T20:19:16.010Z | Compiling tokio-postgres v0.7.11 |
2436 | 2024-08-06T20:19:16.014Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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=eddcfb8785cb6fda -C extra-filename=-eddcfb8785cb6fda --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-5eb9c922344cdb6f.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-566b2b9bb936f766.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ca5cd7a0cb987c06.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-0173bf0a82e6d657.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7a0afa63b1dab3f5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edcb067e2f996f26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2437 | 2024-08-06T20:19:16.090Z | Dirty camino v1.1.7: the rustflags changed |
2438 | 2024-08-06T20:19:16.090Z | Compiling camino v1.1.7 |
2439 | 2024-08-06T20:19:16.097Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=d35846d0b1c0921a -C extra-filename=-d35846d0b1c0921a --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-d35846d0b1c0921a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2440 | 2024-08-06T20:19:16.629Z | Compiling getopts v0.2.21 |
2441 | 2024-08-06T20:19:16.632Z | Running `/home/build/.rustup/toolchains/1.80.0-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=9cbd31dd4e7b2cd1 -C extra-filename=-9cbd31dd4e7b2cd1 --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-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2442 | 2024-08-06T20:19:16.816Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-d35846d0b1c0921a/build-script-build` |
2443 | 2024-08-06T20:19:16.888Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=db79d45a7c3cbf1b -C extra-filename=-db79d45a7c3cbf1b --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-60453ed6767bb2fa.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 --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)'` |
2444 | 2024-08-06T20:19:17.419Z | Compiling unsafe-libyaml v0.2.11 |
2445 | 2024-08-06T20:19:17.422Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee2c71dc4349ecb0 -C extra-filename=-ee2c71dc4349ecb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2446 | 2024-08-06T20:19:17.613Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2447 | 2024-08-06T20:19:17.616Z | Running `/home/build/.rustup/toolchains/1.80.0-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=896d6c52fdef54d8 -C extra-filename=-896d6c52fdef54d8 --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-80f253f0e12459de.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2448 | 2024-08-06T20:19:17.759Z | Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92): the rustflags changed |
2449 | 2024-08-06T20:19:17.759Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2450 | 2024-08-06T20:19:17.763Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/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=cf7d2b0f06898cb2 -C extra-filename=-cf7d2b0f06898cb2 --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-26e7096777fff4cf.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d4258efae7912f53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-4918101c1f2454f0.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5c661084a39f0c3a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-1c2bc31e4267c9da.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2451 | 2024-08-06T20:19:17.901Z | Dirty is-terminal v0.4.12: the rustflags changed |
2452 | 2024-08-06T20:19:17.901Z | Compiling is-terminal v0.4.12 |
2453 | 2024-08-06T20:19:17.904Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.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=53f5592a30cd5489 -C extra-filename=-53f5592a30cd5489 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2454 | 2024-08-06T20:19:18.034Z | Dirty dirs-sys-next v0.1.2: the rustflags changed |
2455 | 2024-08-06T20:19:18.034Z | Compiling dirs-sys-next v0.1.2 |
2456 | 2024-08-06T20:19:18.038Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9bac34ceddfc693 -C extra-filename=-c9bac34ceddfc693 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2457 | 2024-08-06T20:19:18.057Z | Compiling sha1 v0.10.6 |
2458 | 2024-08-06T20:19:18.060Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=450f0f3636892f8c -C extra-filename=-450f0f3636892f8c --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-774af40ecdc28659.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2459 | 2024-08-06T20:19:18.475Z | Dirty dirs-next v2.0.0: the rustflags changed |
2460 | 2024-08-06T20:19:18.475Z | Compiling dirs-next v2.0.0 |
2461 | 2024-08-06T20:19:18.478Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87646c2257832c2f -C extra-filename=-87646c2257832c2f --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-774af40ecdc28659.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-c9bac34ceddfc693.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2462 | 2024-08-06T20:19:18.639Z | Dirty term v0.7.0: the rustflags changed |
2463 | 2024-08-06T20:19:18.639Z | Compiling term v0.7.0 |
2464 | 2024-08-06T20:19:18.643Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d60f84fcbd870422 -C extra-filename=-d60f84fcbd870422 --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-87646c2257832c2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2465 | 2024-08-06T20:19:18.676Z | Compiling http v1.1.0 |
2466 | 2024-08-06T20:19:18.678Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=68068d5c4322175a -C extra-filename=-68068d5c4322175a --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-80f253f0e12459de.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-78d576050c2a6006.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2467 | 2024-08-06T20:19:18.697Z | Compiling paste v1.0.15 |
2468 | 2024-08-06T20:19:18.700Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=307d7bd1fc775522 -C extra-filename=-307d7bd1fc775522 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-307d7bd1fc775522 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2469 | 2024-08-06T20:19:19.280Z | Compiling serde_yaml v0.9.34+deprecated |
2470 | 2024-08-06T20:19:19.283Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=653a955e90cda5ce -C extra-filename=-653a955e90cda5ce --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-39525177f1ff5709.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cc5a2d90313a3f67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-ee2c71dc4349ecb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2471 | 2024-08-06T20:19:19.365Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2472 | 2024-08-06T20:19:19.381Z | Running `/home/build/.rustup/toolchains/1.80.0-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=372c8f69bcf746d4 -C extra-filename=-372c8f69bcf746d4 --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-1ce8b6ca8473fcb4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2473 | 2024-08-06T20:19:20.082Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-307d7bd1fc775522/build-script-build` |
2474 | 2024-08-06T20:19:20.155Z | Compiling toml v0.8.19 |
2475 | 2024-08-06T20:19:20.158Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=a105170949c2382a -C extra-filename=-a105170949c2382a --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-60453ed6767bb2fa.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d37b79676a4b1e3a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-58478b7f7cb067e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2476 | 2024-08-06T20:19:20.821Z | Dirty diesel v2.1.6: the rustflags changed |
2477 | 2024-08-06T20:19:20.821Z | Compiling diesel v2.1.6 |
2478 | 2024-08-06T20:19:20.824Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "bigdecimal", "bitflags", "byteorder", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet", "ipnet-address", "ipnetwork", "itoa", "large-tables", "libc", "libsqlite3-sys", "mysql", "mysql_backend", "mysqlclient-sys", "network-address", "nightly-error-messages", "num-bigint", "num-integer", "num-traits", "numeric", "percent-encoding", "postgres", "postgres_backend", "pq-sys", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "url", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=97ec19c641ff3d71 -C extra-filename=-97ec19c641ff3d71 --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-26e7096777fff4cf.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-4101f7bc9a0aba17.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-922e6d44b7c64d42.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
2479 | 2024-08-06T20:19:20.861Z | Dirty strum_macros v0.26.4: the rustflags changed |
2480 | 2024-08-06T20:19:20.861Z | Compiling strum_macros v0.26.4 |
2481 | 2024-08-06T20:19:20.864Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eff997d390bb1a10 -C extra-filename=-eff997d390bb1a10 --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-1ce8b6ca8473fcb4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-8c65c1eca2f206d2.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2482 | 2024-08-06T20:19:21.317Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20c833e2d602254f -C extra-filename=-20c833e2d602254f --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"))'` |
2483 | 2024-08-06T20:19:21.791Z | Dirty crossbeam-channel v0.5.12: the rustflags changed |
2484 | 2024-08-06T20:19:21.791Z | Compiling crossbeam-channel v0.5.12 |
2485 | 2024-08-06T20:19:21.794Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.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=ce231803cb04afd0 -C extra-filename=-ce231803cb04afd0 --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-607798d871d02c59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2486 | 2024-08-06T20:19:21.993Z | Dirty thread_local v1.1.8: the rustflags changed |
2487 | 2024-08-06T20:19:21.993Z | Compiling thread_local v1.1.8 |
2488 | 2024-08-06T20:19:21.996Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=de05cacea9187a8d -C extra-filename=-de05cacea9187a8d --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-774af40ecdc28659.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2489 | 2024-08-06T20:19:22.587Z | Dirty slog-async v2.8.0: the rustflags changed |
2490 | 2024-08-06T20:19:22.587Z | Compiling slog-async v2.8.0 |
2491 | 2024-08-06T20:19:22.590Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=e0cfdca003e311f2 -C extra-filename=-e0cfdca003e311f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-e0cfdca003e311f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2492 | 2024-08-06T20:19:22.642Z | Compiling rustls-pki-types v1.7.0 |
2493 | 2024-08-06T20:19:22.645Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.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=3d36b49033a9dca4 -C extra-filename=-3d36b49033a9dca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2494 | 2024-08-06T20:19:22.896Z | Dirty take_mut v0.2.2: the rustflags changed |
2495 | 2024-08-06T20:19:22.896Z | Compiling take_mut v0.2.2 |
2496 | 2024-08-06T20:19:22.899Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28776b042c33fec3 -C extra-filename=-28776b042c33fec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2497 | 2024-08-06T20:19:23.058Z | Compiling match_cfg v0.1.0 |
2498 | 2024-08-06T20:19:23.061Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=f38aab50437bd10a -C extra-filename=-f38aab50437bd10a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2499 | 2024-08-06T20:19:23.156Z | Compiling hostname v0.3.1 |
2500 | 2024-08-06T20:19:23.159Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=efab56a594eb6faa -C extra-filename=-efab56a594eb6faa --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-f3f2c30f5b1e55f4.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-f38aab50437bd10a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2501 | 2024-08-06T20:19:23.185Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-e0cfdca003e311f2/build-script-build` |
2502 | 2024-08-06T20:19:23.255Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=1f451e4dcad55989 -C extra-filename=-1f451e4dcad55989 --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-ce231803cb04afd0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-28776b042c33fec3.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-de05cacea9187a8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2503 | 2024-08-06T20:19:23.422Z | Dirty slog-term v2.9.1: the rustflags changed |
2504 | 2024-08-06T20:19:23.422Z | Compiling slog-term v2.9.1 |
2505 | 2024-08-06T20:19:23.439Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=d2dd9b37d6b784af -C extra-filename=-d2dd9b37d6b784af --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-53f5592a30cd5489.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-de05cacea9187a8d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2506 | 2024-08-06T20:19:23.455Z | Compiling fastrand v2.1.0 |
2507 | 2024-08-06T20:19:23.458Z | Running `/home/build/.rustup/toolchains/1.80.0-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=21b1e13199717e0b -C extra-filename=-21b1e13199717e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2508 | 2024-08-06T20:19:23.590Z | Compiling rustls v0.22.4 |
2509 | 2024-08-06T20:19:23.593Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=ef749edb2f206eb5 -C extra-filename=-ef749edb2f206eb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-ef749edb2f206eb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2510 | 2024-08-06T20:19:23.939Z | Compiling tempfile v3.10.1 |
2511 | 2024-08-06T20:19:23.943Z | Running `/home/build/.rustup/toolchains/1.80.0-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=9f0d2d084e4a8eaf -C extra-filename=-9f0d2d084e4a8eaf --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-774af40ecdc28659.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-21b1e13199717e0b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2512 | 2024-08-06T20:19:24.003Z | Compiling ident_case v1.0.1 |
2513 | 2024-08-06T20:19:24.003Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ce69d57c819434a -C extra-filename=-4ce69d57c819434a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2514 | 2024-08-06T20:19:24.115Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-ef749edb2f206eb5/build-script-build` |
2515 | 2024-08-06T20:19:24.145Z | Compiling darling_core v0.20.9 |
2516 | 2024-08-06T20:19:24.148Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.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=f41c88ed7b50174f -C extra-filename=-f41c88ed7b50174f --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-78d576050c2a6006.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-4ce69d57c819434a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-0b60f6e9e6d06315.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2517 | 2024-08-06T20:19:24.193Z | Compiling rustls-webpki v0.102.4 |
2518 | 2024-08-06T20:19:24.199Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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=7b3a3fd1f2208516 -C extra-filename=-7b3a3fd1f2208516 --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-65f3f11df37059d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-30db547cf0298cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out` |
2519 | 2024-08-06T20:19:24.469Z | Compiling rustls-pemfile v2.1.2 |
2520 | 2024-08-06T20:19:24.472Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ac0fa20b0d958b89 -C extra-filename=-ac0fa20b0d958b89 --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-8ad9489ee5dcb09a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2521 | 2024-08-06T20:19:24.616Z | Compiling multer v3.1.0 |
2522 | 2024-08-06T20:19:24.619Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=385e60bfdb53c683 -C extra-filename=-385e60bfdb53c683 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-385e60bfdb53c683 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2523 | 2024-08-06T20:19:24.812Z | Compiling debug-ignore v1.0.5 |
2524 | 2024-08-06T20:19:24.815Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=a6f195c80b1aac5c -C extra-filename=-a6f195c80b1aac5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2525 | 2024-08-06T20:19:24.890Z | Compiling slog-json v2.6.1 |
2526 | 2024-08-06T20:19:24.894Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=10030cda097921db -C extra-filename=-10030cda097921db --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-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2527 | 2024-08-06T20:19:24.961Z | Compiling async-stream-impl v0.3.5 |
2528 | 2024-08-06T20:19:24.961Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0688b94b67267abf -C extra-filename=-0688b94b67267abf --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2529 | 2024-08-06T20:19:24.981Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-385e60bfdb53c683/build-script-build` |
2530 | 2024-08-06T20:19:25.051Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=775635e3865218b5 -C extra-filename=-775635e3865218b5 --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-25247ca285912f88.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7b3a3fd1f2208516.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out` |
2531 | 2024-08-06T20:19:25.255Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2532 | 2024-08-06T20:19:25.258Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0c0bae3/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"))' -C metadata=0d9d06fe4475c7d2 -C extra-filename=-0d9d06fe4475c7d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-0d9d06fe4475c7d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2533 | 2024-08-06T20:19:25.633Z | Compiling instant v0.1.12 |
2534 | 2024-08-06T20:19:25.665Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=8529b9c14cec2a86 -C extra-filename=-8529b9c14cec2a86 --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-774af40ecdc28659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2535 | 2024-08-06T20:19:25.786Z | Compiling atomic-waker v1.1.2 |
2536 | 2024-08-06T20:19:25.793Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=a27667294400e883 -C extra-filename=-a27667294400e883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2537 | 2024-08-06T20:19:25.980Z | Compiling waitgroup v0.1.2 |
2538 | 2024-08-06T20:19:25.984Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c49cc68a15a0f443 -C extra-filename=-c49cc68a15a0f443 --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-a27667294400e883.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2539 | 2024-08-06T20:19:26.209Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-0d9d06fe4475c7d2/build-script-build` |
2540 | 2024-08-06T20:19:26.244Z | Compiling slog-bunyan v2.5.0 |
2541 | 2024-08-06T20:19:26.247Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=73dd36569f7ae032 -C extra-filename=-73dd36569f7ae032 --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-efab56a594eb6faa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-10030cda097921db.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2542 | 2024-08-06T20:19:26.282Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=51a26b9f8d148b04 -C extra-filename=-51a26b9f8d148b04 --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-80f253f0e12459de.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-25e50ae6ddce2604.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-68068d5c4322175a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-01ecc73bcbd90dbe.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-ca56f3dcaef43b6e.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2543 | 2024-08-06T20:19:26.303Z | Dirty strum v0.26.3: the rustflags changed |
2544 | 2024-08-06T20:19:26.303Z | Compiling strum v0.26.3 |
2545 | 2024-08-06T20:19:26.307Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=51438f91825da9a1 -C extra-filename=-51438f91825da9a1 --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-eff997d390bb1a10.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2546 | 2024-08-06T20:19:26.443Z | Compiling async-stream v0.3.5 |
2547 | 2024-08-06T20:19:26.447Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3636e0107096b293 -C extra-filename=-3636e0107096b293 --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-0688b94b67267abf.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2548 | 2024-08-06T20:19:26.464Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2549 | 2024-08-06T20:19:26.480Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0c0bae3/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70a3a8f80337948d -C extra-filename=-70a3a8f80337948d --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-1ce8b6ca8473fcb4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2550 | 2024-08-06T20:19:26.484Z | Compiling serde_path_to_error v0.1.16 |
2551 | 2024-08-06T20:19:26.487Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a24edd536aa54664 -C extra-filename=-a24edd536aa54664 --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-0a55205eed103d8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2552 | 2024-08-06T20:19:26.753Z | Compiling hostname v0.4.0 |
2553 | 2024-08-06T20:19:26.757Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=5ca95e1afe762d69 -C extra-filename=-5ca95e1afe762d69 --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-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2554 | 2024-08-06T20:19:27.047Z | Compiling quick-error v1.2.3 |
2555 | 2024-08-06T20:19:27.051Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56b2228ba124b47a -C extra-filename=-56b2228ba124b47a --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:19:27.205Z | Compiling newtype-uuid v1.1.0 |
2557 | 2024-08-06T20:19:27.208Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=fb456c076a8cfe3b -C extra-filename=-fb456c076a8cfe3b --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-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2558 | 2024-08-06T20:19:27.426Z | Compiling structmeta-derive v0.3.0 |
2559 | 2024-08-06T20:19:27.429Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2560 | 2024-08-06T20:19:27.430Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0c83cc108a91998 -C extra-filename=-a0c83cc108a91998 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2561 | 2024-08-06T20:19:27.430Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=0c006b4b81bff1de -C extra-filename=-0c006b4b81bff1de --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2562 | 2024-08-06T20:19:27.526Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2563 | 2024-08-06T20:19:27.530Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=59f31a44b3111cc0 -C extra-filename=-59f31a44b3111cc0 --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-fb456c076a8cfe3b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2564 | 2024-08-06T20:19:27.849Z | Compiling backoff v0.4.0 |
2565 | 2024-08-06T20:19:27.867Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=bdc8ebeba972b459 -C extra-filename=-bdc8ebeba972b459 --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-afd15c3e3cb3531c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8529b9c14cec2a86.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2566 | 2024-08-06T20:19:28.203Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2567 | 2024-08-06T20:19:28.206Z | Running `/home/build/.rustup/toolchains/1.80.0-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=444c5358b98f058d -C extra-filename=-444c5358b98f058d --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-35cfcb1498660a15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2568 | 2024-08-06T20:19:28.370Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2569 | 2024-08-06T20:19:28.373Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=d61b13f568a47a33 -C extra-filename=-d61b13f568a47a33 --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-742498fb17b42521.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-0c006b4b81bff1de.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2570 | 2024-08-06T20:19:28.553Z | Compiling macaddr v1.0.1 |
2571 | 2024-08-06T20:19:28.556Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=238ce5f46815ffab -C extra-filename=-238ce5f46815ffab --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2572 | 2024-08-06T20:19:28.937Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2573 | 2024-08-06T20:19:28.940Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c05a9d9bbd60e25 -C extra-filename=-4c05a9d9bbd60e25 --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-1b1bc6aec7bcf50f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2574 | 2024-08-06T20:19:29.008Z | Compiling wait-timeout v0.2.0 |
2575 | 2024-08-06T20:19:29.008Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=164de06b491a968f -C extra-filename=-164de06b491a968f --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2576 | 2024-08-06T20:19:29.100Z | Compiling structmeta-derive v0.2.0 |
2577 | 2024-08-06T20:19:29.104Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0564b1782f84ca84 -C extra-filename=-0564b1782f84ca84 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2578 | 2024-08-06T20:19:29.610Z | Compiling tokio-rustls v0.25.0 |
2579 | 2024-08-06T20:19:29.614Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=4d613e714682da72 -C extra-filename=-4d613e714682da72 --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-775635e3865218b5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out` |
2580 | 2024-08-06T20:19:30.022Z | Compiling rusty-fork v0.3.0 |
2581 | 2024-08-06T20:19:30.025Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=bb46b45019bb57eb -C extra-filename=-bb46b45019bb57eb --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-78d576050c2a6006.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-56b2228ba124b47a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-164de06b491a968f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2582 | 2024-08-06T20:19:30.664Z | Compiling structmeta v0.3.0 |
2583 | 2024-08-06T20:19:30.667Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a499fc17df663b01 -C extra-filename=-a499fc17df663b01 --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-a0c83cc108a91998.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2584 | 2024-08-06T20:19:30.712Z | Compiling rand_xorshift v0.3.0 |
2585 | 2024-08-06T20:19:30.716Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=d869597778114d57 -C extra-filename=-d869597778114d57 --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-8a7eb093f46e6e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2586 | 2024-08-06T20:19:30.764Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0c0bae3/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"))' -C metadata=574eaa58047d9176 -C extra-filename=-574eaa58047d9176 --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-3636e0107096b293.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-70a3a8f80337948d.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-aba6fe7de24bcb82.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5ca95e1afe762d69.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-51a26b9f8d148b04.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ac0fa20b0d958b89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4ef99abaa23c0234.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-a24edd536aa54664.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-450f0f3636892f8c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-10030cda097921db.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4d613e714682da72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c49cc68a15a0f443.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out` |
2587 | 2024-08-06T20:19:31.038Z | Compiling unarray v0.1.4 |
2588 | 2024-08-06T20:19:31.041Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f403295d6862bf1d -C extra-filename=-f403295d6862bf1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2589 | 2024-08-06T20:19:31.059Z | Compiling parse-display-derive v0.9.1 |
2590 | 2024-08-06T20:19:31.059Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.9.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=4f662809e055358c -C extra-filename=-4f662809e055358c --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a499fc17df663b01.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2591 | 2024-08-06T20:19:31.193Z | Compiling darling_macro v0.20.9 |
2592 | 2024-08-06T20:19:31.196Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.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=be727260fafbf78c -C extra-filename=-be727260fafbf78c --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-f41c88ed7b50174f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2593 | 2024-08-06T20:19:31.214Z | Compiling proptest v1.4.0 |
2594 | 2024-08-06T20:19:31.214Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=100a42c70ee5419d -C extra-filename=-100a42c70ee5419d --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-f2feca33e2b5367a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f60406ef360cc519.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-d869597778114d57.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-bb46b45019bb57eb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-f403295d6862bf1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2595 | 2024-08-06T20:19:32.293Z | Compiling structmeta v0.2.0 |
2596 | 2024-08-06T20:19:32.296Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f080b309640f7b6f -C extra-filename=-f080b309640f7b6f --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-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-0564b1782f84ca84.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2597 | 2024-08-06T20:19:32.446Z | Compiling darling v0.20.9 |
2598 | 2024-08-06T20:19:32.449Z | Running `/home/build/.rustup/toolchains/1.80.0-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=7440a0f1ec829a8d -C extra-filename=-7440a0f1ec829a8d --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-f41c88ed7b50174f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-be727260fafbf78c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2599 | 2024-08-06T20:19:32.568Z | Compiling serde_with_macros v3.8.3 |
2600 | 2024-08-06T20:19:32.572Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.8.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 --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=5833236e362def7a -C extra-filename=-5833236e362def7a --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-7440a0f1ec829a8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2601 | 2024-08-06T20:19:32.745Z | Compiling test-strategy v0.3.1 |
2602 | 2024-08-06T20:19:32.762Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea2ba10869ac3f1f -C extra-filename=-ea2ba10869ac3f1f --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f080b309640f7b6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2603 | 2024-08-06T20:19:35.272Z | Dirty proc-macro-error-attr v1.0.4: the rustflags changed |
2604 | 2024-08-06T20:19:35.272Z | Compiling proc-macro-error-attr v1.0.4 |
2605 | 2024-08-06T20:19:35.275Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=960b1d1640f09d1a -C extra-filename=-960b1d1640f09d1a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-960b1d1640f09d1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2606 | 2024-08-06T20:19:35.647Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-960b1d1640f09d1a/build-script-build` |
2607 | 2024-08-06T20:19:35.718Z | Dirty proc-macro-error v1.0.4: the rustflags changed |
2608 | 2024-08-06T20:19:35.718Z | Compiling proc-macro-error v1.0.4 |
2609 | 2024-08-06T20:19:35.723Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=e23e8c3b6adba201 -C extra-filename=-e23e8c3b6adba201 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e23e8c3b6adba201 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2610 | 2024-08-06T20:19:35.751Z | Compiling serde_with v3.8.3 |
2611 | 2024-08-06T20:19:35.760Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 --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=e58607d2c19fe61f -C extra-filename=-e58607d2c19fe61f --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-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-5833236e362def7a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2612 | 2024-08-06T20:19:36.109Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e23e8c3b6adba201/build-script-build` |
2613 | 2024-08-06T20:19:36.206Z | Compiling parse-display v0.9.1 |
2614 | 2024-08-06T20:19:36.210Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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"' --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=a85118165711fbad -C extra-filename=-a85118165711fbad --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-4f662809e055358c.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2615 | 2024-08-06T20:19:36.276Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e5c0061eee9620a -C extra-filename=-0e5c0061eee9620a --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2616 | 2024-08-06T20:19:36.826Z | Compiling camino-tempfile v1.1.1 |
2617 | 2024-08-06T20:19:36.829Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c399524f4e357873 -C extra-filename=-c399524f4e357873 --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-db79d45a7c3cbf1b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2618 | 2024-08-06T20:19:36.956Z | Compiling proc-macro-crate v1.3.1 |
2619 | 2024-08-06T20:19:36.959Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d668951beca7fc28 -C extra-filename=-d668951beca7fc28 --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-9764b2a8786f26ad.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-43edc7c5b30365cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2620 | 2024-08-06T20:19:37.199Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=6b00edc45ecd49ce -C extra-filename=-6b00edc45ecd49ce --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-0e5c0061eee9620a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
2621 | 2024-08-06T20:19:37.358Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2622 | 2024-08-06T20:19:37.361Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7fd64a8a8df42629 -C extra-filename=-7fd64a8a8df42629 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7fd64a8a8df42629 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2623 | 2024-08-06T20:19:37.748Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2624 | 2024-08-06T20:19:37.766Z | Running `/home/build/.rustup/toolchains/1.80.0-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=d22173c9a283644d -C extra-filename=-d22173c9a283644d --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-372c8f69bcf746d4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2625 | 2024-08-06T20:19:37.794Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7fd64a8a8df42629/build-script-build` |
2626 | 2024-08-06T20:19:37.824Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2627 | 2024-08-06T20:19:37.828Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58948a7fb843ca90 -C extra-filename=-58948a7fb843ca90 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-58948a7fb843ca90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2628 | 2024-08-06T20:19:37.939Z | Compiling foreign-types-macros v0.2.3 |
2629 | 2024-08-06T20:19:37.942Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1221e62f8f34139a -C extra-filename=-1221e62f8f34139a --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2630 | 2024-08-06T20:19:38.028Z | Compiling num_enum_derive v0.5.11 |
2631 | 2024-08-06T20:19:38.031Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=a8438b236c83b275 -C extra-filename=-a8438b236c83b275 --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-d668951beca7fc28.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2632 | 2024-08-06T20:19:38.182Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-58948a7fb843ca90/build-script-build` |
2633 | 2024-08-06T20:19:38.212Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2634 | 2024-08-06T20:19:38.215Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ed032bea9ade553 -C extra-filename=-5ed032bea9ade553 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-5ed032bea9ade553 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2635 | 2024-08-06T20:19:38.573Z | Compiling foreign-types-shared v0.3.1 |
2636 | 2024-08-06T20:19:38.576Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ca367731ae66465 -C extra-filename=-7ca367731ae66465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2637 | 2024-08-06T20:19:38.696Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-5ed032bea9ade553/build-script-build` |
2638 | 2024-08-06T20:19:38.724Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8352509bf83ca8c -C extra-filename=-e8352509bf83ca8c --out-dir /work/oxidecomputer/omicron/target/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` |
2639 | 2024-08-06T20:19:38.885Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7fded1bbd37d35a0 -C extra-filename=-7fded1bbd37d35a0 --out-dir /work/oxidecomputer/omicron/target/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` |
2640 | 2024-08-06T20:19:39.057Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2641 | 2024-08-06T20:19:39.060Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0095e939bc55a764 -C extra-filename=-0095e939bc55a764 --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-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2642 | 2024-08-06T20:19:39.427Z | Compiling foreign-types v0.5.0 |
2643 | 2024-08-06T20:19:39.430Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dbcaaca40388e952 -C extra-filename=-dbcaaca40388e952 --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-1221e62f8f34139a.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-7ca367731ae66465.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2644 | 2024-08-06T20:19:39.535Z | Compiling cstr-argument v0.1.2 |
2645 | 2024-08-06T20:19:39.538Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=73a261e0c40c6856 -C extra-filename=-73a261e0c40c6856 --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-774af40ecdc28659.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2646 | 2024-08-06T20:19:39.561Z | Compiling pretty-hex v0.2.1 |
2647 | 2024-08-06T20:19:39.563Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=4c76744a21a2ea1b -C extra-filename=-4c76744a21a2ea1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2648 | 2024-08-06T20:19:39.585Z | Compiling tabwriter v1.4.0 |
2649 | 2024-08-06T20:19:39.589Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=285d7550a9ddfaa7 -C extra-filename=-285d7550a9ddfaa7 --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-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2650 | 2024-08-06T20:19:39.737Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2651 | 2024-08-06T20:19:39.740Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4c26b971f80a54f -C extra-filename=-d4c26b971f80a54f --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-73a261e0c40c6856.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dbcaaca40388e952.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7fded1bbd37d35a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2652 | 2024-08-06T20:19:39.800Z | Compiling colored v2.1.0 |
2653 | 2024-08-06T20:19:39.804Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=8fe8fc7c161a8e1b -C extra-filename=-8fe8fc7c161a8e1b --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-c4135d2565c6698b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2654 | 2024-08-06T20:19:40.091Z | Compiling socket2 v0.4.10 |
2655 | 2024-08-06T20:19:40.094Z | Running `/home/build/.rustup/toolchains/1.80.0-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=723b58e995eee6d2 -C extra-filename=-723b58e995eee6d2 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2656 | 2024-08-06T20:19:40.094Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef996aaedc3e2792 -C extra-filename=-ef996aaedc3e2792 --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-f3f2c30f5b1e55f4.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-0095e939bc55a764.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door` |
2657 | 2024-08-06T20:19:40.276Z | Compiling smf v0.2.3 |
2658 | 2024-08-06T20:19:40.290Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3bcd80ccae76870 -C extra-filename=-b3bcd80ccae76870 --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-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2659 | 2024-08-06T20:19:40.350Z | Compiling termtree v0.4.1 |
2660 | 2024-08-06T20:19:40.353Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6aefa5aabc70ad3f -C extra-filename=-6aefa5aabc70ad3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2661 | 2024-08-06T20:19:40.557Z | Compiling heapless v0.8.0 |
2662 | 2024-08-06T20:19:40.576Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=bb68477b740ed492 -C extra-filename=-bb68477b740ed492 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-bb68477b740ed492 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2663 | 2024-08-06T20:19:40.581Z | Compiling predicates-tree v1.0.9 |
2664 | 2024-08-06T20:19:40.605Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83083c18702cf7f0 -C extra-filename=-83083c18702cf7f0 --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-c257e119d0aff846.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-6aefa5aabc70ad3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2665 | 2024-08-06T20:19:40.879Z | Compiling num_enum v0.5.11 |
2666 | 2024-08-06T20:19:40.882Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=c46a7adcf734baf7 -C extra-filename=-c46a7adcf734baf7 --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-a8438b236c83b275.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2667 | 2024-08-06T20:19:40.958Z | Compiling hash32 v0.3.1 |
2668 | 2024-08-06T20:19:40.961Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80213db9ffd5a07e -C extra-filename=-80213db9ffd5a07e --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-bca7f4c54429777f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2669 | 2024-08-06T20:19:41.047Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2670 | 2024-08-06T20:19:41.051Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35fd99ceb7979b64 -C extra-filename=-35fd99ceb7979b64 --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-f3f2c30f5b1e55f4.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-e8352509bf83ca8c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c46a7adcf734baf7.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c76744a21a2ea1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2671 | 2024-08-06T20:19:41.113Z | Compiling smoltcp v0.11.0 |
2672 | 2024-08-06T20:19:41.116Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=5d54ff2f5c480af1 -C extra-filename=-5d54ff2f5c480af1 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-5d54ff2f5c480af1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2673 | 2024-08-06T20:19:41.214Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bb68477b740ed492/build-script-build` |
2674 | 2024-08-06T20:19:41.217Z | Compiling cobs v0.2.3 |
2675 | 2024-08-06T20:19:41.233Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d2a92161670068cc -C extra-filename=-d2a92161670068cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2676 | 2024-08-06T20:19:41.393Z | Compiling embedded-io v0.4.0 |
2677 | 2024-08-06T20:19:41.396Z | Running `/home/build/.rustup/toolchains/1.80.0-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=241199c198fa69e2 -C extra-filename=-241199c198fa69e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2678 | 2024-08-06T20:19:41.482Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=64e1a055b57e47d8 -C extra-filename=-64e1a055b57e47d8 --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-80213db9ffd5a07e.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-61630896a528bfa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2679 | 2024-08-06T20:19:41.528Z | Compiling crucible-workspace-hack v0.1.0 |
2680 | 2024-08-06T20:19:41.531Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ad49e2f4d44343e -C extra-filename=-5ad49e2f4d44343e --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5ad49e2f4d44343e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2681 | 2024-08-06T20:19:41.617Z | Compiling postcard v1.0.8 |
2682 | 2024-08-06T20:19:41.620Z | Running `/home/build/.rustup/toolchains/1.80.0-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=a4982c543d2cf592 -C extra-filename=-a4982c543d2cf592 --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-d2a92161670068cc.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-241199c198fa69e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2683 | 2024-08-06T20:19:41.667Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2684 | 2024-08-06T20:19:41.670Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=62104fc7bd48dfb8 -C extra-filename=-62104fc7bd48dfb8 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-62104fc7bd48dfb8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2685 | 2024-08-06T20:19:41.876Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5ad49e2f4d44343e/build-script-build` |
2686 | 2024-08-06T20:19:41.907Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2687 | 2024-08-06T20:19:41.910Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=20fd1e2c8937ce97 -C extra-filename=-20fd1e2c8937ce97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2688 | 2024-08-06T20:19:42.004Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-5d54ff2f5c480af1/build-script-build` |
2689 | 2024-08-06T20:19:42.007Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2691aa6f60e18a9f -C extra-filename=-2691aa6f60e18a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2690 | 2024-08-06T20:19:42.113Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-62104fc7bd48dfb8/build-script-build` |
2691 | 2024-08-06T20:19:42.116Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2692 | 2024-08-06T20:19:42.119Z | Compiling sigpipe v0.1.3 |
2693 | 2024-08-06T20:19:42.119Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=50af738cc1c297c2 -C extra-filename=-50af738cc1c297c2 --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-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2694 | 2024-08-06T20:19:42.119Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13f426de100b5efd -C extra-filename=-13f426de100b5efd --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2695 | 2024-08-06T20:19:42.168Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2696 | 2024-08-06T20:19:42.171Z | Running `/home/build/.rustup/toolchains/1.80.0-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=b2a27d2af9390f34 -C extra-filename=-b2a27d2af9390f34 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-b2a27d2af9390f34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2697 | 2024-08-06T20:19:42.239Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2698 | 2024-08-06T20:19:42.242Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d050eb7f295fbb9 -C extra-filename=-4d050eb7f295fbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2699 | 2024-08-06T20:19:42.460Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2700 | 2024-08-06T20:19:42.473Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_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())' -C metadata=f05797e4a2828c24 -C extra-filename=-f05797e4a2828c24 --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-bdcc7bf362727e72.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6b00edc45ecd49ce.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2701 | 2024-08-06T20:19:42.518Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=ffd80f53d4a59ab0 -C extra-filename=-ffd80f53d4a59ab0 --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-17249b5a9669d189.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-64e1a055b57e47d8.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2702 | 2024-08-06T20:19:42.557Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-b2a27d2af9390f34/build-script-build` |
2703 | 2024-08-06T20:19:42.576Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2704 | 2024-08-06T20:19:42.580Z | Running `/home/build/.rustup/toolchains/1.80.0-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=6cf28eab9bf23ab9 -C extra-filename=-6cf28eab9bf23ab9 --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-f3f2c30f5b1e55f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2705 | 2024-08-06T20:19:42.600Z | Running `/home/build/.rustup/toolchains/1.80.0-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=0d81bb4d874d0eac -C extra-filename=-0d81bb4d874d0eac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-35fd99ceb7979b64.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c46a7adcf734baf7.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-d4c26b971f80a54f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7fded1bbd37d35a0.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ef996aaedc3e2792.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-723b58e995eee6d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
2706 | 2024-08-06T20:19:42.629Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2707 | 2024-08-06T20:19:42.629Z | Running `/home/build/.rustup/toolchains/1.80.0-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=225da30147a01fe2 -C extra-filename=-225da30147a01fe2 --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-372c8f69bcf746d4.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-d22173c9a283644d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2708 | 2024-08-06T20:19:42.761Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2709 | 2024-08-06T20:19:42.765Z | Running `/home/build/.rustup/toolchains/1.80.0-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=f9c1549a17d06a4b -C extra-filename=-f9c1549a17d06a4b --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-9cbd31dd4e7b2cd1.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-225da30147a01fe2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2710 | 2024-08-06T20:19:43.041Z | Compiling mockall_derive v0.12.1 |
2711 | 2024-08-06T20:19:43.046Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.12.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("nightly_derive"))' -C metadata=53e7d8d1a796323b -C extra-filename=-53e7d8d1a796323b --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-774af40ecdc28659.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2712 | 2024-08-06T20:19:43.165Z | Compiling num-derive v0.4.2 |
2713 | 2024-08-06T20:19:43.170Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=370cb0d9a6f9537c -C extra-filename=-370cb0d9a6f9537c --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2714 | 2024-08-06T20:19:44.143Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2715 | 2024-08-06T20:19:44.147Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=be765e10f5aa5d8d -C extra-filename=-be765e10f5aa5d8d --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-be765e10f5aa5d8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2716 | 2024-08-06T20:19:44.506Z | Compiling downcast v0.11.0 |
2717 | 2024-08-06T20:19:44.509Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=6fa2eca5eb87cc07 -C extra-filename=-6fa2eca5eb87cc07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2718 | 2024-08-06T20:19:44.747Z | Compiling fragile v2.0.0 |
2719 | 2024-08-06T20:19:44.750Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=d42f1a36eabcf103 -C extra-filename=-d42f1a36eabcf103 --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:19:45.390Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-be765e10f5aa5d8d/build-script-build` |
2721 | 2024-08-06T20:19:45.418Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2722 | 2024-08-06T20:19:45.421Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-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=bbfa80d77b048a8a -C extra-filename=-bbfa80d77b048a8a --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-92f4e854e5aa636b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-f05797e4a2828c24.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2723 | 2024-08-06T20:19:45.693Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2724 | 2024-08-06T20:19:45.696Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=369fe3e29313c045 -C extra-filename=-369fe3e29313c045 --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-20fd1e2c8937ce97.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a4982c543d2cf592.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ffd80f53d4a59ab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2725 | 2024-08-06T20:19:46.430Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2726 | 2024-08-06T20:19:46.433Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/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=689f621da57c8fbf -C extra-filename=-689f621da57c8fbf --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-2691aa6f60e18a9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-370cb0d9a6f9537c.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2727 | 2024-08-06T20:19:47.105Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=bf08931caed40538 -C extra-filename=-bf08931caed40538 --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-774af40ecdc28659.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-20fd1e2c8937ce97.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-50af738cc1c297c2.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-369fe3e29313c045.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a4982c543d2cf592.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ffd80f53d4a59ab0.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-285d7550a9ddfaa7.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)'` |
2728 | 2024-08-06T20:19:47.274Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2729 | 2024-08-06T20:19:47.277Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=d020738c9bd4c9ea -C extra-filename=-d020738c9bd4c9ea --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-774af40ecdc28659.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-20fd1e2c8937ce97.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-bf08931caed40538.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-4d050eb7f295fbb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ffd80f53d4a59ab0.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-285d7550a9ddfaa7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2730 | 2024-08-06T20:19:47.334Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2731 | 2024-08-06T20:19:47.337Z | Running `/home/build/.rustup/toolchains/1.80.0-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=1e9a622927351da5 -C extra-filename=-1e9a622927351da5 --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-6cf28eab9bf23ab9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2732 | 2024-08-06T20:19:47.447Z | Compiling same-file v1.0.6 |
2733 | 2024-08-06T20:19:47.450Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=328d453a2438549f -C extra-filename=-328d453a2438549f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2734 | 2024-08-06T20:19:47.740Z | Compiling walkdir v2.5.0 |
2735 | 2024-08-06T20:19:47.742Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6ece9236df16887 -C extra-filename=-a6ece9236df16887 --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-328d453a2438549f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2736 | 2024-08-06T20:19:47.799Z | Compiling humantime v2.1.0 |
2737 | 2024-08-06T20:19:47.802Z | Dirty xattr v1.3.1: the rustflags changed |
2738 | 2024-08-06T20:19:47.802Z | Compiling xattr v1.3.1 |
2739 | 2024-08-06T20:19:47.802Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a45c3f82f9c3f2c4 -C extra-filename=-a45c3f82f9c3f2c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2740 | 2024-08-06T20:19:47.802Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=e412a8421d8681f6 -C extra-filename=-e412a8421d8681f6 --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-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2741 | 2024-08-06T20:19:48.079Z | Dirty filetime v0.2.23: the rustflags changed |
2742 | 2024-08-06T20:19:48.080Z | Compiling filetime v0.2.23 |
2743 | 2024-08-06T20:19:48.084Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b67d46e7569c3c9 -C extra-filename=-0b67d46e7569c3c9 --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-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2744 | 2024-08-06T20:19:48.328Z | Dirty tar v0.4.41: the rustflags changed |
2745 | 2024-08-06T20:19:48.329Z | Compiling tar v0.4.41 |
2746 | 2024-08-06T20:19:48.332Z | Running `/home/build/.rustup/toolchains/1.80.0-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=3366cca7b3f6cc90 -C extra-filename=-3366cca7b3f6cc90 --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-0b67d46e7569c3c9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-e412a8421d8681f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2747 | 2024-08-06T20:19:48.399Z | Compiling newline-converter v0.3.0 |
2748 | 2024-08-06T20:19:48.402Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1453be28a0549401 -C extra-filename=-1453be28a0549401 --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-4c5dad9816a3a035.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2749 | 2024-08-06T20:19:48.490Z | Compiling arc-swap v1.7.1 |
2750 | 2024-08-06T20:19:48.493Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=a15d28884432633d -C extra-filename=-a15d28884432633d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2751 | 2024-08-06T20:19:48.573Z | Compiling expectorate v1.1.0 |
2752 | 2024-08-06T20:19:48.576Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=9599ae581e4b25d1 -C extra-filename=-9599ae581e4b25d1 --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-2194ed98f5905483.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-1453be28a0549401.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2753 | 2024-08-06T20:19:48.748Z | Compiling termcolor v1.4.1 |
2754 | 2024-08-06T20:19:48.752Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cf69054af20f1c5 -C extra-filename=-3cf69054af20f1c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2755 | 2024-08-06T20:19:49.158Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2756 | 2024-08-06T20:19:49.161Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=799fe6f08515f9c6 -C extra-filename=-799fe6f08515f9c6 --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-f3f2c30f5b1e55f4.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-0d81bb4d874d0eac.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-bf08931caed40538.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d020738c9bd4c9ea.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a4982c543d2cf592.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2757 | 2024-08-06T20:19:49.446Z | Compiling slog-scope v4.4.0 |
2758 | 2024-08-06T20:19:49.449Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7dd0e029e54adac -C extra-filename=-a7dd0e029e54adac --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-a15d28884432633d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2759 | 2024-08-06T20:19:49.664Z | Compiling derive-where v1.2.7 |
2760 | 2024-08-06T20:19:49.667Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=d666b93f9fb29b09 -C extra-filename=-d666b93f9fb29b09 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2761 | 2024-08-06T20:19:50.000Z | Compiling slog-stdlog v4.1.1 |
2762 | 2024-08-06T20:19:50.003Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=576684ac1e1d5588 -C extra-filename=-576684ac1e1d5588 --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-25247ca285912f88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a7dd0e029e54adac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2763 | 2024-08-06T20:19:50.385Z | Compiling slog-envlogger v2.2.0 |
2764 | 2024-08-06T20:19:50.388Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=b4460c5f8b6d4f8b -C extra-filename=-b4460c5f8b6d4f8b --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-25247ca285912f88.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a7dd0e029e54adac.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-576684ac1e1d5588.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2765 | 2024-08-06T20:19:50.413Z | Compiling utf-8 v0.7.6 |
2766 | 2024-08-06T20:19:50.416Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48db3fdb865b8a73 -C extra-filename=-48db3fdb865b8a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2767 | 2024-08-06T20:19:50.494Z | Compiling password-hash v0.5.0 |
2768 | 2024-08-06T20:19:50.497Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=1eac74c0824aeaa1 -C extra-filename=-1eac74c0824aeaa1 --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-43819433fdd10fb4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2769 | 2024-08-06T20:19:50.733Z | Compiling blake2 v0.10.6 |
2770 | 2024-08-06T20:19:50.736Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=811dc593f94936ac -C extra-filename=-811dc593f94936ac --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-fe57b77d42b085dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2771 | 2024-08-06T20:19:50.969Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2772 | 2024-08-06T20:19:50.972Z | Running `/home/build/.rustup/toolchains/1.80.0-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=6ca22ac0cde8a2ab -C extra-filename=-6ca22ac0cde8a2ab --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-630934f5cfde2559.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f9c1549a17d06a4b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-653a955e90cda5ce.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2773 | 2024-08-06T20:19:51.121Z | Compiling atty v0.2.14 |
2774 | 2024-08-06T20:19:51.124Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c262bfe3303e98b -C extra-filename=-9c262bfe3303e98b --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2775 | 2024-08-06T20:19:51.269Z | Compiling argon2 v0.5.3 |
2776 | 2024-08-06T20:19:51.272Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=3f7ada01ae793e53 -C extra-filename=-3f7ada01ae793e53 --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-43819433fdd10fb4.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-811dc593f94936ac.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-1eac74c0824aeaa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2777 | 2024-08-06T20:19:51.418Z | Compiling mockall v0.12.1 |
2778 | 2024-08-06T20:19:51.421Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3c7e1096ffe93a92 -C extra-filename=-3c7e1096ffe93a92 --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-774af40ecdc28659.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-6fa2eca5eb87cc07.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d42f1a36eabcf103.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-53e7d8d1a796323b.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-83083c18702cf7f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2779 | 2024-08-06T20:19:51.512Z | Compiling convert_case v0.4.0 |
2780 | 2024-08-06T20:19:51.515Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=3968ee9f4d26d461 -C extra-filename=-3968ee9f4d26d461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2781 | 2024-08-06T20:19:51.765Z | Compiling tungstenite v0.21.0 |
2782 | 2024-08-06T20:19:51.768Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=181fb7e32b8b59dd -C extra-filename=-181fb7e32b8b59dd --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-bca7f4c54429777f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-68068d5c4322175a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-01ecc73bcbd90dbe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-450f0f3636892f8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-48db3fdb865b8a73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2783 | 2024-08-06T20:19:52.253Z | Compiling pem v3.0.4 |
2784 | 2024-08-06T20:19:52.256Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=592fb6b6ed0f85bc -C extra-filename=-592fb6b6ed0f85bc --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-8ad9489ee5dcb09a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2785 | 2024-08-06T20:19:52.558Z | Compiling derive_more v0.99.18 |
2786 | 2024-08-06T20:19:52.561Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=883af3463e9cec52 -C extra-filename=-883af3463e9cec52 --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-3968ee9f4d26d461.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2787 | 2024-08-06T20:19:53.073Z | Compiling tokio-tungstenite v0.21.0 |
2788 | 2024-08-06T20:19:53.076Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=98587d87f8763f6a -C extra-filename=-98587d87f8763f6a --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-3654032bd4092d60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-181fb7e32b8b59dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2789 | 2024-08-06T20:19:53.394Z | Compiling home v0.5.9 |
2790 | 2024-08-06T20:19:53.397Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54bad3b817dfed5e -C extra-filename=-54bad3b817dfed5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2791 | 2024-08-06T20:19:53.619Z | Compiling tungstenite v0.20.1 |
2792 | 2024-08-06T20:19:53.623Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --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=c5a2a8b4fa28ec86 -C extra-filename=-c5a2a8b4fa28ec86 --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-bca7f4c54429777f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-01ecc73bcbd90dbe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-450f0f3636892f8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-48db3fdb865b8a73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2793 | 2024-08-06T20:19:53.656Z | Compiling env_logger v0.9.3 |
2794 | 2024-08-06T20:19:53.659Z | Running `/home/build/.rustup/toolchains/1.80.0-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=4a3d3aa189f71135 -C extra-filename=-4a3d3aa189f71135 --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-9c262bfe3303e98b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3cf69054af20f1c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2795 | 2024-08-06T20:19:53.967Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2796 | 2024-08-06T20:19:53.983Z | Running `/home/build/.rustup/toolchains/1.80.0-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=fd71a20dfcf95c89 -C extra-filename=-fd71a20dfcf95c89 --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-f3f2c30f5b1e55f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2797 | 2024-08-06T20:19:54.179Z | Compiling bitstruct_derive v0.1.0 |
2798 | 2024-08-06T20:19:54.182Z | Running `/home/build/.rustup/toolchains/1.80.0-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=1a8ff4d03d16db14 -C extra-filename=-1a8ff4d03d16db14 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2799 | 2024-08-06T20:19:54.439Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2800 | 2024-08-06T20:19:54.442Z | Running `/home/build/.rustup/toolchains/1.80.0-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=0673e705b894777a -C extra-filename=-0673e705b894777a --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2801 | 2024-08-06T20:19:54.569Z | Compiling ascii v1.1.0 |
2802 | 2024-08-06T20:19:54.572Z | Running `/home/build/.rustup/toolchains/1.80.0-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=ba491ac2a6994dc9 -C extra-filename=-ba491ac2a6994dc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2803 | 2024-08-06T20:19:54.984Z | Compiling tokio-tungstenite v0.20.1 |
2804 | 2024-08-06T20:19:54.987Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --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=501de9f73827781b -C extra-filename=-501de9f73827781b --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-3654032bd4092d60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-c5a2a8b4fa28ec86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2805 | 2024-08-06T20:19:55.192Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2806 | 2024-08-06T20:19:55.195Z | Running `/home/build/.rustup/toolchains/1.80.0-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=e5743d68d837cfb2 -C extra-filename=-e5743d68d837cfb2 --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-ba491ac2a6994dc9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-4a3d3aa189f71135.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2807 | 2024-08-06T20:19:55.531Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2808 | 2024-08-06T20:19:55.534Z | Running `/home/build/.rustup/toolchains/1.80.0-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=10e97d45e9fbdb39 -C extra-filename=-10e97d45e9fbdb39 --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-f3f2c30f5b1e55f4.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-0673e705b894777a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2809 | 2024-08-06T20:19:55.662Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2810 | 2024-08-06T20:19:55.689Z | Running `/home/build/.rustup/toolchains/1.80.0-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=a7170e6a9b2e49b6 -C extra-filename=-a7170e6a9b2e49b6 --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-fd71a20dfcf95c89.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2811 | 2024-08-06T20:19:55.749Z | Compiling bitstruct v0.1.1 |
2812 | 2024-08-06T20:19:55.752Z | Running `/home/build/.rustup/toolchains/1.80.0-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=ccae2505421a2c3b -C extra-filename=-ccae2505421a2c3b --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-1a8ff4d03d16db14.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2813 | 2024-08-06T20:19:55.862Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2814 | 2024-08-06T20:19:55.862Z | Running `/home/build/.rustup/toolchains/1.80.0-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=9e4e2824129aefa9 -C extra-filename=-9e4e2824129aefa9 --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-f3f2c30f5b1e55f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2815 | 2024-08-06T20:19:55.880Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2816 | 2024-08-06T20:19:55.885Z | Running `/home/build/.rustup/toolchains/1.80.0-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=3f0ba7f5eed8cbbb -C extra-filename=-3f0ba7f5eed8cbbb --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-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2817 | 2024-08-06T20:19:56.095Z | Compiling serde_arrays v0.1.0 |
2818 | 2024-08-06T20:19:56.109Z | Running `/home/build/.rustup/toolchains/1.80.0-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=4614ea026cd9cc7c -C extra-filename=-4614ea026cd9cc7c --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2819 | 2024-08-06T20:19:56.315Z | Compiling erased-serde v0.3.31 |
2820 | 2024-08-06T20:19:56.318Z | Running `/home/build/.rustup/toolchains/1.80.0-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=38a84474c9648814 -C extra-filename=-38a84474c9648814 --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2821 | 2024-08-06T20:19:56.318Z | Compiling atomicwrites v0.4.3 |
2822 | 2024-08-06T20:19:56.318Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe1abee13e7250dc -C extra-filename=-fe1abee13e7250dc --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-32fdcae0183ab583.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2823 | 2024-08-06T20:19:56.565Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2824 | 2024-08-06T20:19:56.569Z | Running `/home/build/.rustup/toolchains/1.80.0-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=cfe9ccc09a66c272 -C extra-filename=-cfe9ccc09a66c272 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-cfe9ccc09a66c272 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-db913bca224bc7dc.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-00d774e06ceb2f21.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0a7ce7632533ff0c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f2feca33e2b5367a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a832b836e5e69f36.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d77e7648b499580e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-27034870866a0d3f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-745eea638614c2b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-e01bf9851d04f707.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b358fd68a8929de5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e20d6edc3549df10.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2c016a8c8d83913e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1807aa5de28961ae.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1056b9125c84375a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9f842656b715fe2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b0e87a4d764765f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-729a771cc5ab4cd3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-92f4e854e5aa636b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b562a6826fc3bfa1.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9adaac230c4a1804.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7a0afa63b1dab3f5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4ef99abaa23c0234.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-efe98ae13299122c.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a458146c63f26b69.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-43edc7c5b30365cb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-58478b7f7cb067e4.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-2c084fe765d438cb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f3b7acb007a4ffea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2825 | 2024-08-06T20:19:56.612Z | Compiling heck v0.3.3 |
2826 | 2024-08-06T20:19:56.615Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d56063032638fb10 -C extra-filename=-d56063032638fb10 --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-4c5dad9816a3a035.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2827 | 2024-08-06T20:19:56.638Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2828 | 2024-08-06T20:19:56.641Z | Running `/home/build/.rustup/toolchains/1.80.0-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=58e48f3e7ff10bd9 -C extra-filename=-58e48f3e7ff10bd9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-58e48f3e7ff10bd9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2829 | 2024-08-06T20:19:56.721Z | Compiling headers-core v0.2.0 |
2830 | 2024-08-06T20:19:56.724Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.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=b1c422e634b355ec -C extra-filename=-b1c422e634b355ec --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-eded1dced6096e9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2831 | 2024-08-06T20:19:56.883Z | Compiling base64 v0.13.1 |
2832 | 2024-08-06T20:19:56.883Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=faddef5e55077cca -C extra-filename=-faddef5e55077cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2833 | 2024-08-06T20:19:56.908Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-cfe9ccc09a66c272/build-script-build` |
2834 | 2024-08-06T20:19:56.987Z | Running `/home/build/.rustup/toolchains/1.80.0-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=1a152cc9879e17df -C extra-filename=-1a152cc9879e17df --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-db913bca224bc7dc.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-00d774e06ceb2f21.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0a7ce7632533ff0c.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f2feca33e2b5367a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a832b836e5e69f36.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d77e7648b499580e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-27034870866a0d3f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-745eea638614c2b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-e01bf9851d04f707.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b358fd68a8929de5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e20d6edc3549df10.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2c016a8c8d83913e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1807aa5de28961ae.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1056b9125c84375a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9f842656b715fe2a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b0e87a4d764765f0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-729a771cc5ab4cd3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-92f4e854e5aa636b.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b562a6826fc3bfa1.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9adaac230c4a1804.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7a0afa63b1dab3f5.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4ef99abaa23c0234.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a458146c63f26b69.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-43edc7c5b30365cb.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-58478b7f7cb067e4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f3b7acb007a4ffea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2835 | 2024-08-06T20:19:56.990Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-58e48f3e7ff10bd9/build-script-build` |
2836 | 2024-08-06T20:19:57.018Z | Running `/home/build/.rustup/toolchains/1.80.0-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=a45b21de2d5d2de6 -C extra-filename=-a45b21de2d5d2de6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-35fd99ceb7979b64.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c46a7adcf734baf7.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-d4c26b971f80a54f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7fded1bbd37d35a0.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ef996aaedc3e2792.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-723b58e995eee6d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
2837 | 2024-08-06T20:19:57.077Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2838 | 2024-08-06T20:19:57.079Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=803816be2e893e71 -C extra-filename=-803816be2e893e71 --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-1a152cc9879e17df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2839 | 2024-08-06T20:19:57.098Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2840 | 2024-08-06T20:19:57.101Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb903f7b10f5119d -C extra-filename=-fb903f7b10f5119d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-13f426de100b5efd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2841 | 2024-08-06T20:19:57.523Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2842 | 2024-08-06T20:19:57.527Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b04ad3b446dede27 -C extra-filename=-b04ad3b446dede27 --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-3f7ada01ae793e53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2843 | 2024-08-06T20:19:57.733Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2844 | 2024-08-06T20:19:57.736Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ebab6f40f4cba07 -C extra-filename=-1ebab6f40f4cba07 --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-1a152cc9879e17df.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2845 | 2024-08-06T20:19:57.952Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2846 | 2024-08-06T20:19:57.967Z | Running `/home/build/.rustup/toolchains/1.80.0-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=17d7a57bc483e4a2 -C extra-filename=-17d7a57bc483e4a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a7170e6a9b2e49b6.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-ccae2505421a2c3b.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-9e4e2824129aefa9.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-38a84474c9648814.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3f0ba7f5eed8cbbb.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-e5743d68d837cfb2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-4614ea026cd9cc7c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-10e97d45e9fbdb39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2847 | 2024-08-06T20:19:58.037Z | Compiling zone_cfg_derive v0.1.2 |
2848 | 2024-08-06T20:19:58.040Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b4a6981d23052a7 -C extra-filename=-5b4a6981d23052a7 --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-d56063032638fb10.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6b00edc45ecd49ce.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2849 | 2024-08-06T20:19:58.065Z | Compiling ron v0.7.1 |
2850 | 2024-08-06T20:19:58.069Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=01b1565ddadf55fb -C extra-filename=-01b1565ddadf55fb --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-faddef5e55077cca.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2851 | 2024-08-06T20:19:58.232Z | Compiling headers v0.3.9 |
2852 | 2024-08-06T20:19:58.235Z | Running `/home/build/.rustup/toolchains/1.80.0-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=6ecd1acd9143268d -C extra-filename=-6ecd1acd9143268d --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-050eb13206eed9fc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-b1c422e634b355ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-74e1442771ecd7f3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-ca56f3dcaef43b6e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-450f0f3636892f8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2853 | 2024-08-06T20:19:58.478Z | Compiling portpicker v0.1.1 |
2854 | 2024-08-06T20:19:58.481Z | Running `/home/build/.rustup/toolchains/1.80.0-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=5faf14773fef389a -C extra-filename=-5faf14773fef389a --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-28d4123639757f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2855 | 2024-08-06T20:19:58.832Z | Compiling rcgen v0.12.1 |
2856 | 2024-08-06T20:19:58.835Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=e322e502269b6e3c -C extra-filename=-e322e502269b6e3c --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-592fb6b6ed0f85bc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out` |
2857 | 2024-08-06T20:19:59.783Z | Compiling zone v0.1.8 |
2858 | 2024-08-06T20:19:59.794Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=748fafc2c14138cb -C extra-filename=-748fafc2c14138cb --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-92f4e854e5aa636b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-5b4a6981d23052a7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2859 | 2024-08-06T20:20:00.139Z | Compiling subprocess v0.2.9 |
2860 | 2024-08-06T20:20:00.142Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1a12c3e2bb6befe -C extra-filename=-c1a12c3e2bb6befe --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2861 | 2024-08-06T20:20:00.419Z | Compiling half v2.4.1 |
2862 | 2024-08-06T20:20:00.422Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=f4d6978801cc0a8c -C extra-filename=-f4d6978801cc0a8c --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-774af40ecdc28659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2863 | 2024-08-06T20:20:00.674Z | Compiling semver v0.1.20 |
2864 | 2024-08-06T20:20:00.677Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=651fbd30aa280375 -C extra-filename=-651fbd30aa280375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2865 | 2024-08-06T20:20:00.820Z | Compiling prettyplease v0.2.20 |
2866 | 2024-08-06T20:20:00.823Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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=c7f3dcf2ee598a8c -C extra-filename=-c7f3dcf2ee598a8c --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-c7f3dcf2ee598a8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2867 | 2024-08-06T20:20:01.000Z | Compiling ciborium-io v0.2.2 |
2868 | 2024-08-06T20:20:01.003Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f7ee3441d57865c6 -C extra-filename=-f7ee3441d57865c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2869 | 2024-08-06T20:20:01.134Z | Compiling ciborium-ll v0.2.2 |
2870 | 2024-08-06T20:20:01.137Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=af6c1a100d4009db -C extra-filename=-af6c1a100d4009db --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-f7ee3441d57865c6.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-f4d6978801cc0a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2871 | 2024-08-06T20:20:01.176Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-c7f3dcf2ee598a8c/build-script-build` |
2872 | 2024-08-06T20:20:01.207Z | Compiling rustc_version v0.1.7 |
2873 | 2024-08-06T20:20:01.210Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6be3310920a4470c -C extra-filename=-6be3310920a4470c --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-651fbd30aa280375.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2874 | 2024-08-06T20:20:01.229Z | Dirty swrite v0.1.0: the rustflags changed |
2875 | 2024-08-06T20:20:01.229Z | Compiling swrite v0.1.0 |
2876 | 2024-08-06T20:20:01.233Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=08911d812e47efaf -C extra-filename=-08911d812e47efaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2877 | 2024-08-06T20:20:01.347Z | Compiling linked-hash-map v0.5.6 |
2878 | 2024-08-06T20:20:01.350Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=d950ca21c2539fc8 -C extra-filename=-d950ca21c2539fc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2879 | 2024-08-06T20:20:01.367Z | Running `/home/build/.rustup/toolchains/1.80.0-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=53561bce7794549b -C extra-filename=-53561bce7794549b --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-aed117de774bb31a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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)'` |
2880 | 2024-08-06T20:20:01.392Z | Compiling rayon-core v1.12.1 |
2881 | 2024-08-06T20:20:01.395Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=99e27ec998609dbc -C extra-filename=-99e27ec998609dbc --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-99e27ec998609dbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2882 | 2024-08-06T20:20:01.538Z | Compiling ciborium v0.2.2 |
2883 | 2024-08-06T20:20:01.541Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e3b7abc70f74cd15 -C extra-filename=-e3b7abc70f74cd15 --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-f7ee3441d57865c6.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-af6c1a100d4009db.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2884 | 2024-08-06T20:20:01.706Z | Compiling lru-cache v0.1.2 |
2885 | 2024-08-06T20:20:01.722Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=ec19a6265cd5fc8b -C extra-filename=-ec19a6265cd5fc8b --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-d950ca21c2539fc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2886 | 2024-08-06T20:20:01.746Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-99e27ec998609dbc/build-script-build` |
2887 | 2024-08-06T20:20:01.749Z | Compiling newtype_derive v0.1.6 |
2888 | 2024-08-06T20:20:01.749Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=3dfa2218f76d296d -C extra-filename=-3dfa2218f76d296d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-3dfa2218f76d296d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6be3310920a4470c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2889 | 2024-08-06T20:20:01.775Z | Compiling crossbeam-deque v0.8.5 |
2890 | 2024-08-06T20:20:01.778Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f44e54d2006ac4e6 -C extra-filename=-f44e54d2006ac4e6 --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-745eea638614c2b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2891 | 2024-08-06T20:20:01.900Z | Compiling glob v0.3.1 |
2892 | 2024-08-06T20:20:01.905Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=284fe0832177121d -C extra-filename=-284fe0832177121d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2893 | 2024-08-06T20:20:02.122Z | Compiling num-rational v0.4.2 |
2894 | 2024-08-06T20:20:02.125Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=7a99dc88a22666ae -C extra-filename=-7a99dc88a22666ae --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-2aad1ef0d3dbd2b4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2895 | 2024-08-06T20:20:02.170Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4f91326885fe3222 -C extra-filename=-4f91326885fe3222 --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-f44e54d2006ac4e6.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2896 | 2024-08-06T20:20:02.190Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3dfa2218f76d296d/build-script-build` |
2897 | 2024-08-06T20:20:02.262Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=bd4853e59d6b860a -C extra-filename=-bd4853e59d6b860a --out-dir /work/oxidecomputer/omicron/target/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` |
2898 | 2024-08-06T20:20:02.384Z | Compiling steno v0.4.1 |
2899 | 2024-08-06T20:20:02.387Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=790b8f41322549a5 -C extra-filename=-790b8f41322549a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2900 | 2024-08-06T20:20:02.934Z | Compiling num-complex v0.4.6 |
2901 | 2024-08-06T20:20:02.939Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=2745827e2e6c5f56 -C extra-filename=-2745827e2e6c5f56 --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-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2902 | 2024-08-06T20:20:03.113Z | Compiling rayon v1.10.0 |
2903 | 2024-08-06T20:20:03.129Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=f23ccef928d19afe -C extra-filename=-f23ccef928d19afe --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-39399cfff738991b.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4f91326885fe3222.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2904 | 2024-08-06T20:20:03.952Z | Compiling constant_time_eq v0.3.0 |
2905 | 2024-08-06T20:20:03.952Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=b16322be922c89c3 -C extra-filename=-b16322be922c89c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2906 | 2024-08-06T20:20:04.009Z | Compiling cancel-safe-futures v0.1.5 |
2907 | 2024-08-06T20:20:04.012Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=f8fbcaa651e9da23 -C extra-filename=-f8fbcaa651e9da23 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f8fbcaa651e9da23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2908 | 2024-08-06T20:20:04.034Z | Compiling arrayvec v0.7.4 |
2909 | 2024-08-06T20:20:04.037Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=9b979abe0a443f64 -C extra-filename=-9b979abe0a443f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2910 | 2024-08-06T20:20:04.125Z | Compiling arrayref v0.3.7 |
2911 | 2024-08-06T20:20:04.128Z | Running `/home/build/.rustup/toolchains/1.80.0-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=426d6e207395db86 -C extra-filename=-426d6e207395db86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2912 | 2024-08-06T20:20:04.235Z | Compiling num v0.4.3 |
2913 | 2024-08-06T20:20:04.239Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=8943dd744285ef2c -C extra-filename=-8943dd744285ef2c --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-2745827e2e6c5f56.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-7a99dc88a22666ae.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2914 | 2024-08-06T20:20:04.349Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2915 | 2024-08-06T20:20:04.352Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab18c47c950de1f3 -C extra-filename=-ab18c47c950de1f3 --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-1a152cc9879e17df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2916 | 2024-08-06T20:20:04.431Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f8fbcaa651e9da23/build-script-build` |
2917 | 2024-08-06T20:20:04.449Z | Compiling resolv-conf v0.7.0 |
2918 | 2024-08-06T20:20:04.452Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=4520e88a4fda3d30 -C extra-filename=-4520e88a4fda3d30 --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-efab56a594eb6faa.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-56b2228ba124b47a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2919 | 2024-08-06T20:20:04.473Z | Compiling float-ord v0.3.2 |
2920 | 2024-08-06T20:20:04.477Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abd285a280e52eb7 -C extra-filename=-abd285a280e52eb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2921 | 2024-08-06T20:20:04.477Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=1072da1fa430056f -C extra-filename=-1072da1fa430056f --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-afd15c3e3cb3531c.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2922 | 2024-08-06T20:20:04.634Z | Compiling blake3 v1.5.1 |
2923 | 2024-08-06T20:20:04.637Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.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=8457752198b9376d -C extra-filename=-8457752198b9376d --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-8457752198b9376d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2924 | 2024-08-06T20:20:05.079Z | Compiling trust-dns-resolver v0.22.0 |
2925 | 2024-08-06T20:20:05.083Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("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", "ipconfig", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=e3b1a22f9d04c62c -C extra-filename=-e3b1a22f9d04c62c --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-774af40ecdc28659.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ec19a6265cd5fc8b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-4520e88a4fda3d30.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2926 | 2024-08-06T20:20:05.286Z | Compiling ring v0.16.20 |
2927 | 2024-08-06T20:20:05.289Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=adef1cfb597f6c9f -C extra-filename=-adef1cfb597f6c9f --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-adef1cfb597f6c9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2928 | 2024-08-06T20:20:05.363Z | Compiling slog-dtrace v0.3.0 |
2929 | 2024-08-06T20:20:05.366Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8472d473df021606 -C extra-filename=-8472d473df021606 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-8472d473df021606 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2930 | 2024-08-06T20:20:05.660Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-8457752198b9376d/build-script-build` |
2931 | 2024-08-06T20:20:05.738Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-8472d473df021606/build-script-build` |
2932 | 2024-08-06T20:20:05.803Z | Compiling memmap2 v0.9.4 |
2933 | 2024-08-06T20:20:05.806Z | Running `/home/build/.rustup/toolchains/1.80.0-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=b6e4a0a4dfd403f9 -C extra-filename=-b6e4a0a4dfd403f9 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2934 | 2024-08-06T20:20:06.041Z | Compiling spin v0.5.2 |
2935 | 2024-08-06T20:20:06.045Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3097db65d3f2662b -C extra-filename=-3097db65d3f2662b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2936 | 2024-08-06T20:20:06.249Z | Compiling untrusted v0.7.1 |
2937 | 2024-08-06T20:20:06.252Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b968dd88f522602 -C extra-filename=-3b968dd88f522602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2938 | 2024-08-06T20:20:06.269Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1efc6ea173f4be2b -C extra-filename=-1efc6ea173f4be2b --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-bfb72a2afc18d443.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2939 | 2024-08-06T20:20:06.428Z | Compiling topological-sort v0.2.2 |
2940 | 2024-08-06T20:20:06.431Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79d286504f864faf -C extra-filename=-79d286504f864faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2941 | 2024-08-06T20:20:06.530Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-adef1cfb597f6c9f/build-script-build` |
2942 | 2024-08-06T20:20:06.657Z | Compiling libsw v3.3.1 |
2943 | 2024-08-06T20:20:06.659Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=47c3fd79a7f9f7d3 -C extra-filename=-47c3fd79a7f9f7d3 --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-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2944 | 2024-08-06T20:20:06.864Z | Compiling linear-map v1.2.0 |
2945 | 2024-08-06T20:20:06.868Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=cda52d613f1b0236 -C extra-filename=-cda52d613f1b0236 --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:20:06.987Z | Compiling owo-colors v4.0.0 |
2947 | 2024-08-06T20:20:06.990Z | Running `/home/build/.rustup/toolchains/1.80.0-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=e159aa24ac4243d4 -C extra-filename=-e159aa24ac4243d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2948 | 2024-08-06T20:20:07.276Z | Compiling toolchain_find v0.4.0 |
2949 | 2024-08-06T20:20:07.279Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e83f139f2a349f2d -C extra-filename=-e83f139f2a349f2d --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-54bad3b817dfed5e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2950 | 2024-08-06T20:20:07.921Z | Running `/home/build/.rustup/toolchains/1.80.0-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=87b9f3d8fc627ac5 -C extra-filename=-87b9f3d8fc627ac5 --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-426d6e207395db86.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-9b979abe0a443f64.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-b16322be922c89c3.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-b6e4a0a4dfd403f9.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f23ccef928d19afe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/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` |
2951 | 2024-08-06T20:20:08.062Z | Compiling nibble_vec v0.1.0 |
2952 | 2024-08-06T20:20:08.065Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=801444f2a1c5c53a -C extra-filename=-801444f2a1c5c53a --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-d3b9ad59c4201009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2953 | 2024-08-06T20:20:08.268Z | Compiling display-error-chain v0.2.0 |
2954 | 2024-08-06T20:20:08.271Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=868af700da08e0dd -C extra-filename=-868af700da08e0dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2955 | 2024-08-06T20:20:08.444Z | Compiling endian-type v0.1.2 |
2956 | 2024-08-06T20:20:08.448Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e442bd2393ecb0c -C extra-filename=-2e442bd2393ecb0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2957 | 2024-08-06T20:20:08.678Z | Compiling radix_trie v0.2.1 |
2958 | 2024-08-06T20:20:08.681Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5cabb2aa8733b186 -C extra-filename=-5cabb2aa8733b186 --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-2e442bd2393ecb0c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-801444f2a1c5c53a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2959 | 2024-08-06T20:20:09.098Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2960 | 2024-08-06T20:20:09.101Z | Running `/home/build/.rustup/toolchains/1.80.0-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=aa07ce93654645b7 -C extra-filename=-aa07ce93654645b7 --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-17d7a57bc483e4a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a458146c63f26b69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2961 | 2024-08-06T20:20:09.142Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=4b4b73da61226ba1 -C extra-filename=-4b4b73da61226ba1 --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-9764b2a8786f26ad.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-3097db65d3f2662b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-3b968dd88f522602.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -l static=ring-core -l static=ring-test` |
2962 | 2024-08-06T20:20:09.270Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2963 | 2024-08-06T20:20:09.273Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ea58a9b1ea54fed -C extra-filename=-0ea58a9b1ea54fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-47c3fd79a7f9f7d3.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cda52d613f1b0236.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2964 | 2024-08-06T20:20:09.377Z | Compiling rustfmt-wrapper v0.2.1 |
2965 | 2024-08-06T20:20:09.380Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd89e5dc3e98c019 -C extra-filename=-fd89e5dc3e98c019 --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-60453ed6767bb2fa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-e83f139f2a349f2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2966 | 2024-08-06T20:20:09.521Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2967 | 2024-08-06T20:20:09.634Z | Running `/home/build/.rustup/toolchains/1.80.0-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=bf707b12e57e0565 -C extra-filename=-bf707b12e57e0565 --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-aa07ce93654645b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a458146c63f26b69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2968 | 2024-08-06T20:20:09.895Z | Compiling signature v2.2.0 |
2969 | 2024-08-06T20:20:09.898Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=7465311362c71ebc -C extra-filename=-7465311362c71ebc --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-fe57b77d42b085dc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2970 | 2024-08-06T20:20:09.916Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2971 | 2024-08-06T20:20:09.919Z | Running `/home/build/.rustup/toolchains/1.80.0-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=c5c1b3543a4309a4 -C extra-filename=-c5c1b3543a4309a4 --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-896d6c52fdef54d8.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f9c1549a17d06a4b.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6ca22ac0cde8a2ab.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2972 | 2024-08-06T20:20:09.962Z | Compiling fxhash v0.2.1 |
2973 | 2024-08-06T20:20:09.965Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7aa0c01458a1fd43 -C extra-filename=-7aa0c01458a1fd43 --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-bca7f4c54429777f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2974 | 2024-08-06T20:20:10.136Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2975 | 2024-08-06T20:20:10.139Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/220dd02/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=a9cb4fa1dba96dc7 -C extra-filename=-a9cb4fa1dba96dc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2976 | 2024-08-06T20:20:10.173Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2977 | 2024-08-06T20:20:10.178Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f955bcce410401f6 -C extra-filename=-f955bcce410401f6 --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-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2978 | 2024-08-06T20:20:10.201Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2979 | 2024-08-06T20:20:10.204Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf5464513ebfbf72 -C extra-filename=-cf5464513ebfbf72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2980 | 2024-08-06T20:20:10.225Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2981 | 2024-08-06T20:20:10.286Z | Running `/home/build/.rustup/toolchains/1.80.0-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=f0d8527861da525e -C extra-filename=-f0d8527861da525e --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-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-050eb13206eed9fc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-501de9f73827781b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
2982 | 2024-08-06T20:20:11.180Z | Compiling omicron-zone-package v0.11.0 |
2983 | 2024-08-06T20:20:11.183Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=349a70d6c7deeceb -C extra-filename=-349a70d6c7deeceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-87b9f3d8fc627ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4b4b73da61226ba1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a458146c63f26b69.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-79d286504f864faf.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out` |
2984 | 2024-08-06T20:20:12.301Z | Compiling gethostname v0.5.0 |
2985 | 2024-08-06T20:20:12.304Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3f2a447323204e2 -C extra-filename=-f3f2a447323204e2 --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-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2986 | 2024-08-06T20:20:12.527Z | Compiling libefi-sys v0.1.0 |
2987 | 2024-08-06T20:20:12.530Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7eb8efdc76dff11c -C extra-filename=-7eb8efdc76dff11c --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-7eb8efdc76dff11c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2988 | 2024-08-06T20:20:12.792Z | Compiling bitfield-struct v0.6.1 |
2989 | 2024-08-06T20:20:12.795Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-struct-0.6.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=1b5b93fa2327f22f -C extra-filename=-1b5b93fa2327f22f --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2990 | 2024-08-06T20:20:12.893Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-7eb8efdc76dff11c/build-script-build` |
2991 | 2024-08-06T20:20:12.923Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2992 | 2024-08-06T20:20:12.928Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91782a203388109d -C extra-filename=-91782a203388109d --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-91782a203388109d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2993 | 2024-08-06T20:20:12.958Z | Compiling keccak v0.1.5 |
2994 | 2024-08-06T20:20:12.961Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=cc6004230c530290 -C extra-filename=-cc6004230c530290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2995 | 2024-08-06T20:20:13.397Z | Compiling maplit v1.0.2 |
2996 | 2024-08-06T20:20:13.400Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01d33f158b8606cf -C extra-filename=-01d33f158b8606cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2997 | 2024-08-06T20:20:13.520Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-91782a203388109d/build-script-build` |
2998 | 2024-08-06T20:20:13.772Z | Compiling sha3 v0.10.8 |
2999 | 2024-08-06T20:20:13.826Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=2d27a03ef173278b -C extra-filename=-2d27a03ef173278b --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-fe57b77d42b085dc.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-cc6004230c530290.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3000 | 2024-08-06T20:20:13.996Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=137bfce53702ad1a -C extra-filename=-137bfce53702ad1a --out-dir /work/oxidecomputer/omicron/target/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` |
3001 | 2024-08-06T20:20:14.411Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3002 | 2024-08-06T20:20:14.414Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d45734544e4ba9c8 -C extra-filename=-d45734544e4ba9c8 --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-1b5b93fa2327f22f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3003 | 2024-08-06T20:20:14.442Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3004 | 2024-08-06T20:20:14.446Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5205a223002816b9 -C extra-filename=-5205a223002816b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c46a7adcf734baf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3005 | 2024-08-06T20:20:14.783Z | Compiling secrecy v0.8.0 |
3006 | 2024-08-06T20:20:14.786Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=febd0f8e696ec4df -C extra-filename=-febd0f8e696ec4df --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-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3007 | 2024-08-06T20:20:15.041Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3008 | 2024-08-06T20:20:15.044Z | Running `/home/build/.rustup/toolchains/1.80.0-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=37792cd2aa3864cc -C extra-filename=-37792cd2aa3864cc --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-62bdb95aa5090912.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-a45b21de2d5d2de6.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-5faf14773fef389a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f0d8527861da525e.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-bf707b12e57e0565.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-01b1565ddadf55fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-285d7550a9ddfaa7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-98587d87f8763f6a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a458146c63f26b69.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-748fafc2c14138cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3009 | 2024-08-06T20:20:15.121Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3010 | 2024-08-06T20:20:15.124Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9c2fee764432a16 -C extra-filename=-f9c2fee764432a16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3011 | 2024-08-06T20:20:15.153Z | Compiling radium v0.7.0 |
3012 | 2024-08-06T20:20:15.156Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b148cc555568af27 -C extra-filename=-b148cc555568af27 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-b148cc555568af27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3013 | 2024-08-06T20:20:15.249Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3014 | 2024-08-06T20:20:15.252Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3879db478c5c841 -C extra-filename=-b3879db478c5c841 --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-d45734544e4ba9c8.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-f9c2fee764432a16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3015 | 2024-08-06T20:20:15.696Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3016 | 2024-08-06T20:20:15.699Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=ffdda7587b6e31f7 -C extra-filename=-ffdda7587b6e31f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-803816be2e893e71.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-bdc8ebeba972b459.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3017 | 2024-08-06T20:20:16.247Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=e1ad962d642a7a3c -C extra-filename=-e1ad962d642a7a3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-803816be2e893e71.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-bdc8ebeba972b459.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3018 | 2024-08-06T20:20:16.686Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-b148cc555568af27/build-script-build` |
3019 | 2024-08-06T20:20:16.716Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=178b3e28fdd74426 -C extra-filename=-178b3e28fdd74426 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5205a223002816b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out -l static=pci` |
3020 | 2024-08-06T20:20:17.179Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3021 | 2024-08-06T20:20:17.182Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80f7b973b0ef1a55 -C extra-filename=-80f7b973b0ef1a55 --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-f3f2c30f5b1e55f4.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-137bfce53702ad1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3022 | 2024-08-06T20:20:17.267Z | Compiling tap v1.0.1 |
3023 | 2024-08-06T20:20:17.270Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94e92c5ae0ab85f8 -C extra-filename=-94e92c5ae0ab85f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3024 | 2024-08-06T20:20:17.444Z | Compiling maybe-uninit v2.0.0 |
3025 | 2024-08-06T20:20:17.447Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7db167ce2818d807 -C extra-filename=-7db167ce2818d807 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7db167ce2818d807 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3026 | 2024-08-06T20:20:17.513Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3027 | 2024-08-06T20:20:17.517Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75a8d7a963e0e440 -C extra-filename=-75a8d7a963e0e440 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-75a8d7a963e0e440 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-349a70d6c7deeceb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-fd89e5dc3e98c019.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out` |
3028 | 2024-08-06T20:20:17.559Z | Compiling wyz v0.5.1 |
3029 | 2024-08-06T20:20:17.562Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=1fbe47e0e48ec4da -C extra-filename=-1fbe47e0e48ec4da --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-94e92c5ae0ab85f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3030 | 2024-08-06T20:20:17.961Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84e8af4eb2edcb34 -C extra-filename=-84e8af4eb2edcb34 --out-dir /work/oxidecomputer/omicron/target/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` |
3031 | 2024-08-06T20:20:17.981Z | Compiling bzip2-sys v0.1.11+1.0.8 |
3032 | 2024-08-06T20:20:17.983Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=d7b73fa2e46b6994 -C extra-filename=-d7b73fa2e46b6994 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d7b73fa2e46b6994 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-eef14babd3f67c22.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8654018bc64f938d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3033 | 2024-08-06T20:20:18.058Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7db167ce2818d807/build-script-build` |
3034 | 2024-08-06T20:20:18.129Z | Compiling funty v2.0.0 |
3035 | 2024-08-06T20:20:18.132Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2ee1c9c027f3978b -C extra-filename=-2ee1c9c027f3978b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3036 | 2024-08-06T20:20:18.424Z | Compiling crc-catalog v2.4.0 |
3037 | 2024-08-06T20:20:18.430Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca432875e6c1c86c -C extra-filename=-ca432875e6c1c86c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3038 | 2024-08-06T20:20:18.565Z | Compiling packed_struct v0.10.1 |
3039 | 2024-08-06T20:20:18.570Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=7476cd92b9723fb0 -C extra-filename=-7476cd92b9723fb0 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-7476cd92b9723fb0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3040 | 2024-08-06T20:20:18.590Z | Compiling num-bigint-dig v0.8.4 |
3041 | 2024-08-06T20:20:18.593Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=fbc5296b9d67ccaf -C extra-filename=-fbc5296b9d67ccaf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-fbc5296b9d67ccaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3042 | 2024-08-06T20:20:18.967Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-fbc5296b9d67ccaf/build-script-build` |
3043 | 2024-08-06T20:20:18.996Z | Compiling crc v3.2.1 |
3044 | 2024-08-06T20:20:18.999Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=784bb20d76b10b45 -C extra-filename=-784bb20d76b10b45 --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-ca432875e6c1c86c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3045 | 2024-08-06T20:20:19.137Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-7476cd92b9723fb0/build-script-build` |
3046 | 2024-08-06T20:20:19.168Z | Compiling bitvec v1.0.1 |
3047 | 2024-08-06T20:20:19.171Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=cd88b2c906c8aca6 -C extra-filename=-cd88b2c906c8aca6 --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-2ee1c9c027f3978b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-84e8af4eb2edcb34.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-94e92c5ae0ab85f8.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-1fbe47e0e48ec4da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3048 | 2024-08-06T20:20:19.756Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d7b73fa2e46b6994/build-script-build` |
3049 | 2024-08-06T20:20:20.007Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08ae3888d013f1a2 -C extra-filename=-08ae3888d013f1a2 --out-dir /work/oxidecomputer/omicron/target/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` |
3050 | 2024-08-06T20:20:20.108Z | Compiling packed_struct_codegen v0.10.1 |
3051 | 2024-08-06T20:20:20.111Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e9d995a894fdbaf0 -C extra-filename=-e9d995a894fdbaf0 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3052 | 2024-08-06T20:20:20.528Z | Compiling async-recursion v1.1.1 |
3053 | 2024-08-06T20:20:20.531Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99429e77c166d629 -C extra-filename=-99429e77c166d629 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3054 | 2024-08-06T20:20:21.969Z | Compiling indexmap v1.9.3 |
3055 | 2024-08-06T20:20:21.972Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=f97adae7b196626f -C extra-filename=-f97adae7b196626f --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-f97adae7b196626f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3056 | 2024-08-06T20:20:22.360Z | Compiling nodrop v0.1.14 |
3057 | 2024-08-06T20:20:22.417Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=efcf30b90245626e -C extra-filename=-efcf30b90245626e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3058 | 2024-08-06T20:20:22.466Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-f97adae7b196626f/build-script-build` |
3059 | 2024-08-06T20:20:22.497Z | Compiling array-init v0.0.4 |
3060 | 2024-08-06T20:20:22.507Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=303c3036c0f5ade5 -C extra-filename=-303c3036c0f5ade5 --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-efcf30b90245626e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3061 | 2024-08-06T20:20:22.516Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=cce98a9a5b267568 -C extra-filename=-cce98a9a5b267568 --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-f3f2c30f5b1e55f4.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-637693a26e703f67/out/lib -l static=bz2` |
3062 | 2024-08-06T20:20:22.666Z | Compiling smallvec v0.6.14 |
3063 | 2024-08-06T20:20:22.666Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=2fb8012c23654a14 -C extra-filename=-2fb8012c23654a14 --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-08ae3888d013f1a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3064 | 2024-08-06T20:20:22.929Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=d3e26a05d9ae8f38 -C extra-filename=-d3e26a05d9ae8f38 --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-bca7f4c54429777f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-89d6bf1786570fcf.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
3065 | 2024-08-06T20:20:23.120Z | Compiling pkcs1 v0.7.5 |
3066 | 2024-08-06T20:20:23.123Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=e19d21751fe6ecdc -C extra-filename=-e19d21751fe6ecdc --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-858b565cf019bd67.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7cab2c00ae73f241.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-857a87e3ac944f84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3067 | 2024-08-06T20:20:23.263Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=e6b1c2c3954a14de -C extra-filename=-e6b1c2c3954a14de --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-cd88b2c906c8aca6.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-e9d995a894fdbaf0.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3068 | 2024-08-06T20:20:23.619Z | Compiling curve25519-dalek v4.1.3 |
3069 | 2024-08-06T20:20:23.622Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=e42c2808dbfa489c -C extra-filename=-e42c2808dbfa489c --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-e42c2808dbfa489c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-69339c6bd7f423c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3070 | 2024-08-06T20:20:24.118Z | Compiling universal-hash v0.5.1 |
3071 | 2024-08-06T20:20:24.121Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=74ef92d5b94b0920 -C extra-filename=-74ef92d5b94b0920 --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-e01bf9851d04f707.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3072 | 2024-08-06T20:20:24.322Z | Compiling hashbrown v0.12.3 |
3073 | 2024-08-06T20:20:24.325Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5e492555325b90b9 -C extra-filename=-5e492555325b90b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3074 | 2024-08-06T20:20:24.342Z | Compiling opaque-debug v0.3.1 |
3075 | 2024-08-06T20:20:24.345Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f06f50c68dcf348d -C extra-filename=-f06f50c68dcf348d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3076 | 2024-08-06T20:20:24.443Z | Compiling bitfield v0.14.0 |
3077 | 2024-08-06T20:20:24.460Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0f86bbdb2630456 -C extra-filename=-f0f86bbdb2630456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3078 | 2024-08-06T20:20:24.768Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-e42c2808dbfa489c/build-script-build` |
3079 | 2024-08-06T20:20:24.879Z | Compiling serde-hex v0.1.0 |
3080 | 2024-08-06T20:20:24.882Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9900a3df408193c6 -C extra-filename=-9900a3df408193c6 --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-303c3036c0f5ade5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2fb8012c23654a14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3081 | 2024-08-06T20:20:25.501Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=09672c8da3d51aff -C extra-filename=-09672c8da3d51aff --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-5e492555325b90b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
3082 | 2024-08-06T20:20:26.405Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=c73dc887d18aacfd -C extra-filename=-c73dc887d18aacfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1e9a622927351da5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-689f621da57c8fbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-3c7e1096ffe93a92.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d020738c9bd4c9ea.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-fb903f7b10f5119d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edcb067e2f996f26.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
3083 | 2024-08-06T20:20:27.426Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3084 | 2024-08-06T20:20:27.430Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43ae40aa9927d26c -C extra-filename=-43ae40aa9927d26c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3085 | 2024-08-06T20:20:29.704Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
3086 | 2024-08-06T20:20:29.728Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbf3fae006cf0020 -C extra-filename=-dbf3fae006cf0020 --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-80f253f0e12459de.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-abd285a280e52eb7.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e1ad962d642a7a3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab18c47c950de1f3.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3087 | 2024-08-06T20:20:30.371Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3088 | 2024-08-06T20:20:30.411Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=206568bec9e25ae9 -C extra-filename=-206568bec9e25ae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-37792cd2aa3864cc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3089 | 2024-08-06T20:20:31.887Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f059a47940117e70 -C extra-filename=-f059a47940117e70 --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-80f253f0e12459de.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-abd285a280e52eb7.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab18c47c950de1f3.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3090 | 2024-08-06T20:20:32.317Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3091 | 2024-08-06T20:20:32.320Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da1debaff0851a89 -C extra-filename=-da1debaff0851a89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3092 | 2024-08-06T20:20:33.173Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3093 | 2024-08-06T20:20:33.176Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=047c10ed1ca64bc3 -C extra-filename=-047c10ed1ca64bc3 --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-f0f86bbdb2630456.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e6b1c2c3954a14de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3094 | 2024-08-06T20:20:33.516Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-75a8d7a963e0e440/build-script-build` |
3095 | 2024-08-06T20:20:34.454Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e56b7ef3306b611a -C extra-filename=-e56b7ef3306b611a --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-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3096 | 2024-08-06T20:20:35.117Z | Compiling rsa v0.9.6 |
3097 | 2024-08-06T20:20:35.120Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=f549c0658a94c524 -C extra-filename=-f549c0658a94c524 --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-d5d3c5dd2e616b61.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-d3e26a05d9ae8f38.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-e19d21751fe6ecdc.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7cab2c00ae73f241.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7465311362c71ebc.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-857a87e3ac944f84.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3098 | 2024-08-06T20:20:35.307Z | Compiling bzip2 v0.4.4 |
3099 | 2024-08-06T20:20:35.310Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=6c5b7d50c233ecd5 -C extra-filename=-6c5b7d50c233ecd5 --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-cce98a9a5b267568.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.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-637693a26e703f67/out/lib` |
3100 | 2024-08-06T20:20:35.697Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3101 | 2024-08-06T20:20:35.699Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=d31e265c2ffd6f84 -C extra-filename=-d31e265c2ffd6f84 --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-bca7f4c54429777f.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-784bb20d76b10b45.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3102 | 2024-08-06T20:20:36.025Z | Compiling env_logger v0.10.2 |
3103 | 2024-08-06T20:20:36.028Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=b5fd26bc94045868 -C extra-filename=-b5fd26bc94045868 --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-53f5592a30cd5489.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3cf69054af20f1c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3104 | 2024-08-06T20:20:37.010Z | Compiling x509-cert v0.2.5 |
3105 | 2024-08-06T20:20:37.013Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=3581488cbe52667c -C extra-filename=-3581488cbe52667c --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-d5d3c5dd2e616b61.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-857a87e3ac944f84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3106 | 2024-08-06T20:20:37.260Z | Compiling ron v0.8.1 |
3107 | 2024-08-06T20:20:37.263Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=ad54200ffdc2d02a -C extra-filename=-ad54200ffdc2d02a --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-050eb13206eed9fc.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3108 | 2024-08-06T20:20:39.972Z | Compiling hashbrown v0.13.2 |
3109 | 2024-08-06T20:20:39.975Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c50a10b9f7069200 -C extra-filename=-c50a10b9f7069200 --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-db913bca224bc7dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3110 | 2024-08-06T20:20:41.132Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3111 | 2024-08-06T20:20:41.135Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92c1fd007162d39d -C extra-filename=-92c1fd007162d39d --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-c73dc887d18aacfd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3112 | 2024-08-06T20:20:41.740Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3113 | 2024-08-06T20:20:41.743Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bbfd9520551aced1 -C extra-filename=-bbfd9520551aced1 --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-1a152cc9879e17df.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-dbf3fae006cf0020.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3114 | 2024-08-06T20:20:41.822Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3115 | 2024-08-06T20:20:41.827Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2ebbcd349c3e635 -C extra-filename=-c2ebbcd349c3e635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3116 | 2024-08-06T20:20:42.164Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3117 | 2024-08-06T20:20:42.167Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d9951a555b06db6 -C extra-filename=-1d9951a555b06db6 --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-ffdda7587b6e31f7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3118 | 2024-08-06T20:20:43.020Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3119 | 2024-08-06T20:20:43.024Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f59dc4a8eb97f55b -C extra-filename=-f59dc4a8eb97f55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5205a223002816b9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-80f7b973b0ef1a55.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b3879db478c5c841.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3120 | 2024-08-06T20:20:43.826Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3121 | 2024-08-06T20:20:43.830Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d64691ff9d42128 -C extra-filename=-6d64691ff9d42128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-803816be2e893e71.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb456c076a8cfe3b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3122 | 2024-08-06T20:20:44.110Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3123 | 2024-08-06T20:20:44.113Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af04bccd1dea72f9 -C extra-filename=-af04bccd1dea72f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3124 | 2024-08-06T20:20:44.160Z | Compiling curve25519-dalek-derive v0.1.1 |
3125 | 2024-08-06T20:20:44.163Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3369b6e2cdb73622 -C extra-filename=-3369b6e2cdb73622 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3126 | 2024-08-06T20:20:45.848Z | Compiling crc-any v2.5.0 |
3127 | 2024-08-06T20:20:45.851Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=2f7ee0bbe05cfd04 -C extra-filename=-2f7ee0bbe05cfd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3128 | 2024-08-06T20:20:46.359Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3129 | 2024-08-06T20:20:46.361Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=d04f6bb14276208d -C extra-filename=-d04f6bb14276208d --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-bca7f4c54429777f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-2f7ee0bbe05cfd04.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-b5fd26bc94045868.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-047c10ed1ca64bc3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e6b1c2c3954a14de.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f549c0658a94c524.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-9900a3df408193c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3581488cbe52667c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3130 | 2024-08-06T20:20:46.859Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=c3a4dbb89b5e9c6e -C extra-filename=-c3a4dbb89b5e9c6e --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-774af40ecdc28659.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-3369b6e2cdb73622.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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"'` |
3131 | 2024-08-06T20:20:49.045Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3132 | 2024-08-06T20:20:49.048Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54c2a3dbdf7fc0f4 -C extra-filename=-54c2a3dbdf7fc0f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-f059a47940117e70.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab18c47c950de1f3.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-bbfd9520551aced1.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3133 | 2024-08-06T20:20:49.117Z | Compiling object v0.30.4 |
3134 | 2024-08-06T20:20:49.134Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=040cdbba06c17d4f -C extra-filename=-040cdbba06c17d4f --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-dbcc455625ed5c5e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c50a10b9f7069200.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-09672c8da3d51aff.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3135 | 2024-08-06T20:20:49.458Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3136 | 2024-08-06T20:20:49.461Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48ba53b25660c7f6 -C extra-filename=-48ba53b25660c7f6 --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-ad54200ffdc2d02a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d31e265c2ffd6f84.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3137 | 2024-08-06T20:20:50.217Z | Compiling zip v0.6.6 |
3138 | 2024-08-06T20:20:50.220Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=e50a3ade234e9462 -C extra-filename=-e50a3ade234e9462 --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-bca7f4c54429777f.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-6c5b7d50c233ecd5.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-dbcc455625ed5c5e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.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-637693a26e703f67/out/lib` |
3139 | 2024-08-06T20:20:51.646Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3140 | 2024-08-06T20:20:51.651Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b861d7230f417c37 -C extra-filename=-b861d7230f417c37 --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-5eb9c922344cdb6f.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-97891c26559d8d15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3141 | 2024-08-06T20:20:52.506Z | Compiling path-slash v0.1.5 |
3142 | 2024-08-06T20:20:52.535Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b6f02cca3ef1cf2 -C extra-filename=-8b6f02cca3ef1cf2 --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:20:52.740Z | Compiling parking_lot_core v0.8.6 |
3144 | 2024-08-06T20:20:52.743Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b64d469815461873 -C extra-filename=-b64d469815461873 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b64d469815461873 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3145 | 2024-08-06T20:20:53.300Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b64d469815461873/build-script-build` |
3146 | 2024-08-06T20:20:53.330Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3147 | 2024-08-06T20:20:53.333Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93521094cc29b48c -C extra-filename=-93521094cc29b48c --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-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3148 | 2024-08-06T20:20:53.353Z | Compiling aead v0.5.2 |
3149 | 2024-08-06T20:20:53.356Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=a62ea390c65b48c1 -C extra-filename=-a62ea390c65b48c1 --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-e01bf9851d04f707.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1807aa5de28961ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3150 | 2024-08-06T20:20:53.733Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=d444553fad6cb1d7 -C extra-filename=-d444553fad6cb1d7 --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-774af40ecdc28659.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8529b9c14cec2a86.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3151 | 2024-08-06T20:20:54.395Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3152 | 2024-08-06T20:20:54.398Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=884350d46cfc65af -C extra-filename=-884350d46cfc65af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3153 | 2024-08-06T20:20:55.181Z | Compiling poly1305 v0.8.0 |
3154 | 2024-08-06T20:20:55.184Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=38db42cb442657eb -C extra-filename=-38db42cb442657eb --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-63a2ce1fe4e677bf.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f06f50c68dcf348d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-74ef92d5b94b0920.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3155 | 2024-08-06T20:20:55.276Z | Compiling chacha20 v0.9.1 |
3156 | 2024-08-06T20:20:55.278Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=d0c026483f4581d4 -C extra-filename=-d0c026483f4581d4 --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-774af40ecdc28659.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d77e7648b499580e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3157 | 2024-08-06T20:20:55.722Z | Compiling thiserror-impl-no-std v2.0.2 |
3158 | 2024-08-06T20:20:55.725Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=4e0c6232afd5c9d9 -C extra-filename=-4e0c6232afd5c9d9 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3159 | 2024-08-06T20:20:56.910Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
3160 | 2024-08-06T20:20:56.913Z | Running `/home/build/.rustup/toolchains/1.80.0-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=1d8618b39ac5f846 -C extra-filename=-1d8618b39ac5f846 --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-1b1bc6aec7bcf50f.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-047c10ed1ca64bc3.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-d04f6bb14276208d.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-040cdbba06c17d4f.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-8b6f02cca3ef1cf2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f549c0658a94c524.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d31e265c2ffd6f84.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-48ba53b25660c7f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a458146c63f26b69.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3581488cbe52667c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e50a3ade234e9462.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-637693a26e703f67/out/lib` |
3161 | 2024-08-06T20:20:57.154Z | Compiling parking_lot v0.11.2 |
3162 | 2024-08-06T20:20:57.157Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=ca54491348028b83 -C extra-filename=-ca54491348028b83 --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-8529b9c14cec2a86.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-39ee11571b13c1e0.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-d444553fad6cb1d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3163 | 2024-08-06T20:20:57.174Z | Compiling trust-dns-client v0.22.0 |
3164 | 2024-08-06T20:20:57.177Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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", "openssl", "ring", "rustls", "serde", "serde-config", "webpki"))' -C metadata=74dacd92ab06eb38 -C extra-filename=-74dacd92ab06eb38 --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-774af40ecdc28659.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-5cabb2aa8733b186.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3165 | 2024-08-06T20:20:58.069Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3166 | 2024-08-06T20:20:58.072Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6adf9a7089cd7568 -C extra-filename=-6adf9a7089cd7568 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-6adf9a7089cd7568 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3167 | 2024-08-06T20:20:58.096Z | Compiling toml v0.5.11 |
3168 | 2024-08-06T20:20:58.096Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "preserve_order"))' -C metadata=8dfa7eaaf95173ca -C extra-filename=-8dfa7eaaf95173ca --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3169 | 2024-08-06T20:20:58.474Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-6adf9a7089cd7568/build-script-build` |
3170 | 2024-08-06T20:20:58.504Z | Compiling sled v0.34.7 |
3171 | 2024-08-06T20:20:58.524Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=3e591a889d0ba674 -C extra-filename=-3e591a889d0ba674 --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-dbcc455625ed5c5e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-745eea638614c2b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7aa0c01458a1fd43.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ca54491348028b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3172 | 2024-08-06T20:20:58.656Z | Compiling chacha20poly1305 v0.10.1 |
3173 | 2024-08-06T20:20:58.659Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=f4ff649d09ea8b55 -C extra-filename=-f4ff649d09ea8b55 --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-a62ea390c65b48c1.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-d0c026483f4581d4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d77e7648b499580e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-38db42cb442657eb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3174 | 2024-08-06T20:20:58.902Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3175 | 2024-08-06T20:20:58.905Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d87d31ad6876433 -C extra-filename=-4d87d31ad6876433 --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-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3176 | 2024-08-06T20:20:59.213Z | Compiling thiserror-no-std v2.0.2 |
3177 | 2024-08-06T20:20:59.216Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=bd4a8fe5eaae6ba4 -C extra-filename=-bd4a8fe5eaae6ba4 --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-4e0c6232afd5c9d9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3178 | 2024-08-06T20:20:59.332Z | Compiling vsss-rs v3.3.4 |
3179 | 2024-08-06T20:20:59.335Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=abb45d9a44b46ce4 -C extra-filename=-abb45d9a44b46ce4 --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-c3a4dbb89b5e9c6e.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e20d6edc3549df10.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f60406ef360cc519.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-bd4a8fe5eaae6ba4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3180 | 2024-08-06T20:21:00.249Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3181 | 2024-08-06T20:21:00.252Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=486c7d10b7aad819 -C extra-filename=-486c7d10b7aad819 --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-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3182 | 2024-08-06T20:21:01.358Z | Compiling trust-dns-server v0.22.1 |
3183 | 2024-08-06T20:21:01.361Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "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", "http", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "trust-dns-recursor", "trust-dns-resolver"))' -C metadata=33d9f9b8626e1764 -C extra-filename=-33d9f9b8626e1764 --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-5eb9c922344cdb6f.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-0c18cda6ecdc5c2e.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e734b3f2e3795c4e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8dfa7eaaf95173ca.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3184 | 2024-08-06T20:21:01.776Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
3185 | 2024-08-06T20:21:01.780Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/220dd02/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=24dbd60510aba295 -C extra-filename=-24dbd60510aba295 --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-444c5358b98f058d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3186 | 2024-08-06T20:21:03.241Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3187 | 2024-08-06T20:21:03.244Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=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=d77e059a2f9a92f7 -C extra-filename=-d77e059a2f9a92f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-d77e059a2f9a92f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3188 | 2024-08-06T20:21:03.621Z | Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-d77e059a2f9a92f7/build-script-build` |
3189 | 2024-08-06T20:21:03.646Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=451d0221cc1a8b0d -C extra-filename=-451d0221cc1a8b0d --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-80f253f0e12459de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-f4ff649d09ea8b55.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-97891c26559d8d15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-abb45d9a44b46ce4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3190 | 2024-08-06T20:21:03.663Z | Compiling buf-list v1.0.3 |
3191 | 2024-08-06T20:21:03.663Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=bdffd4a66c93a91c -C extra-filename=-bdffd4a66c93a91c --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-bdffd4a66c93a91c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3192 | 2024-08-06T20:21:03.974Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3193 | 2024-08-06T20:21:03.976Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40543155570b6336 -C extra-filename=-40543155570b6336 --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-24dbd60510aba295.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3194 | 2024-08-06T20:21:04.380Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3195 | 2024-08-06T20:21:04.383Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a177229a302ce38 -C extra-filename=-3a177229a302ce38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-33d9f9b8626e1764.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3196 | 2024-08-06T20:21:06.557Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-bdffd4a66c93a91c/build-script-build` |
3197 | 2024-08-06T20:21:06.635Z | Compiling diff v0.1.13 |
3198 | 2024-08-06T20:21:06.638Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac1b63c68eeb194a -C extra-filename=-ac1b63c68eeb194a --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:21:07.373Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=823a1c68e731b1ef -C extra-filename=-823a1c68e731b1ef --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-80f253f0e12459de.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
3200 | 2024-08-06T20:21:07.961Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee999d3966d7f342 -C extra-filename=-ee999d3966d7f342 --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-774af40ecdc28659.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -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 native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3201 | 2024-08-06T20:21:08.297Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3202 | 2024-08-06T20:21:08.300Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc43c9f76654c359 -C extra-filename=-bc43c9f76654c359 --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-868af700da08e0dd.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-477a0033dd312b72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3203 | 2024-08-06T20:21:09.065Z | Compiling vte_generate_state_changes v0.1.1 |
3204 | 2024-08-06T20:21:09.068Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0a8edebbd94e530 -C extra-filename=-c0a8edebbd94e530 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3205 | 2024-08-06T20:21:09.212Z | Compiling nanorand v0.7.0 |
3206 | 2024-08-06T20:21:09.215Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=2b1703eef3de5497 -C extra-filename=-2b1703eef3de5497 --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-0f3b03011585f442.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3207 | 2024-08-06T20:21:09.658Z | Compiling unicase v2.7.0 |
3208 | 2024-08-06T20:21:09.661Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=81b40ccc8c1a9b1d -C extra-filename=-81b40ccc8c1a9b1d --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-81b40ccc8c1a9b1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3209 | 2024-08-06T20:21:09.778Z | Compiling flume v0.11.0 |
3210 | 2024-08-06T20:21:09.781Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=998a130f659c3900 -C extra-filename=-998a130f659c3900 --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-afd15c3e3cb3531c.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-2b1703eef3de5497.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3211 | 2024-08-06T20:21:09.829Z | Compiling vte v0.11.1 |
3212 | 2024-08-06T20:21:09.873Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=a9ee4a7e6f8bce63 -C extra-filename=-a9ee4a7e6f8bce63 --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-f76a721e27ade519.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-c0a8edebbd94e530.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3213 | 2024-08-06T20:21:09.957Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3214 | 2024-08-06T20:21:09.960Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c1ddfe0e7f81f2d -C extra-filename=-3c1ddfe0e7f81f2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3215 | 2024-08-06T20:21:09.986Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3216 | 2024-08-06T20:21:09.989Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04a557d9d2408839 -C extra-filename=-04a557d9d2408839 --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-1a152cc9879e17df.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3217 | 2024-08-06T20:21:10.020Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-81b40ccc8c1a9b1d/build-script-build` |
3218 | 2024-08-06T20:21:10.212Z | Compiling fd-lock v4.0.2 |
3219 | 2024-08-06T20:21:10.215Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b38394bbae44f156 -C extra-filename=-b38394bbae44f156 --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-774af40ecdc28659.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3220 | 2024-08-06T20:21:10.231Z | Compiling kstat-rs v0.2.4 |
3221 | 2024-08-06T20:21:10.248Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3609e5b1b652ea2c -C extra-filename=-3609e5b1b652ea2c --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-f3f2c30f5b1e55f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3222 | 2024-08-06T20:21:10.335Z | Compiling pin-project-internal v1.1.5 |
3223 | 2024-08-06T20:21:10.340Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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=8b1860a9cf8cfc48 -C extra-filename=-8b1860a9cf8cfc48 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3224 | 2024-08-06T20:21:10.423Z | Compiling crunchy v0.2.2 |
3225 | 2024-08-06T20:21:10.426Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=df9fb773f1276fdc -C extra-filename=-df9fb773f1276fdc --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-df9fb773f1276fdc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3226 | 2024-08-06T20:21:10.453Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=73a8f9cb4c7ce659 -C extra-filename=-73a8f9cb4c7ce659 --out-dir /work/oxidecomputer/omicron/target/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` |
3227 | 2024-08-06T20:21:10.851Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3228 | 2024-08-06T20:21:10.851Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/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=04a85e01b7d7ec19 -C extra-filename=-04a85e01b7d7ec19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2691aa6f60e18a9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3229 | 2024-08-06T20:21:10.871Z | Compiling clang-sys v1.7.0 |
3230 | 2024-08-06T20:21:10.874Z | Running `/home/build/.rustup/toolchains/1.80.0-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=7ad71e5cca29827a -C extra-filename=-7ad71e5cca29827a --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7ad71e5cca29827a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3231 | 2024-08-06T20:21:11.041Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-df9fb773f1276fdc/build-script-build` |
3232 | 2024-08-06T20:21:11.070Z | Compiling tiny-keccak v2.0.2 |
3233 | 2024-08-06T20:21:11.074Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=8b986a48da3b8755 -C extra-filename=-8b986a48da3b8755 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8b986a48da3b8755 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3234 | 2024-08-06T20:21:11.229Z | Compiling strip-ansi-escapes v0.2.0 |
3235 | 2024-08-06T20:21:11.232Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54d054e24619e1e5 -C extra-filename=-54d054e24619e1e5 --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-a9ee4a7e6f8bce63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3236 | 2024-08-06T20:21:11.444Z | Compiling nu-ansi-term v0.50.0 |
3237 | 2024-08-06T20:21:11.447Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=b72ab1a9800fba50 -C extra-filename=-b72ab1a9800fba50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3238 | 2024-08-06T20:21:11.637Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8b986a48da3b8755/build-script-build` |
3239 | 2024-08-06T20:21:11.657Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7ad71e5cca29827a/build-script-build` |
3240 | 2024-08-06T20:21:11.681Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=30d31fab3104acfe -C extra-filename=-30d31fab3104acfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3241 | 2024-08-06T20:21:11.700Z | Compiling mime_guess v2.0.4 |
3242 | 2024-08-06T20:21:11.703Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.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=2b2edaf6bcff7e63 -C extra-filename=-2b2edaf6bcff7e63 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-2b2edaf6bcff7e63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-73a8f9cb4c7ce659.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3243 | 2024-08-06T20:21:11.797Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3244 | 2024-08-06T20:21:11.800Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=f094103a4d21de15 -C extra-filename=-f094103a4d21de15 --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-774af40ecdc28659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-3609e5b1b652ea2c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3245 | 2024-08-06T20:21:12.223Z | Compiling reedline v0.31.0 |
3246 | 2024-08-06T20:21:12.226Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=d87e6311d06f57b5 -C extra-filename=-d87e6311d06f57b5 --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-bfb72a2afc18d443.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b38394bbae44f156.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-b72ab1a9800fba50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-54d054e24619e1e5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-eff997d390bb1a10.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4c5dad9816a3a035.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3247 | 2024-08-06T20:21:12.558Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3248 | 2024-08-06T20:21:12.561Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e5527b6db61973b -C extra-filename=-3e5527b6db61973b --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-574eaa58047d9176.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3249 | 2024-08-06T20:21:13.229Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3250 | 2024-08-06T20:21:13.232Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c9aeaf19b20bcd4 -C extra-filename=-4c9aeaf19b20bcd4 --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-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3251 | 2024-08-06T20:21:13.691Z | Compiling pin-project v1.1.5 |
3252 | 2024-08-06T20:21:13.693Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.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=84a7357bae8cee17 -C extra-filename=-84a7357bae8cee17 --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-8b1860a9cf8cfc48.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3253 | 2024-08-06T20:21:13.833Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
3254 | 2024-08-06T20:21:13.835Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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=456a744d704c9f62 -C extra-filename=-456a744d704c9f62 --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-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-050eb13206eed9fc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-98587d87f8763f6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3255 | 2024-08-06T20:21:14.485Z | Compiling ref-cast v1.0.23 |
3256 | 2024-08-06T20:21:14.488Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1436819c6469a15e -C extra-filename=-1436819c6469a15e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-1436819c6469a15e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3257 | 2024-08-06T20:21:15.094Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1436819c6469a15e/build-script-build` |
3258 | 2024-08-06T20:21:15.165Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-2b2edaf6bcff7e63/build-script-build` |
3259 | 2024-08-06T20:21:15.207Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=ce5fcd35f23c7fdc -C extra-filename=-ce5fcd35f23c7fdc --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-30d31fab3104acfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3260 | 2024-08-06T20:21:15.895Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3261 | 2024-08-06T20:21:15.898Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb01dee71938cb3a -C extra-filename=-fb01dee71938cb3a --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-cf7d2b0f06898cb2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3262 | 2024-08-06T20:21:16.743Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3263 | 2024-08-06T20:21:16.747Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1c51b03e7604478 -C extra-filename=-b1c51b03e7604478 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b1c51b03e7604478 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3264 | 2024-08-06T20:21:17.136Z | Compiling ascii-canvas v3.0.0 |
3265 | 2024-08-06T20:21:17.139Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=452baa03d5cf23a8 -C extra-filename=-452baa03d5cf23a8 --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-d60f84fcbd870422.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3266 | 2024-08-06T20:21:17.362Z | Compiling ref-cast-impl v1.0.23 |
3267 | 2024-08-06T20:21:17.366Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98780c4af1ab49c6 -C extra-filename=-98780c4af1ab49c6 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3268 | 2024-08-06T20:21:17.709Z | Compiling ena v0.14.3 |
3269 | 2024-08-06T20:21:17.713Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=bc146f9c0bc93a42 -C extra-filename=-bc146f9c0bc93a42 --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-25247ca285912f88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3270 | 2024-08-06T20:21:18.146Z | Compiling libloading v0.8.3 |
3271 | 2024-08-06T20:21:18.150Z | Running `/home/build/.rustup/toolchains/1.80.0-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=388cf152041d40a3 -C extra-filename=-388cf152041d40a3 --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-774af40ecdc28659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3272 | 2024-08-06T20:21:18.576Z | Compiling regex-syntax v0.6.29 |
3273 | 2024-08-06T20:21:18.588Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=136ce15dad63a9da -C extra-filename=-136ce15dad63a9da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3274 | 2024-08-06T20:21:18.752Z | Compiling cfg_aliases v0.1.1 |
3275 | 2024-08-06T20:21:18.756Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b83dae60afdff726 -C extra-filename=-b83dae60afdff726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3276 | 2024-08-06T20:21:18.867Z | Dirty bytecount v0.6.8: the rustflags changed |
3277 | 2024-08-06T20:21:18.867Z | Compiling bytecount v0.6.8 |
3278 | 2024-08-06T20:21:18.883Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=12a147b1a99241bc -C extra-filename=-12a147b1a99241bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3279 | 2024-08-06T20:21:19.096Z | Compiling bindgen v0.69.4 |
3280 | 2024-08-06T20:21:19.100Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.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=928fa221cbbec70e -C extra-filename=-928fa221cbbec70e --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-928fa221cbbec70e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3281 | 2024-08-06T20:21:19.493Z | Dirty papergrid v0.11.0: the rustflags changed |
3282 | 2024-08-06T20:21:19.493Z | Compiling papergrid v0.11.0 |
3283 | 2024-08-06T20:21:19.497Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=46877b43736675bf -C extra-filename=-46877b43736675bf --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-12a147b1a99241bc.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-78d576050c2a6006.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3284 | 2024-08-06T20:21:19.973Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-928fa221cbbec70e/build-script-build` |
3285 | 2024-08-06T20:21:19.999Z | Compiling nix v0.28.0 |
3286 | 2024-08-06T20:21:20.002Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=718835f6d6095741 -C extra-filename=-718835f6d6095741 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-718835f6d6095741 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-b83dae60afdff726.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3287 | 2024-08-06T20:21:20.384Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3514b319f5e7239 -C extra-filename=-b3514b319f5e7239 --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-98780c4af1ab49c6.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)'` |
3288 | 2024-08-06T20:21:20.534Z | Running `/home/build/.rustup/toolchains/1.80.0-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=9f0e188878cd03b2 -C extra-filename=-9f0e188878cd03b2 --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-284fe0832177121d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-388cf152041d40a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3289 | 2024-08-06T20:21:20.911Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b1c51b03e7604478/build-script-build` |
3290 | 2024-08-06T20:21:20.941Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.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=a662ea1498ac52dd -C extra-filename=-a662ea1498ac52dd --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-ca56f3dcaef43b6e.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-73a8f9cb4c7ce659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3291 | 2024-08-06T20:21:21.016Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3292 | 2024-08-06T20:21:21.020Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d026e1878bc2dc6a -C extra-filename=-d026e1878bc2dc6a --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-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-04a557d9d2408839.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3293 | 2024-08-06T20:21:21.946Z | Compiling lalrpop v0.19.12 |
3294 | 2024-08-06T20:21:21.949Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=930194702211a2dd -C extra-filename=-930194702211a2dd --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-452baa03d5cf23a8.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f2feca33e2b5367a.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-ac1b63c68eeb194a.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-bc146f9c0bc93a42.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-53f5592a30cd5489.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-92f4e854e5aa636b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-136ce15dad63a9da.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-ce5fcd35f23c7fdc.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-2c084fe765d438cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3295 | 2024-08-06T20:21:22.264Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3296 | 2024-08-06T20:21:22.268Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c21198ddbf1aabe0 -C extra-filename=-c21198ddbf1aabe0 --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-35cfcb1498660a15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3297 | 2024-08-06T20:21:23.695Z | Compiling which v4.4.2 |
3298 | 2024-08-06T20:21:23.698Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=4886d21d6ef582f6 -C extra-filename=-4886d21d6ef582f6 --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-39399cfff738991b.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-54bad3b817dfed5e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3299 | 2024-08-06T20:21:24.036Z | Compiling tabled_derive v0.7.0 |
3300 | 2024-08-06T20:21:24.044Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e20d0bb5167a3c5 -C extra-filename=-9e20d0bb5167a3c5 --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-bdcc7bf362727e72.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6b00edc45ecd49ce.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3301 | 2024-08-06T20:21:24.266Z | Compiling cexpr v0.6.0 |
3302 | 2024-08-06T20:21:24.268Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53bd2cffa5d21b6b -C extra-filename=-53bd2cffa5d21b6b --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-b562a6826fc3bfa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3303 | 2024-08-06T20:21:24.321Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
3304 | 2024-08-06T20:21:24.324Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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=2c8bad5d8de50e21 -C extra-filename=-2c8bad5d8de50e21 --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-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3305 | 2024-08-06T20:21:24.559Z | Compiling shlex v1.3.0 |
3306 | 2024-08-06T20:21:24.563Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5178f27bb8bd253d -C extra-filename=-5178f27bb8bd253d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3307 | 2024-08-06T20:21:24.665Z | Compiling lazycell v1.3.0 |
3308 | 2024-08-06T20:21:24.696Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=23c94baac310c84f -C extra-filename=-23c94baac310c84f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3309 | 2024-08-06T20:21:24.699Z | Compiling rustc-hash v1.1.0 |
3310 | 2024-08-06T20:21:24.755Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=48562daaf5672d81 -C extra-filename=-48562daaf5672d81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3311 | 2024-08-06T20:21:24.758Z | Compiling http-range v0.1.5 |
3312 | 2024-08-06T20:21:24.758Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=198e12856c11475e -C extra-filename=-198e12856c11475e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3313 | 2024-08-06T20:21:24.844Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
3314 | 2024-08-06T20:21:24.863Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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=e334db0ca4f7eb10 -C extra-filename=-e334db0ca4f7eb10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-9c262bfe3303e98b.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-050eb13206eed9fc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2c8bad5d8de50e21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-98587d87f8763f6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3315 | 2024-08-06T20:21:24.887Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-718835f6d6095741/build-script-build` |
3316 | 2024-08-06T20:21:24.892Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3317 | 2024-08-06T20:21:24.895Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88e7c35543aed2d7 -C extra-filename=-88e7c35543aed2d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-88e7c35543aed2d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3318 | 2024-08-06T20:21:24.980Z | Compiling hyper-staticfile v0.9.5 |
3319 | 2024-08-06T20:21:24.983Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce10b0fd0d13975f -C extra-filename=-ce10b0fd0d13975f --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-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-198e12856c11475e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-74e1442771ecd7f3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-a662ea1498ac52dd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3320 | 2024-08-06T20:21:25.121Z | Running `/home/build/.rustup/toolchains/1.80.0-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=bbfcb43ab492d0dc -C extra-filename=-bbfcb43ab492d0dc --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-26e7096777fff4cf.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-53bd2cffa5d21b6b.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9f0e188878cd03b2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-23c94baac310c84f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-48562daaf5672d81.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-5178f27bb8bd253d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-4886d21d6ef582f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3321 | 2024-08-06T20:21:25.253Z | Compiling derive_builder_core v0.20.0 |
3322 | 2024-08-06T20:21:25.256Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.0/src/lib.rs --error-format=json --json=diagnostic-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=dfad52434e147f72 -C extra-filename=-dfad52434e147f72 --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-7440a0f1ec829a8d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3323 | 2024-08-06T20:21:25.939Z | Compiling libxml v0.3.3 |
3324 | 2024-08-06T20:21:25.942Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb6849fb1c485c31 -C extra-filename=-bb6849fb1c485c31 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-bb6849fb1c485c31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8654018bc64f938d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3325 | 2024-08-06T20:21:26.065Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-88e7c35543aed2d7/build-script-build` |
3326 | 2024-08-06T20:21:26.094Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=7b5c83bac9154b5a -C extra-filename=-7b5c83bac9154b5a --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-26e7096777fff4cf.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
3327 | 2024-08-06T20:21:26.391Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-bb6849fb1c485c31/build-script-build` |
3328 | 2024-08-06T20:21:26.430Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95b58a46835c342c -C extra-filename=-95b58a46835c342c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d026e1878bc2dc6a.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-bc43c9f76654c359.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3329 | 2024-08-06T20:21:26.741Z | Compiling tabled v0.15.0 |
3330 | 2024-08-06T20:21:26.745Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=e68c17264a849cdc -C extra-filename=-e68c17264a849cdc --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-46877b43736675bf.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-9e20d0bb5167a3c5.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3331 | 2024-08-06T20:21:27.693Z | Compiling derive_builder_macro v0.20.0 |
3332 | 2024-08-06T20:21:27.700Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.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=946aa0448390a3c1 -C extra-filename=-946aa0448390a3c1 --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-dfad52434e147f72.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3333 | 2024-08-06T20:21:28.804Z | Compiling peg-macros v0.8.4 |
3334 | 2024-08-06T20:21:28.807Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=359185fa4498cd01 -C extra-filename=-359185fa4498cd01 --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-9adaac230c4a1804.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3335 | 2024-08-06T20:21:29.979Z | Compiling strum_macros v0.24.3 |
3336 | 2024-08-06T20:21:29.982Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0623615792d2f128 -C extra-filename=-0623615792d2f128 --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-bdcc7bf362727e72.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-8c65c1eca2f206d2.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3337 | 2024-08-06T20:21:32.680Z | Compiling snafu-derive v0.8.2 |
3338 | 2024-08-06T20:21:32.684Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.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=01907e0f019b2e8c -C extra-filename=-01907e0f019b2e8c --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-bdcc7bf362727e72.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3339 | 2024-08-06T20:21:32.818Z | Compiling sqlparser_derive v0.2.2 |
3340 | 2024-08-06T20:21:32.821Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02a2c72a1b979311 -C extra-filename=-02a2c72a1b979311 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3341 | 2024-08-06T20:21:33.808Z | Compiling cookie v0.18.1 |
3342 | 2024-08-06T20:21:33.811Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=8a8d2d319d04bbff -C extra-filename=-8a8d2d319d04bbff --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-8a8d2d319d04bbff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3343 | 2024-08-06T20:21:33.917Z | Compiling unicode_categories v0.1.1 |
3344 | 2024-08-06T20:21:33.920Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3d5981024caac35 -C extra-filename=-d3d5981024caac35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3345 | 2024-08-06T20:21:34.090Z | Compiling indoc v1.0.9 |
3346 | 2024-08-06T20:21:34.093Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=493e993fafb6f106 -C extra-filename=-493e993fafb6f106 --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` |
3347 | 2024-08-06T20:21:34.157Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-8a8d2d319d04bbff/build-script-build` |
3348 | 2024-08-06T20:21:34.229Z | Compiling sqlformat v0.2.4 |
3349 | 2024-08-06T20:21:34.233Z | Running `/home/build/.rustup/toolchains/1.80.0-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=fb0e421323b0324a -C extra-filename=-fb0e421323b0324a --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-b562a6826fc3bfa1.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-d3d5981024caac35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3350 | 2024-08-06T20:21:34.248Z | Compiling sqlparser v0.45.0 |
3351 | 2024-08-06T20:21:34.252Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=e24fcdcb4aae180a -C extra-filename=-e24fcdcb4aae180a --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-25247ca285912f88.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-02a2c72a1b979311.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3352 | 2024-08-06T20:21:35.200Z | Compiling peg v0.8.4 |
3353 | 2024-08-06T20:21:35.203Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=53934843a53e3434 -C extra-filename=-53934843a53e3434 --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-359185fa4498cd01.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9adaac230c4a1804.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3354 | 2024-08-06T20:21:35.311Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3355 | 2024-08-06T20:21:35.315Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=ba1af92f04c7b0d7 -C extra-filename=-ba1af92f04c7b0d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ce10b0fd0d13975f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e334db0ca4f7eb10.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3356 | 2024-08-06T20:21:38.556Z | Compiling snafu v0.8.2 |
3357 | 2024-08-06T20:21:38.559Z | Running `/home/build/.rustup/toolchains/1.80.0-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=f9e1a29e47582297 -C extra-filename=-f9e1a29e47582297 --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-afd15c3e3cb3531c.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-84a7357bae8cee17.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-01907e0f019b2e8c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3358 | 2024-08-06T20:21:38.626Z | Compiling rustyline v14.0.0 |
3359 | 2024-08-06T20:21:38.629Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=7f10d800046d5b1d -C extra-filename=-7f10d800046d5b1d --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-26e7096777fff4cf.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b38394bbae44f156.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-54bad3b817dfed5e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-7b5c83bac9154b5a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-5cabb2aa8733b186.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4c5dad9816a3a035.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-f76a721e27ade519.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3360 | 2024-08-06T20:21:39.444Z | Compiling derive_builder v0.20.0 |
3361 | 2024-08-06T20:21:39.447Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c37e525f4c79623c -C extra-filename=-c37e525f4c79623c --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-946aa0448390a3c1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3362 | 2024-08-06T20:21:39.632Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5880de9fa1919731 -C extra-filename=-5880de9fa1919731 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
3363 | 2024-08-06T20:21:40.540Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
3364 | 2024-08-06T20:21:40.543Z | Running `/home/build/.rustup/toolchains/1.80.0-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=5a76b667f5e267c9 -C extra-filename=-5a76b667f5e267c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3365 | 2024-08-06T20:21:42.613Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3366 | 2024-08-06T20:21:42.616Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc7de9e500373a47 -C extra-filename=-bc7de9e500373a47 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-bc7de9e500373a47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3367 | 2024-08-06T20:21:42.972Z | Compiling globset v0.4.14 |
3368 | 2024-08-06T20:21:42.976Z | Running `/home/build/.rustup/toolchains/1.80.0-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=eb2f13cfa298a7aa -C extra-filename=-eb2f13cfa298a7aa --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-00d774e06ceb2f21.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3369 | 2024-08-06T20:21:43.022Z | Compiling olpc-cjson v0.1.3 |
3370 | 2024-08-06T20:21:43.026Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a5cfbb464a5633e -C extra-filename=-0a5cfbb464a5633e --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-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3371 | 2024-08-06T20:21:43.042Z | Compiling serde_plain v1.0.2 |
3372 | 2024-08-06T20:21:43.045Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79fafcfefca45e02 -C extra-filename=-79fafcfefca45e02 --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3373 | 2024-08-06T20:21:43.297Z | Compiling quick-xml v0.31.0 |
3374 | 2024-08-06T20:21:43.300Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=64834e0b724db7e0 -C extra-filename=-64834e0b724db7e0 --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-a02a49ad752a40ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3375 | 2024-08-06T20:21:43.463Z | Compiling bcs v0.1.6 |
3376 | 2024-08-06T20:21:43.467Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9b854d891cee8be -C extra-filename=-c9b854d891cee8be --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-60453ed6767bb2fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3377 | 2024-08-06T20:21:44.212Z | Compiling impl-trait-for-tuples v0.2.2 |
3378 | 2024-08-06T20:21:44.215Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe95bc40a64bd96d -C extra-filename=-fe95bc40a64bd96d --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3379 | 2024-08-06T20:21:44.811Z | Compiling oso-derive v0.27.3 |
3380 | 2024-08-06T20:21:44.816Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be38611b7c6488bd -C extra-filename=-be38611b7c6488bd --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-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-23e16c3e6658c75a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3381 | 2024-08-06T20:21:46.039Z | Compiling memoffset v0.9.1 |
3382 | 2024-08-06T20:21:46.042Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=98197bb6e6e79f1e -C extra-filename=-98197bb6e6e79f1e --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-98197bb6e6e79f1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c8df925593a9512a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3383 | 2024-08-06T20:21:46.457Z | Compiling highway v1.1.0 |
3384 | 2024-08-06T20:21:46.460Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=492364698e2c4284 -C extra-filename=-492364698e2c4284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3385 | 2024-08-06T20:21:46.748Z | Compiling typed-path v0.7.1 |
3386 | 2024-08-06T20:21:46.751Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.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=1ae802531839bbea -C extra-filename=-1ae802531839bbea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3387 | 2024-08-06T20:21:47.239Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-98197bb6e6e79f1e/build-script-build` |
3388 | 2024-08-06T20:21:47.398Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-bc7de9e500373a47/build-script-build` |
3389 | 2024-08-06T20:21:47.427Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=4f994c6cf04cdde0 -C extra-filename=-4f994c6cf04cdde0 --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-030fce1de1eb389d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3390 | 2024-08-06T20:21:48.589Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3391 | 2024-08-06T20:21:48.592Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=decd411bd7ffa048 -C extra-filename=-decd411bd7ffa048 --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-574eaa58047d9176.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3392 | 2024-08-06T20:21:50.114Z | Compiling tough v0.17.1 |
3393 | 2024-08-06T20:21:50.118Z | Running `/home/build/.rustup/toolchains/1.80.0-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=3d79178bfcf2d2cd -C extra-filename=-3d79178bfcf2d2cd --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-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-eb2f13cfa298a7aa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-0a5cfbb464a5633e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-79fafcfefca45e02.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f9e1a29e47582297.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-1ae802531839bbea.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-30db547cf0298cb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3394 | 2024-08-06T20:21:51.732Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3395 | 2024-08-06T20:21:51.735Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cbd2fef54f4d927 -C extra-filename=-6cbd2fef54f4d927 --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-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-04a557d9d2408839.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3396 | 2024-08-06T20:21:53.010Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3397 | 2024-08-06T20:21:53.013Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=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=b2523217a9682074 -C extra-filename=-b2523217a9682074 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-b2523217a9682074 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3398 | 2024-08-06T20:21:53.400Z | Compiling parse-size v1.0.0 |
3399 | 2024-08-06T20:21:53.402Z | Running `/home/build/.rustup/toolchains/1.80.0-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=2ec637c94335f0dc -C extra-filename=-2ec637c94335f0dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3400 | 2024-08-06T20:21:53.419Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-b2523217a9682074/build-script-build` |
3401 | 2024-08-06T20:21:53.486Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=48b7c49853923f48 -C extra-filename=-48b7c49853923f48 --out-dir /work/oxidecomputer/omicron/target/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` |
3402 | 2024-08-06T20:21:53.599Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3403 | 2024-08-06T20:21:53.602Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=d9ba1cc879d3e727 -C extra-filename=-d9ba1cc879d3e727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5a76b667f5e267c9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-492364698e2c4284.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3404 | 2024-08-06T20:21:53.632Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3405 | 2024-08-06T20:21:53.636Z | Compiling const_format_proc_macros v0.2.32 |
3406 | 2024-08-06T20:21:53.636Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=f003abc5bc872723 -C extra-filename=-f003abc5bc872723 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-f003abc5bc872723 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3407 | 2024-08-06T20:21:53.636Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-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=db12c98b622e2f07 -C extra-filename=-db12c98b622e2f07 --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-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-2c084fe765d438cb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3408 | 2024-08-06T20:21:53.995Z | Compiling bb8 v0.8.5 |
3409 | 2024-08-06T20:21:53.999Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=05c2ba87b772dc84 -C extra-filename=-05c2ba87b772dc84 --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-5eb9c922344cdb6f.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6768199808b84fed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3410 | 2024-08-06T20:21:54.526Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
3411 | 2024-08-06T20:21:54.529Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/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=6168ce27b10462a9 -C extra-filename=-6168ce27b10462a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-6168ce27b10462a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-f7e444d494cab37e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3412 | 2024-08-06T20:21:54.903Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-6168ce27b10462a9/build-script-build` |
3413 | 2024-08-06T20:21:54.976Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3414 | 2024-08-06T20:21:54.993Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=64eef4d971903686 -C extra-filename=-64eef4d971903686 --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-5eb9c922344cdb6f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-05c2ba87b772dc84.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3415 | 2024-08-06T20:21:55.604Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3416 | 2024-08-06T20:21:55.608Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=410b2d50e7f14768 -C extra-filename=-410b2d50e7f14768 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2ec637c94335f0dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-a24edd536aa54664.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e50a3ade234e9462.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3417 | 2024-08-06T20:21:55.913Z | Compiling const_format v0.2.32 |
3418 | 2024-08-06T20:21:55.920Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.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="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=9e3019dfa2e7afee -C extra-filename=-9e3019dfa2e7afee --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-db12c98b622e2f07.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3419 | 2024-08-06T20:21:56.663Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-f003abc5bc872723/build-script-build` |
3420 | 2024-08-06T20:21:56.695Z | Compiling nix v0.27.1 |
3421 | 2024-08-06T20:21:56.699Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=37b905f2f7e3e5c3 -C extra-filename=-37b905f2f7e3e5c3 --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-26e7096777fff4cf.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-48b7c49853923f48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3422 | 2024-08-06T20:21:58.704Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9931f706335e9c2a -C extra-filename=-9931f706335e9c2a --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-97ec19c641ff3d71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3423 | 2024-08-06T20:21:59.099Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3424 | 2024-08-06T20:21:59.103Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=40fb62e20133d31c -C extra-filename=-40fb62e20133d31c --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-bca7f4c54429777f.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-784bb20d76b10b45.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-acec280080110c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3425 | 2024-08-06T20:21:59.442Z | Compiling serde-big-array v0.5.1 |
3426 | 2024-08-06T20:21:59.445Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d256c7cb6d91e4c -C extra-filename=-7d256c7cb6d91e4c --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3427 | 2024-08-06T20:21:59.698Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/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=b28dfcc14d448ae8 -C extra-filename=-b28dfcc14d448ae8 --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-5eb9c922344cdb6f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-bdc8ebeba972b459.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7aa0c01458a1fd43.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d4258efae7912f53.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ec19a6265cd5fc8b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-37b905f2f7e3e5c3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-7d256c7cb6d91e4c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-40fb62e20133d31c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e50a3ade234e9462.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-637693a26e703f67/out/lib` |
3428 | 2024-08-06T20:22:01.553Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3429 | 2024-08-06T20:22:01.557Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3749d8de4c23100 -C extra-filename=-c3749d8de4c23100 --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-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3430 | 2024-08-06T20:22:03.741Z | Compiling signal-hook-tokio v0.3.1 |
3431 | 2024-08-06T20:22:03.747Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=d1c66ee49eac8cc0 -C extra-filename=-d1c66ee49eac8cc0 --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-afd15c3e3cb3531c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3432 | 2024-08-06T20:22:03.950Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3433 | 2024-08-06T20:22:03.954Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec8f2ddc320371ed -C extra-filename=-ec8f2ddc320371ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-decd411bd7ffa048.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b28dfcc14d448ae8.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1c66ee49eac8cc0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-501de9f73827781b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3434 | 2024-08-06T20:22:04.143Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3435 | 2024-08-06T20:22:04.146Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c2e1bda74376808 -C extra-filename=-8c2e1bda74376808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3436 | 2024-08-06T20:22:06.427Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3437 | 2024-08-06T20:22:06.464Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=700992abf06d6818 -C extra-filename=-700992abf06d6818 --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-bfb72a2afc18d443.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3438 | 2024-08-06T20:22:08.471Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3439 | 2024-08-06T20:22:08.475Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4890bc76a38651d0 -C extra-filename=-4890bc76a38651d0 --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-db79d45a7c3cbf1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ec8f2ddc320371ed.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3440 | 2024-08-06T20:22:08.555Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3441 | 2024-08-06T20:22:08.559Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af5ad43bdbccf2f8 -C extra-filename=-af5ad43bdbccf2f8 --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-bdcc7bf362727e72.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3442 | 2024-08-06T20:22:10.629Z | Compiling assert_matches v1.5.0 |
3443 | 2024-08-06T20:22:10.633Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3444 | 2024-08-06T20:22:10.633Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec831ef06ed9b580 -C extra-filename=-ec831ef06ed9b580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3445 | 2024-08-06T20:22:10.633Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44aa343b60aa8601 -C extra-filename=-44aa343b60aa8601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3446 | 2024-08-06T20:22:10.737Z | Compiling itertools v0.13.0 |
3447 | 2024-08-06T20:22:10.740Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=53b48d272c1c2e12 -C extra-filename=-53b48d272c1c2e12 --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-39399cfff738991b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3448 | 2024-08-06T20:22:14.084Z | Compiling rand_seeder v0.2.3 |
3449 | 2024-08-06T20:22:14.089Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-0.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=1dd66902d420be4f -C extra-filename=-1dd66902d420be4f --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-8a7eb093f46e6e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3450 | 2024-08-06T20:22:14.433Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3451 | 2024-08-06T20:22:14.438Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6a36ba66f91b5fc -C extra-filename=-a6a36ba66f91b5fc --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-5eb9c922344cdb6f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3452 | 2024-08-06T20:22:14.938Z | Compiling portable-atomic v1.6.0 |
3453 | 2024-08-06T20:22:14.941Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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=d94e6c6db1eb558d -C extra-filename=-d94e6c6db1eb558d --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-d94e6c6db1eb558d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3454 | 2024-08-06T20:22:16.096Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-d94e6c6db1eb558d/build-script-build` |
3455 | 2024-08-06T20:22:16.170Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3456 | 2024-08-06T20:22:16.173Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec23a74c59ffc04c -C extra-filename=-ec23a74c59ffc04c --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-fb456c076a8cfe3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1dd66902d420be4f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3457 | 2024-08-06T20:22:16.383Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3458 | 2024-08-06T20:22:16.389Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=153304bc6cc057c9 -C extra-filename=-153304bc6cc057c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3459 | 2024-08-06T20:22:18.209Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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=058e7e514a001df9 -C extra-filename=-058e7e514a001df9 --out-dir /work/oxidecomputer/omicron/target/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` |
3460 | 2024-08-06T20:22:19.649Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3461 | 2024-08-06T20:22:19.676Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc77651d212d103f -C extra-filename=-dc77651d212d103f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3462 | 2024-08-06T20:22:21.967Z | Compiling number_prefix v0.4.0 |
3463 | 2024-08-06T20:22:21.985Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4355b978e5b9d38e -C extra-filename=-4355b978e5b9d38e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3464 | 2024-08-06T20:22:21.989Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3465 | 2024-08-06T20:22:21.989Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0475fca5c983a5b -C extra-filename=-b0475fca5c983a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ec23a74c59ffc04c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3466 | 2024-08-06T20:22:22.230Z | Compiling indicatif v0.17.8 |
3467 | 2024-08-06T20:22:22.233Z | Running `/home/build/.rustup/toolchains/1.80.0-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=ee7e7cf975d85015 -C extra-filename=-ee7e7cf975d85015 --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-2194ed98f5905483.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-4355b978e5b9d38e.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-058e7e514a001df9.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f23ccef928d19afe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3468 | 2024-08-06T20:22:24.504Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3469 | 2024-08-06T20:22:24.513Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fdbd78d9cc994a5 -C extra-filename=-5fdbd78d9cc994a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-5fdbd78d9cc994a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3470 | 2024-08-06T20:22:24.954Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-5fdbd78d9cc994a5/build-script-build` |
3471 | 2024-08-06T20:22:24.980Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3472 | 2024-08-06T20:22:24.980Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=865a94673ab48613 -C extra-filename=-865a94673ab48613 --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-574eaa58047d9176.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3473 | 2024-08-06T20:22:30.058Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3474 | 2024-08-06T20:22:30.091Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eee6429a4e51d07e -C extra-filename=-eee6429a4e51d07e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-eee6429a4e51d07e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3475 | 2024-08-06T20:22:30.091Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3476 | 2024-08-06T20:22:30.091Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e59d9257bf5d8f59 -C extra-filename=-e59d9257bf5d8f59 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e59d9257bf5d8f59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3477 | 2024-08-06T20:22:30.091Z | Compiling castaway v0.2.2 |
3478 | 2024-08-06T20:22:30.091Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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=d1cdd13f12368147 -C extra-filename=-d1cdd13f12368147 --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-8c65c1eca2f206d2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3479 | 2024-08-06T20:22:30.091Z | Compiling compact_str v0.7.1 |
3480 | 2024-08-06T20:22:30.091Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.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("arbitrary", "bytes", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec"))' -C metadata=07af6555bd738b72 -C extra-filename=-07af6555bd738b72 --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-d1cdd13f12368147.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cc5a2d90313a3f67.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3481 | 2024-08-06T20:22:30.091Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e59d9257bf5d8f59/build-script-build` |
3482 | 2024-08-06T20:22:30.091Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-eee6429a4e51d07e/build-script-build` |
3483 | 2024-08-06T20:22:30.091Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3484 | 2024-08-06T20:22:30.091Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac13155b423f9074 -C extra-filename=-ac13155b423f9074 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ec23a74c59ffc04c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3485 | 2024-08-06T20:22:30.096Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3486 | 2024-08-06T20:22:30.096Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd76494fad3e7713 -C extra-filename=-dd76494fad3e7713 --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-bfb72a2afc18d443.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3487 | 2024-08-06T20:22:30.096Z | Compiling unicode-truncate v1.0.0 |
3488 | 2024-08-06T20:22:30.096Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-1.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=6a1ef1c80efc1a37 -C extra-filename=-6a1ef1c80efc1a37 --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-f7dbba0a6eb1a620.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3489 | 2024-08-06T20:22:30.096Z | Compiling lru v0.12.3 |
3490 | 2024-08-06T20:22:30.097Z | Running `/home/build/.rustup/toolchains/1.80.0-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=3d58b3600c151f62 -C extra-filename=-3d58b3600c151f62 --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-9f842656b715fe2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3491 | 2024-08-06T20:22:30.097Z | Compiling stability v0.2.0 |
3492 | 2024-08-06T20:22:30.097Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-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=0fcd31aef718a278 -C extra-filename=-0fcd31aef718a278 --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-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3493 | 2024-08-06T20:22:30.541Z | Compiling is_ci v1.2.0 |
3494 | 2024-08-06T20:22:30.544Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3eb6a072210faf34 -C extra-filename=-3eb6a072210faf34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3495 | 2024-08-06T20:22:30.818Z | Compiling cassowary v0.3.0 |
3496 | 2024-08-06T20:22:30.821Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4f07788bf3a5b27 -C extra-filename=-b4f07788bf3a5b27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3497 | 2024-08-06T20:22:30.943Z | Compiling supports-color v3.0.0 |
3498 | 2024-08-06T20:22:30.946Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb2280538013c290 -C extra-filename=-fb2280538013c290 --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-3eb6a072210faf34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3499 | 2024-08-06T20:22:31.371Z | Compiling ratatui v0.27.0 |
3500 | 2024-08-06T20:22:31.374Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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 '--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' '--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=c9c4cfff83209833 -C extra-filename=-c9c4cfff83209833 --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-26e7096777fff4cf.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-b4f07788bf3a5b27.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-07af6555bd738b72.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-53b48d272c1c2e12.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-3d58b3600c151f62.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-0fcd31aef718a278.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-eff997d390bb1a10.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4c5dad9816a3a035.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-6a1ef1c80efc1a37.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3501 | 2024-08-06T20:22:32.164Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3502 | 2024-08-06T20:22:32.167Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c940f44bbf30d476 -C extra-filename=-c940f44bbf30d476 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-c940f44bbf30d476 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3503 | 2024-08-06T20:22:32.535Z | Compiling unicode-linebreak v0.1.5 |
3504 | 2024-08-06T20:22:32.552Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c20276acc367584c -C extra-filename=-c20276acc367584c --out-dir /work/oxidecomputer/omicron/target/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-08-06T20:22:33.045Z | Compiling smawk v0.3.2 |
3506 | 2024-08-06T20:22:33.048Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=27325536d7cfeee5 -C extra-filename=-27325536d7cfeee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3507 | 2024-08-06T20:22:33.283Z | Compiling textwrap v0.16.1 |
3508 | 2024-08-06T20:22:33.287Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=23620c177ab77b6c -C extra-filename=-23620c177ab77b6c --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-27325536d7cfeee5.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-c20276acc367584c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3509 | 2024-08-06T20:22:34.609Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-c940f44bbf30d476/build-script-build` |
3510 | 2024-08-06T20:22:34.639Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3511 | 2024-08-06T20:22:34.642Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/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=ceebc2860edcfbf6 -C extra-filename=-ceebc2860edcfbf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2691aa6f60e18a9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-44a47b18c639a3db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3512 | 2024-08-06T20:22:35.674Z | Compiling fatfs v0.3.6 |
3513 | 2024-08-06T20:22:35.677Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=763a677b1fef1417 -C extra-filename=-763a677b1fef1417 --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-17249b5a9669d189.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3514 | 2024-08-06T20:22:35.711Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3515 | 2024-08-06T20:22:35.714Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b435ad6f1e9dfb8 -C extra-filename=-4b435ad6f1e9dfb8 --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-bfb72a2afc18d443.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3516 | 2024-08-06T20:22:37.485Z | Compiling csv-core v0.1.11 |
3517 | 2024-08-06T20:22:37.488Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=e1abd610a471be84 -C extra-filename=-e1abd610a471be84 --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-a02a49ad752a40ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3518 | 2024-08-06T20:22:37.503Z | Compiling rtoolbox v0.0.2 |
3519 | 2024-08-06T20:22:37.507Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c29c004a8c3405a0 -C extra-filename=-c29c004a8c3405a0 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3520 | 2024-08-06T20:22:37.933Z | Compiling csv v1.3.0 |
3521 | 2024-08-06T20:22:37.936Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e103c5678d88616c -C extra-filename=-e103c5678d88616c --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-e1abd610a471be84.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cc5a2d90313a3f67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3522 | 2024-08-06T20:22:38.058Z | Compiling shell-words v1.1.0 |
3523 | 2024-08-06T20:22:38.061Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=24603f533631e598 -C extra-filename=-24603f533631e598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3524 | 2024-08-06T20:22:38.369Z | Compiling rpassword v7.3.1 |
3525 | 2024-08-06T20:22:38.375Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e30f58a41c0b791 -C extra-filename=-3e30f58a41c0b791 --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-f3f2c30f5b1e55f4.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-c29c004a8c3405a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3526 | 2024-08-06T20:22:38.402Z | Compiling tui-tree-widget v0.21.0 |
3527 | 2024-08-06T20:22:38.405Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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 --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=305679deb8dd2087 -C extra-filename=-305679deb8dd2087 --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-c9c4cfff83209833.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3528 | 2024-08-06T20:22:38.724Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3529 | 2024-08-06T20:22:38.743Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de90fe16ed8cb186 -C extra-filename=-de90fe16ed8cb186 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3530 | 2024-08-06T20:22:38.769Z | Compiling cargo-platform v0.1.8 |
3531 | 2024-08-06T20:22:38.772Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc393b15713315e0 -C extra-filename=-cc393b15713315e0 --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3532 | 2024-08-06T20:22:39.237Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5df9bd0047849ea -C extra-filename=-f5df9bd0047849ea --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-95b58a46835c342c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3533 | 2024-08-06T20:22:39.352Z | Compiling yansi v0.5.1 |
3534 | 2024-08-06T20:22:39.355Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=804a4cd09fe00b96 -C extra-filename=-804a4cd09fe00b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3535 | 2024-08-06T20:22:39.738Z | Compiling getrandom v0.1.16 |
3536 | 2024-08-06T20:22:39.742Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "compiler_builtins", "core", "dummy", "js-sys", "log", "rustc-dep-of-std", "std", "stdweb", "test-in-browser", "wasm-bindgen"))' -C metadata=5eca2a808d055cd4 -C extra-filename=-5eca2a808d055cd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-5eca2a808d055cd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3537 | 2024-08-06T20:22:40.586Z | Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-5eca2a808d055cd4/build-script-build` |
3538 | 2024-08-06T20:22:40.604Z | Compiling pretty_assertions v1.4.0 |
3539 | 2024-08-06T20:22:40.607Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=f0b11a3298ecb625 -C extra-filename=-f0b11a3298ecb625 --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-ac1b63c68eeb194a.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-804a4cd09fe00b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3540 | 2024-08-06T20:22:40.627Z | Compiling cargo_metadata v0.18.1 |
3541 | 2024-08-06T20:22:40.630Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=7904378359a02bca -C extra-filename=-7904378359a02bca --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-db79d45a7c3cbf1b.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-cc393b15713315e0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3542 | 2024-08-06T20:22:40.693Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3543 | 2024-08-06T20:22:40.696Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2455bf5aeb1a140b -C extra-filename=-2455bf5aeb1a140b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3544 | 2024-08-06T20:22:40.962Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 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("bindgen", "compiler_builtins", "core", "dummy", "js-sys", "log", "rustc-dep-of-std", "std", "stdweb", "test-in-browser", "wasm-bindgen"))' -C metadata=1c4af85ff4dc0b28 -C extra-filename=-1c4af85ff4dc0b28 --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-774af40ecdc28659.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3545 | 2024-08-06T20:22:41.510Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3546 | 2024-08-06T20:22:41.514Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b304da231556068c -C extra-filename=-b304da231556068c --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-1a152cc9879e17df.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3547 | 2024-08-06T20:22:43.148Z | Compiling rfc6979 v0.4.0 |
3548 | 2024-08-06T20:22:43.151Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1854b6f27dafeb90 -C extra-filename=-1854b6f27dafeb90 --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-b0e87a4d764765f0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3549 | 2024-08-06T20:22:43.358Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3550 | 2024-08-06T20:22:43.361Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60cd1d9b41fddb20 -C extra-filename=-60cd1d9b41fddb20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c9c4cfff83209833.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-58478b7f7cb067e4.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-305679deb8dd2087.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3551 | 2024-08-06T20:22:44.317Z | Compiling plotters-backend v0.3.5 |
3552 | 2024-08-06T20:22:44.320Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7fb461b47dfe361 -C extra-filename=-b7fb461b47dfe361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3553 | 2024-08-06T20:22:44.917Z | Compiling target-lexicon v0.12.16 |
3554 | 2024-08-06T20:22:44.920Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=2f626a826d4d1b73 -C extra-filename=-2f626a826d4d1b73 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-2f626a826d4d1b73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3555 | 2024-08-06T20:22:46.060Z | Compiling doc-comment v0.3.3 |
3556 | 2024-08-06T20:22:46.063Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=cc10bb2ee616feb6 -C extra-filename=-cc10bb2ee616feb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-cc10bb2ee616feb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3557 | 2024-08-06T20:22:46.709Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-cc10bb2ee616feb6/build-script-build` |
3558 | 2024-08-06T20:22:46.877Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-2f626a826d4d1b73/build-script-build` |
3559 | 2024-08-06T20:22:46.972Z | Compiling plotters-svg v0.3.5 |
3560 | 2024-08-06T20:22:46.974Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=7ae62dc7d002cbfe -C extra-filename=-7ae62dc7d002cbfe --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-b7fb461b47dfe361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3561 | 2024-08-06T20:22:47.078Z | Compiling ecdsa v0.16.9 |
3562 | 2024-08-06T20:22:47.081Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="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=0d1344aee29c6dd8 -C extra-filename=-0d1344aee29c6dd8 --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-858b565cf019bd67.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e20d6edc3549df10.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-1854b6f27dafeb90.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7465311362c71ebc.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-857a87e3ac944f84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3563 | 2024-08-06T20:22:47.423Z | Compiling rand_core v0.5.1 |
3564 | 2024-08-06T20:22:47.426Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.5.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="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=5908a363fdef00cc -C extra-filename=-5908a363fdef00cc --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-1c4af85ff4dc0b28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3565 | 2024-08-06T20:22:47.944Z | Compiling primeorder v0.13.6 |
3566 | 2024-08-06T20:22:47.947Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=c820f8a32b93e7c5 -C extra-filename=-c820f8a32b93e7c5 --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-e20d6edc3549df10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3567 | 2024-08-06T20:22:47.962Z | Compiling guppy-workspace-hack v0.1.0 |
3568 | 2024-08-06T20:22:47.965Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1169ca33c24802d1 -C extra-filename=-1169ca33c24802d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1169ca33c24802d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3569 | 2024-08-06T20:22:48.295Z | Compiling assert_cmd v2.0.15 |
3570 | 2024-08-06T20:22:48.297Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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 '--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("color", "color-auto"))' -C metadata=9825663028795409 -C extra-filename=-9825663028795409 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-9825663028795409 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3571 | 2024-08-06T20:22:48.478Z | Compiling option-ext v0.2.0 |
3572 | 2024-08-06T20:22:48.481Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name option_ext --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-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=99324abaf998180e -C extra-filename=-99324abaf998180e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3573 | 2024-08-06T20:22:48.620Z | Compiling cast v0.3.0 |
3574 | 2024-08-06T20:22:48.623Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=7e714359bb2350c2 -C extra-filename=-7e714359bb2350c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3575 | 2024-08-06T20:22:48.803Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-9825663028795409/build-script-build` |
3576 | 2024-08-06T20:22:48.832Z | Compiling dirs-sys v0.4.1 |
3577 | 2024-08-06T20:22:48.835Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-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=06faeb758bcc8bea -C extra-filename=-06faeb758bcc8bea --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-f3f2c30f5b1e55f4.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-99324abaf998180e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3578 | 2024-08-06T20:22:49.017Z | Compiling criterion-plot v0.5.0 |
3579 | 2024-08-06T20:22:49.017Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2772c7a55f9612fe -C extra-filename=-2772c7a55f9612fe --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-7e714359bb2350c2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-92f4e854e5aa636b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3580 | 2024-08-06T20:22:49.519Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1169ca33c24802d1/build-script-build` |
3581 | 2024-08-06T20:22:49.549Z | Compiling rand_chacha v0.2.2 |
3582 | 2024-08-06T20:22:49.552Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "simd", "std"))' -C metadata=2407aae9d34d88d4 -C extra-filename=-2407aae9d34d88d4 --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-de3ec0f7e61336c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5908a363fdef00cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3583 | 2024-08-06T20:22:50.141Z | Compiling plotters v0.3.5 |
3584 | 2024-08-06T20:22:50.144Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --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=1125c8b8d120ba6d -C extra-filename=-1125c8b8d120ba6d --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-44b46876d3f5d8b5.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-b7fb461b47dfe361.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-7ae62dc7d002cbfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3585 | 2024-08-06T20:22:51.593Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=1fe842b6c1424f07 -C extra-filename=-1fe842b6c1424f07 --out-dir /work/oxidecomputer/omicron/target/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"'` |
3586 | 2024-08-06T20:22:52.422Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=1f2dab8ef9476ba2 -C extra-filename=-1f2dab8ef9476ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3587 | 2024-08-06T20:22:52.534Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3588 | 2024-08-06T20:22:52.537Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7fbd191bca03bf3 -C extra-filename=-f7fbd191bca03bf3 --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-bfb72a2afc18d443.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3589 | 2024-08-06T20:22:52.692Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3590 | 2024-08-06T20:22:52.695Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b7fb8eb8b5f5ed0 -C extra-filename=-2b7fb8eb8b5f5ed0 --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-4d87d31ad6876433.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3591 | 2024-08-06T20:22:53.866Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3592 | 2024-08-06T20:22:53.869Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d968b921f1d8203 -C extra-filename=-7d968b921f1d8203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3593 | 2024-08-06T20:22:56.790Z | Compiling polyval v0.6.2 |
3594 | 2024-08-06T20:22:56.793Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=e13a27eb566b691d -C extra-filename=-e13a27eb566b691d --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-774af40ecdc28659.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f06f50c68dcf348d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-74ef92d5b94b0920.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3595 | 2024-08-06T20:22:57.220Z | Compiling ed25519 v2.2.3 |
3596 | 2024-08-06T20:22:57.223Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=b5f53c0a70a5028b -C extra-filename=-b5f53c0a70a5028b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7465311362c71ebc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3597 | 2024-08-06T20:22:57.758Z | Compiling http-body v1.0.0 |
3598 | 2024-08-06T20:22:57.761Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5e1379405b54f65 -C extra-filename=-c5e1379405b54f65 --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-80f253f0e12459de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-68068d5c4322175a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3599 | 2024-08-06T20:22:57.782Z | Compiling ctr v0.9.2 |
3600 | 2024-08-06T20:22:57.785Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=5d145f7c56ad95c0 -C extra-filename=-5d145f7c56ad95c0 --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-d77e7648b499580e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3601 | 2024-08-06T20:22:58.022Z | Compiling aes v0.8.4 |
3602 | 2024-08-06T20:22:58.024Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=209977cff89d222d -C extra-filename=-209977cff89d222d --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-774af40ecdc28659.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d77e7648b499580e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-63a2ce1fe4e677bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3603 | 2024-08-06T20:22:58.140Z | Compiling blowfish v0.9.1 |
3604 | 2024-08-06T20:22:58.143Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=2c8b9aa170629f1d -C extra-filename=-2c8b9aa170629f1d --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-bca7f4c54429777f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d77e7648b499580e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3605 | 2024-08-06T20:22:58.597Z | Compiling tinytemplate v1.2.1 |
3606 | 2024-08-06T20:22:58.600Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a70d40f8906b0a8 -C extra-filename=-6a70d40f8906b0a8 --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-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3607 | 2024-08-06T20:22:59.665Z | Compiling password-hash v0.4.2 |
3608 | 2024-08-06T20:22:59.675Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=882882ee6090894d -C extra-filename=-882882ee6090894d --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-43819433fdd10fb4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3609 | 2024-08-06T20:23:00.620Z | Compiling pbkdf2 v0.12.2 |
3610 | 2024-08-06T20:23:00.650Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=9e24738bf044cc60 -C extra-filename=-9e24738bf044cc60 --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-fe57b77d42b085dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3611 | 2024-08-06T20:23:00.679Z | Compiling samael v0.0.15 |
3612 | 2024-08-06T20:23:00.679Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/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=763e6d5e52699e48 -C extra-filename=-763e6d5e52699e48 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-763e6d5e52699e48 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-bbfcb43ab492d0dc.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8654018bc64f938d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3613 | 2024-08-06T20:23:00.808Z | Compiling anes v0.1.6 |
3614 | 2024-08-06T20:23:00.838Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=4d037687bef44925 -C extra-filename=-4d037687bef44925 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3615 | 2024-08-06T20:23:00.863Z | Compiling hex-literal v0.4.1 |
3616 | 2024-08-06T20:23:00.863Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62e455a79e0f9ffa -C extra-filename=-62e455a79e0f9ffa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3617 | 2024-08-06T20:23:00.998Z | Compiling tower-layer v0.3.2 |
3618 | 2024-08-06T20:23:01.016Z | Running `/home/build/.rustup/toolchains/1.80.0-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=1d0f714ba68df81b -C extra-filename=-1d0f714ba68df81b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3619 | 2024-08-06T20:23:01.293Z | Compiling target-spec v3.2.1 |
3620 | 2024-08-06T20:23:01.310Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.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=513f007e7e48d6b3 -C extra-filename=-513f007e7e48d6b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-513f007e7e48d6b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3621 | 2024-08-06T20:23:01.313Z | Compiling oorandom v11.1.3 |
3622 | 2024-08-06T20:23:01.313Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91f7ec2800b1fb79 -C extra-filename=-91f7ec2800b1fb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3623 | 2024-08-06T20:23:01.532Z | Compiling criterion v0.5.1 |
3624 | 2024-08-06T20:23:01.536Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=7db36a8a5503a964 -C extra-filename=-7db36a8a5503a964 --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-4d037687bef44925.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-7e714359bb2350c2.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-2772c7a55f9612fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-53f5592a30cd5489.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-92f4e854e5aa636b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-91f7ec2800b1fb79.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-1125c8b8d120ba6d.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f23ccef928d19afe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-6a70d40f8906b0a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3625 | 2024-08-06T20:23:01.909Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-513f007e7e48d6b3/build-script-build` |
3626 | 2024-08-06T20:23:01.965Z | Compiling tower v0.4.13 |
3627 | 2024-08-06T20:23:02.008Z | Running `/home/build/.rustup/toolchains/1.80.0-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="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --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=9ba49631fe53c0b0 -C extra-filename=-9ba49631fe53c0b0 --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-afd15c3e3cb3531c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-84a7357bae8cee17.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-1d0f714ba68df81b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-98bdb93afa257c65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3628 | 2024-08-06T20:23:02.542Z | Compiling bcrypt-pbkdf v0.10.0 |
3629 | 2024-08-06T20:23:02.545Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=6a4f32fb6e3c2573 -C extra-filename=-6a4f32fb6e3c2573 --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-2c8b9aa170629f1d.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9e24738bf044cc60.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3630 | 2024-08-06T20:23:02.831Z | Compiling pbkdf2 v0.11.0 |
3631 | 2024-08-06T20:23:02.835Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=81808a8d518a19d3 -C extra-filename=-81808a8d518a19d3 --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-fe57b77d42b085dc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b0e87a4d764765f0.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-882882ee6090894d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3632 | 2024-08-06T20:23:03.135Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-763e6d5e52699e48/build-script-bindings` |
3633 | 2024-08-06T20:23:03.176Z | Compiling hyper v1.3.1 |
3634 | 2024-08-06T20:23:03.176Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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="client"' --cfg 'feature="default"' --cfg 'feature="http1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=c6863680fc2d4e70 -C extra-filename=-c6863680fc2d4e70 --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-80f253f0e12459de.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-68068d5c4322175a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c5e1379405b54f65.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-01ecc73bcbd90dbe.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-0a55205eed103d8b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-91599b660e80160f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3635 | 2024-08-06T20:23:03.200Z | Compiling ed25519-dalek v2.1.1 |
3636 | 2024-08-06T20:23:03.203Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="rand_core"' --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=9dfcd64f2b3163db -C extra-filename=-9dfcd64f2b3163db --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-c3a4dbb89b5e9c6e.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-b5f53c0a70a5028b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3637 | 2024-08-06T20:23:04.328Z | Compiling ghash v0.5.1 |
3638 | 2024-08-06T20:23:04.331Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=7b37adc90b42b12a -C extra-filename=-7b37adc90b42b12a --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-f06f50c68dcf348d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-e13a27eb566b691d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3639 | 2024-08-06T20:23:04.537Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::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=90bdb0154a4d266a -C extra-filename=-90bdb0154a4d266a --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-62bdb95aa5090912.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-1f2dab8ef9476ba2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-c257e119d0aff846.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-83083c18702cf7f0.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-164de06b491a968f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3640 | 2024-08-06T20:23:05.724Z | Compiling cfg-expr v0.16.0 |
3641 | 2024-08-06T20:23:05.726Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.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=bb90316e8b7df884 -C extra-filename=-bb90316e8b7df884 --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-d3b9ad59c4201009.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1fe842b6c1424f07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3642 | 2024-08-06T20:23:05.878Z | Compiling rand v0.7.3 |
3643 | 2024-08-06T20:23:05.881Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-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 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="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "getrandom_package", "libc", "log", "nightly", "packed_simd", "rand_pcg", "serde1", "simd_support", "small_rng", "std", "stdweb", "wasm-bindgen"))' -C metadata=db95c785fe4c86bb -C extra-filename=-db95c785fe4c86bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1c4af85ff4dc0b28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2407aae9d34d88d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5908a363fdef00cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3644 | 2024-08-06T20:23:06.824Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/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=16def9b3daa6204c -C extra-filename=-16def9b3daa6204c --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-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-c37e525f4c79623c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-5880de9fa1919731.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4a129adeb4cfcad6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-64834e0b724db7e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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` |
3645 | 2024-08-06T20:23:07.175Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7444b8829a3de33e -C extra-filename=-7444b8829a3de33e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3646 | 2024-08-06T20:23:07.300Z | Compiling dirs v5.0.1 |
3647 | 2024-08-06T20:23:07.302Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.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=8210984f73aa0665 -C extra-filename=-8210984f73aa0665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-06faeb758bcc8bea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3648 | 2024-08-06T20:23:07.521Z | Compiling p521 v0.13.3 |
3649 | 2024-08-06T20:23:07.524Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="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=0bd1d3301492f948 -C extra-filename=-0bd1d3301492f948 --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-0a7ce7632533ff0c.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0d1344aee29c6dd8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e20d6edc3549df10.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c820f8a32b93e7c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3650 | 2024-08-06T20:23:08.654Z | Compiling p256 v0.13.2 |
3651 | 2024-08-06T20:23:08.657Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="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=04fb269477ffcf7e -C extra-filename=-04fb269477ffcf7e --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-0d1344aee29c6dd8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e20d6edc3549df10.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c820f8a32b93e7c5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3652 | 2024-08-06T20:23:09.502Z | Compiling cbc v0.1.2 |
3653 | 2024-08-06T20:23:09.506Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=318b61ada63e1ea9 -C extra-filename=-318b61ada63e1ea9 --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-d77e7648b499580e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3654 | 2024-08-06T20:23:09.761Z | Compiling russh-cryptovec v0.7.2 |
3655 | 2024-08-06T20:23:09.764Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2623687f771d8357 -C extra-filename=-2623687f771d8357 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3656 | 2024-08-06T20:23:09.965Z | Compiling md5 v0.7.0 |
3657 | 2024-08-06T20:23:09.969Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b37b6fb81bb8f1d -C extra-filename=-1b37b6fb81bb8f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3658 | 2024-08-06T20:23:10.083Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.1/src/lib.rs --error-format=json --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=33a71216d3e7769d -C extra-filename=-33a71216d3e7769d --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-bb90316e8b7df884.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-7444b8829a3de33e.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1fe842b6c1424f07.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3659 | 2024-08-06T20:23:10.487Z | Compiling russh-keys v0.43.0 |
3660 | 2024-08-06T20:23:10.490Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("openssl", "vendored-openssl"))' -C metadata=b367bfd196e5cded -C extra-filename=-b367bfd196e5cded --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-209977cff89d222d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-6a4f32fb6e3c2573.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-aa8e16c16007c49c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-318b61ada63e1ea9.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5d145f7c56ad95c0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-bc415753a1e8bd01.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-8210984f73aa0665.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-9dfcd64f2b3163db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b0e87a4d764765f0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-729a771cc5ab4cd3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-1b37b6fb81bb8f1d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-04fb269477ffcf7e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-0bd1d3301492f948.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-81808a8d518a19d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-db95c785fe4c86bb.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2623687f771d8357.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-450f0f3636892f8c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3661 | 2024-08-06T20:23:11.103Z | Compiling aes-gcm v0.10.3 |
3662 | 2024-08-06T20:23:11.107Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=93224253129da55a -C extra-filename=-93224253129da55a --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-a62ea390c65b48c1.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-209977cff89d222d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d77e7648b499580e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5d145f7c56ad95c0.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-7b37adc90b42b12a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3663 | 2024-08-06T20:23:11.418Z | Compiling hyper-util v0.1.3 |
3664 | 2024-08-06T20:23:11.422Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --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", "service", "tokio"))' -C metadata=a8ad8341ba41471c -C extra-filename=-a8ad8341ba41471c --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-80f253f0e12459de.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-68068d5c4322175a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c5e1379405b54f65.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c6863680fc2d4e70.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-059720cfac5c53a7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-9ba49631fe53c0b0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-98bdb93afa257c65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3665 | 2024-08-06T20:23:13.833Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3666 | 2024-08-06T20:23:13.836Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c88147cb881d4cad -C extra-filename=-c88147cb881d4cad --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-f7fbd191bca03bf3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3667 | 2024-08-06T20:23:13.855Z | Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3668 | 2024-08-06T20:23:13.858Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61f3ef51c317df09 -C extra-filename=-61f3ef51c317df09 --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-c2ebbcd349c3e635.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3669 | 2024-08-06T20:23:15.204Z | Compiling rustls-native-certs v0.7.0 |
3670 | 2024-08-06T20:23:15.209Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b789ef3c666c4ed8 -C extra-filename=-b789ef3c666c4ed8 --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-4a129adeb4cfcad6.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ac0fa20b0d958b89.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3671 | 2024-08-06T20:23:15.604Z | Compiling httptest v0.15.5 |
3672 | 2024-08-06T20:23:15.607Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7eacacb6c3bd5360 -C extra-filename=-7eacacb6c3bd5360 --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-a832b836e5e69f36.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-ce231803cb04afd0.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-aba6fe7de24bcb82.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3673 | 2024-08-06T20:23:15.676Z | Compiling pathdiff v0.2.1 |
3674 | 2024-08-06T20:23:15.679Z | Running `/home/build/.rustup/toolchains/1.80.0-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=52ee5aed5a6d4baa -C extra-filename=-52ee5aed5a6d4baa --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-db79d45a7c3cbf1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3675 | 2024-08-06T20:23:15.865Z | Compiling escape8259 v0.5.2 |
3676 | 2024-08-06T20:23:15.869Z | Running `/home/build/.rustup/toolchains/1.80.0-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=554547aeaf0affed -C extra-filename=-554547aeaf0affed --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-8c65c1eca2f206d2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3677 | 2024-08-06T20:23:16.281Z | Compiling threadpool v1.8.1 |
3678 | 2024-08-06T20:23:16.286Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a49831336002ed6f -C extra-filename=-a49831336002ed6f --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-3dced4ab7260f0df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3679 | 2024-08-06T20:23:17.208Z | Compiling dhcproto-macros v0.1.0 |
3680 | 2024-08-06T20:23:17.211Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55abe6bb3c307817 -C extra-filename=-55abe6bb3c307817 --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` |
3681 | 2024-08-06T20:23:18.299Z | Compiling nested v0.1.1 |
3682 | 2024-08-06T20:23:18.303Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9037a61d168bb963 -C extra-filename=-9037a61d168bb963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3683 | 2024-08-06T20:23:18.645Z | Compiling guppy v0.17.7 |
3684 | 2024-08-06T20:23:18.649Z | Running `/home/build/.rustup/toolchains/1.80.0-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=cec6bb1bce885ee1 -C extra-filename=-cec6bb1bce885ee1 --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-db913bca224bc7dc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-9680a8a3bda6791d.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-7444b8829a3de33e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-53b48d272c1c2e12.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-9037a61d168bb963.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-52ee5aed5a6d4baa.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-33a71216d3e7769d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3685 | 2024-08-06T20:23:19.302Z | Compiling dhcproto v0.11.0 |
3686 | 2024-08-06T20:23:19.306Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=6b68032751d3b4d6 -C extra-filename=-6b68032751d3b4d6 --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-55abe6bb3c307817.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3687 | 2024-08-06T20:23:21.179Z | Compiling libtest-mimic v0.7.3 |
3688 | 2024-08-06T20:23:21.183Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b965d08fd27b96f6 -C extra-filename=-b965d08fd27b96f6 --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-efe1244c6605fdea.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-554547aeaf0affed.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3cf69054af20f1c5.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-a49831336002ed6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3689 | 2024-08-06T20:23:22.222Z | Compiling hyper-rustls v0.26.0 |
3690 | 2024-08-06T20:23:22.226Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=ea59ecf370fcea10 -C extra-filename=-ea59ecf370fcea10 --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-3654032bd4092d60.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-68068d5c4322175a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c6863680fc2d4e70.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a8ad8341ba41471c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-b789ef3c666c4ed8.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-3d36b49033a9dca4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4d613e714682da72.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-98bdb93afa257c65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out` |
3691 | 2024-08-06T20:23:22.797Z | Compiling russh v0.43.0 |
3692 | 2024-08-06T20:23:22.801Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "openssl", "vendored-openssl"))' -C metadata=32a601e6a1a0623f -C extra-filename=-32a601e6a1a0623f --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-209977cff89d222d.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-93224253129da55a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-d0c026483f4581d4.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5d145f7c56ad95c0.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-c3a4dbb89b5e9c6e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1807aa5de28961ae.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-62e455a79e0f9ffa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b0e87a4d764765f0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-38db42cb442657eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2623687f771d8357.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b367bfd196e5cded.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-450f0f3636892f8c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3693 | 2024-08-06T20:23:22.837Z | Compiling fancy-regex v0.13.0 |
3694 | 2024-08-06T20:23:22.840Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=f5d267adbfe83e3b -C extra-filename=-f5d267adbfe83e3b --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-f2feca33e2b5367a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3695 | 2024-08-06T20:23:23.398Z | Compiling rstest_macros v0.19.0 |
3696 | 2024-08-06T20:23:23.401Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.19.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=63e8a8b220a3b81d -C extra-filename=-63e8a8b220a3b81d --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-63e8a8b220a3b81d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-69339c6bd7f423c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3697 | 2024-08-06T20:23:24.007Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3698 | 2024-08-06T20:23:24.010Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c737242dec1f6a4 -C extra-filename=-2c737242dec1f6a4 --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3699 | 2024-08-06T20:23:24.521Z | Compiling internet-checksum v0.2.1 |
3700 | 2024-08-06T20:23:24.524Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=9d20882c7b6d02b9 -C extra-filename=-9d20882c7b6d02b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3701 | 2024-08-06T20:23:24.751Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-63e8a8b220a3b81d/build-script-build` |
3702 | 2024-08-06T20:23:24.874Z | Compiling datatest-stable v0.2.9 |
3703 | 2024-08-06T20:23:24.878Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d935994e515e44c -C extra-filename=-3d935994e515e44c --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-db79d45a7c3cbf1b.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-f5d267adbfe83e3b.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-b965d08fd27b96f6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3704 | 2024-08-06T20:23:25.154Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3705 | 2024-08-06T20:23:25.157Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=0673e8dac4ebf73d -C extra-filename=-0673e8dac4ebf73d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-61f3ef51c317df09.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3706 | 2024-08-06T20:23:25.574Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3707 | 2024-08-06T20:23:25.577Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=603b15d0e727444f -C extra-filename=-603b15d0e727444f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-603b15d0e727444f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3708 | 2024-08-06T20:23:25.954Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3709 | 2024-08-06T20:23:25.957Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cc61d04a29b0cad -C extra-filename=-7cc61d04a29b0cad --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7cc61d04a29b0cad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3710 | 2024-08-06T20:23:26.316Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3711 | 2024-08-06T20:23:26.319Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80692b8267c8eb50 -C extra-filename=-80692b8267c8eb50 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-80692b8267c8eb50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3712 | 2024-08-06T20:23:26.703Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3713 | 2024-08-06T20:23:26.706Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd7d54c93d11dce1 -C extra-filename=-dd7d54c93d11dce1 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-dd7d54c93d11dce1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3714 | 2024-08-06T20:23:27.079Z | Compiling similar-asserts v1.5.0 |
3715 | 2024-08-06T20:23:27.082Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=ded4a73b48eb45bd -C extra-filename=-ded4a73b48eb45bd --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-2194ed98f5905483.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3716 | 2024-08-06T20:23:27.402Z | Compiling trybuild v1.0.97 |
3717 | 2024-08-06T20:23:27.405Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.97/build.rs --error-format=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=547290ca4d0de8d5 -C extra-filename=-547290ca4d0de8d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-547290ca4d0de8d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3718 | 2024-08-06T20:23:27.975Z | Compiling relative-path v1.9.3 |
3719 | 2024-08-06T20:23:27.975Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=913319e47459ccb5 -C extra-filename=-913319e47459ccb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3720 | 2024-08-06T20:23:28.189Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-547290ca4d0de8d5/build-script-build` |
3721 | 2024-08-06T20:23:28.208Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3722 | 2024-08-06T20:23:28.214Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35884ae6bb99a4f3 -C extra-filename=-35884ae6bb99a4f3 --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-62bdb95aa5090912.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6b68032751d3b4d6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9d20882c7b6d02b9.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2c737242dec1f6a4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-32a601e6a1a0623f.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b367bfd196e5cded.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3723 | 2024-08-06T20:23:28.229Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-dd7d54c93d11dce1/build-script-build` |
3724 | 2024-08-06T20:23:28.261Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-80692b8267c8eb50/build-script-build` |
3725 | 2024-08-06T20:23:28.290Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7cc61d04a29b0cad/build-script-build` |
3726 | 2024-08-06T20:23:28.321Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-603b15d0e727444f/build-script-build` |
3727 | 2024-08-06T20:23:28.352Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3728 | 2024-08-06T20:23:28.356Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f48ff700730a218a -C extra-filename=-f48ff700730a218a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7d968b921f1d8203.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-bc43c9f76654c359.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2b7fb8eb8b5f5ed0.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3729 | 2024-08-06T20:23:28.703Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.19.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=a6b6591f2fa38384 -C extra-filename=-a6b6591f2fa38384 --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-774af40ecdc28659.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-913319e47459ccb5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d979576c1749b801.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3730 | 2024-08-06T20:23:30.499Z | Compiling multimap v0.10.0 |
3731 | 2024-08-06T20:23:30.502Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=aa3f11985b8baff7 -C extra-filename=-aa3f11985b8baff7 --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-60453ed6767bb2fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3732 | 2024-08-06T20:23:30.644Z | Compiling uzers v0.11.3 |
3733 | 2024-08-06T20:23:30.660Z | Running `/home/build/.rustup/toolchains/1.80.0-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=af7c2d038b0c5c1e -C extra-filename=-af7c2d038b0c5c1e --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-f3f2c30f5b1e55f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3734 | 2024-08-06T20:23:30.852Z | Compiling futures-timer v3.0.3 |
3735 | 2024-08-06T20:23:30.855Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=15fca8bcdf4691d6 -C extra-filename=-15fca8bcdf4691d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3736 | 2024-08-06T20:23:31.825Z | Compiling indent_write v2.2.0 |
3737 | 2024-08-06T20:23:31.828Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2ffa4b3b86ade42d -C extra-filename=-2ffa4b3b86ade42d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3738 | 2024-08-06T20:23:31.947Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=7c17c6fc013871f8 -C extra-filename=-7c17c6fc013871f8 --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-284fe0832177121d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3cf69054af20f1c5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.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"))'` |
3739 | 2024-08-06T20:23:32.083Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3740 | 2024-08-06T20:23:32.085Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24db7526b7c3a433 -C extra-filename=-24db7526b7c3a433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3741 | 2024-08-06T20:23:32.504Z | Compiling partial-io v0.5.4 |
3742 | 2024-08-06T20:23:32.507Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=12d2e27935c3546e -C extra-filename=-12d2e27935c3546e --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-25f044098c4b01c5.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-84a7357bae8cee17.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3743 | 2024-08-06T20:23:33.014Z | Compiling blake2b_simd v1.0.2 |
3744 | 2024-08-06T20:23:33.017Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=d02ff70025b2502e -C extra-filename=-d02ff70025b2502e --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-426d6e207395db86.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-9b979abe0a443f64.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-b16322be922c89c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3745 | 2024-08-06T20:23:38.356Z | Compiling rstest v0.19.0 |
3746 | 2024-08-06T20:23:38.359Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=05d79594f2ff6eae -C extra-filename=-05d79594f2ff6eae --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-25f044098c4b01c5.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-15fca8bcdf4691d6.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-a6b6591f2fa38384.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3747 | 2024-08-06T20:23:38.590Z | Compiling rand_distr v0.4.3 |
3748 | 2024-08-06T20:23:38.593Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=d90253b1b4a9a210 -C extra-filename=-d90253b1b4a9a210 --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-44b46876d3f5d8b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3749 | 2024-08-06T20:23:38.609Z | Compiling approx v0.5.1 |
3750 | 2024-08-06T20:23:38.632Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=ed2645e20bbe17f6 -C extra-filename=-ed2645e20bbe17f6 --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-44b46876d3f5d8b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3751 | 2024-08-06T20:23:38.861Z | Compiling rust-argon2 v2.1.0 |
3752 | 2024-08-06T20:23:38.863Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bf090fd0f301430c -C extra-filename=-bf090fd0f301430c --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-050eb13206eed9fc.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-d02ff70025b2502e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-b16322be922c89c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3753 | 2024-08-06T20:23:39.629Z | Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3754 | 2024-08-06T20:23:39.632Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a98efb234d88c969 -C extra-filename=-a98efb234d88c969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c88147cb881d4cad.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-decd411bd7ffa048.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2ffa4b3b86ade42d.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7d968b921f1d8203.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2b7fb8eb8b5f5ed0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out -L /usr/platform/oxide/lib/amd64/` |
3755 | 2024-08-06T20:23:39.818Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3756 | 2024-08-06T20:23:39.821Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d4772a3445f7b04 -C extra-filename=-1d4772a3445f7b04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-af7c2d038b0c5c1e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3757 | 2024-08-06T20:23:40.626Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cdc85741b1b2731 -C extra-filename=-7cdc85741b1b2731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c88147cb881d4cad.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fbd191bca03bf3.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3758 | 2024-08-06T20:23:40.921Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3759 | 2024-08-06T20:23:40.924Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5927f1a04e363fdb -C extra-filename=-5927f1a04e363fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-349a70d6c7deeceb.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f23ccef928d19afe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3760 | 2024-08-06T20:23:42.682Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3761 | 2024-08-06T20:23:42.685Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9205dc65ca56579d -C extra-filename=-9205dc65ca56579d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3762 | 2024-08-06T20:23:43.840Z | Compiling cargo_toml v0.20.4 |
3763 | 2024-08-06T20:23:43.843Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.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=640c080a15fb06e5 -C extra-filename=-640c080a15fb06e5 --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-60453ed6767bb2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3764 | 2024-08-06T20:23:44.478Z | Compiling termios v0.3.3 |
3765 | 2024-08-06T20:23:44.482Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=694c48c4be2d2579 -C extra-filename=-694c48c4be2d2579 --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-f3f2c30f5b1e55f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3766 | 2024-08-06T20:23:44.764Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3767 | 2024-08-06T20:23:44.768Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc5459d6a4ad6716 -C extra-filename=-cc5459d6a4ad6716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-694c48c4be2d2579.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-501de9f73827781b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3768 | 2024-08-06T20:23:45.382Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2bddd0b5a897cf9 -C extra-filename=-e2bddd0b5a897cf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-24db7526b7c3a433.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3769 | 2024-08-06T20:23:46.009Z | Compiling polar-core v0.27.3 |
3770 | 2024-08-06T20:23:46.013Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=0c26d0697888d831 -C extra-filename=-0c26d0697888d831 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-0c26d0697888d831 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-930194702211a2dd.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c4e3a881bf4cd158.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3771 | 2024-08-06T20:23:46.850Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4858f3f377420670 -C extra-filename=-4858f3f377420670 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-24db7526b7c3a433.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3772 | 2024-08-06T20:23:47.225Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c07c2c1b8f6aa7db -C extra-filename=-c07c2c1b8f6aa7db --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-62bdb95aa5090912.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6b68032751d3b4d6.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-35884ae6bb99a4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9d20882c7b6d02b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2c737242dec1f6a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-32a601e6a1a0623f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b367bfd196e5cded.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3773 | 2024-08-06T20:23:47.658Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-0c26d0697888d831/build-script-build` |
3774 | 2024-08-06T20:23:47.788Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54328fc3c31c811b -C extra-filename=-54328fc3c31c811b --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-62bdb95aa5090912.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6b68032751d3b4d6.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-35884ae6bb99a4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9d20882c7b6d02b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2c737242dec1f6a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-32a601e6a1a0623f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b367bfd196e5cded.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3775 | 2024-08-06T20:23:48.971Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=a1da73d3f89ff365 -C extra-filename=-a1da73d3f89ff365 --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-493e993fafb6f106.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-0623615792d2f128.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3776 | 2024-08-06T20:23:49.102Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28f3cf0bf490dcc1 -C extra-filename=-28f3cf0bf490dcc1 --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-62bdb95aa5090912.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6b68032751d3b4d6.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-35884ae6bb99a4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9d20882c7b6d02b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2c737242dec1f6a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-32a601e6a1a0623f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b367bfd196e5cded.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3777 | 2024-08-06T20:23:49.846Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b60530933eab0275 -C extra-filename=-b60530933eab0275 --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-62bdb95aa5090912.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8fe8fc7c161a8e1b.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6b68032751d3b4d6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9d20882c7b6d02b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2c737242dec1f6a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-32a601e6a1a0623f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b367bfd196e5cded.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b613817c92fd6ecf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3778 | 2024-08-06T20:23:50.228Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35050fb55bdee7ba -C extra-filename=-35050fb55bdee7ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-9205dc65ca56579d.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3779 | 2024-08-06T20:23:50.966Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd3a87d61b4a116a -C extra-filename=-fd3a87d61b4a116a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-5927f1a04e363fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-349a70d6c7deeceb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f23ccef928d19afe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3780 | 2024-08-06T20:23:51.350Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=66f5229ce7cfb8d1 -C extra-filename=-66f5229ce7cfb8d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cec6bb1bce885ee1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ce10b0fd0d13975f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e334db0ca4f7eb10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3781 | 2024-08-06T20:23:51.428Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d954e7ca773d3a1a -C extra-filename=-d954e7ca773d3a1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c88147cb881d4cad.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-decd411bd7ffa048.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2ffa4b3b86ade42d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7d968b921f1d8203.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-a98efb234d88c969.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2b7fb8eb8b5f5ed0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out -L /usr/platform/oxide/lib/amd64/` |
3782 | 2024-08-06T20:23:52.523Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3783 | 2024-08-06T20:23:52.526Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=415989e9eb2dbd4c -C extra-filename=-415989e9eb2dbd4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-640c080a15fb06e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3784 | 2024-08-06T20:23:53.259Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9007c0fc2584f21d -C extra-filename=-9007c0fc2584f21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cec6bb1bce885ee1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ce10b0fd0d13975f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e334db0ca4f7eb10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3785 | 2024-08-06T20:23:53.541Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6a23cc6a6ea69096 -C extra-filename=-6a23cc6a6ea69096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ce10b0fd0d13975f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e334db0ca4f7eb10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3786 | 2024-08-06T20:23:54.216Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fdbac45f9bc3a341 -C extra-filename=-fdbac45f9bc3a341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ec23a74c59ffc04c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3787 | 2024-08-06T20:23:54.640Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=c0b56e871fb6eb87 -C extra-filename=-c0b56e871fb6eb87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cec6bb1bce885ee1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ce10b0fd0d13975f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e334db0ca4f7eb10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3788 | 2024-08-06T20:23:55.945Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=40180ad15cf453b9 -C extra-filename=-40180ad15cf453b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ce10b0fd0d13975f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e334db0ca4f7eb10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3789 | 2024-08-06T20:23:57.499Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=06eca2dce2efad3e -C extra-filename=-06eca2dce2efad3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cec6bb1bce885ee1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ce10b0fd0d13975f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e334db0ca4f7eb10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3790 | 2024-08-06T20:24:00.249Z | Compiling oso v0.27.3 |
3791 | 2024-08-06T20:24:00.252Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=dd5a998ef65f99dd -C extra-filename=-dd5a998ef65f99dd --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-fe95bc40a64bd96d.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-be38611b7c6488bd.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-a1da73d3f89ff365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3792 | 2024-08-06T20:24:06.414Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c105e3664a5165c -C extra-filename=-6c105e3664a5165c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6cbd2fef54f4d927.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4f994c6cf04cdde0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f5df9bd0047849ea.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-dd5a998ef65f99dd.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-16def9b3daa6204c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3793 | 2024-08-06T20:24:07.839Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec296203478b31b8 -C extra-filename=-ec296203478b31b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-af7c2d038b0c5c1e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-1d4772a3445f7b04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3794 | 2024-08-06T20:24:10.977Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=83eb4087f61179da -C extra-filename=-83eb4087f61179da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-05c2ba87b772dc84.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-9e3019dfa2e7afee.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d026e1878bc2dc6a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9931f706335e9c2a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f5df9bd0047849ea.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3795 | 2024-08-06T20:24:11.101Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=856fc2a87bac76fe -C extra-filename=-856fc2a87bac76fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ce10b0fd0d13975f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e334db0ca4f7eb10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3796 | 2024-08-06T20:24:11.203Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33dfe354858a5036 -C extra-filename=-33dfe354858a5036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-af7c2d038b0c5c1e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3797 | 2024-08-06T20:24:13.178Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c074d03d1f0149f6 -C extra-filename=-c074d03d1f0149f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3f7ada01ae793e53.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7db36a8a5503a964.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-bf090fd0f301430c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3798 | 2024-08-06T20:24:14.442Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/impl/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=2a6934e68f1d4694 -C extra-filename=-2a6934e68f1d4694 --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-ed2645e20bbe17f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7db36a8a5503a964.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-abd285a280e52eb7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-f059a47940117e70.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab18c47c950de1f3.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d90253b1b4a9a210.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-05d79594f2ff6eae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7c17c6fc013871f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3799 | 2024-08-06T20:24:15.532Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f18a02727b77d95 -C extra-filename=-3f18a02727b77d95 --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-ed2645e20bbe17f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7db36a8a5503a964.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-abd285a280e52eb7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab18c47c950de1f3.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d90253b1b4a9a210.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-05d79594f2ff6eae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7c17c6fc013871f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3800 | 2024-08-06T20:24:16.838Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=4a83fc9c8759fd98 -C extra-filename=-4a83fc9c8759fd98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-62e455a79e0f9ffa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-61f3ef51c317df09.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-12d2e27935c3546e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3801 | 2024-08-06T20:24:17.224Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1fe41685520071f7 -C extra-filename=-1fe41685520071f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0673e8dac4ebf73d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7d968b921f1d8203.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-61f3ef51c317df09.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-bc43c9f76654c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f48ff700730a218a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2b7fb8eb8b5f5ed0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3802 | 2024-08-06T20:24:34.117Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=224fa707c0b0ed14 -C extra-filename=-224fa707c0b0ed14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0673e8dac4ebf73d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7d968b921f1d8203.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-61f3ef51c317df09.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-bc43c9f76654c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f48ff700730a218a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2b7fb8eb8b5f5ed0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3803 | 2024-08-06T20:24:35.174Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6f7ebb0c4a0d01a -C extra-filename=-a6f7ebb0c4a0d01a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7d968b921f1d8203.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-bc43c9f76654c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f48ff700730a218a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2b7fb8eb8b5f5ed0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3804 | 2024-08-06T20:24:36.605Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=190aefc57d3160de -C extra-filename=-190aefc57d3160de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-62e455a79e0f9ffa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0673e8dac4ebf73d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-61f3ef51c317df09.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-12d2e27935c3546e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3805 | 2024-08-06T20:24:36.885Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65ea61c487aea86a -C extra-filename=-65ea61c487aea86a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0673e8dac4ebf73d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7d968b921f1d8203.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-61f3ef51c317df09.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-bc43c9f76654c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2b7fb8eb8b5f5ed0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3806 | 2024-08-06T20:24:38.855Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7da59f6e2b1fae7e -C extra-filename=-7da59f6e2b1fae7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c88147cb881d4cad.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-decd411bd7ffa048.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2ffa4b3b86ade42d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7d968b921f1d8203.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2b7fb8eb8b5f5ed0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out -L /usr/platform/oxide/lib/amd64/` |
3807 | 2024-08-06T20:24:44.892Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51c25169e2fc105e -C extra-filename=-51c25169e2fc105e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c9c4cfff83209833.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-58478b7f7cb067e4.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-305679deb8dd2087.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3808 | 2024-08-06T20:24:46.838Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51e09b64caac7866 -C extra-filename=-51e09b64caac7866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-90bdb0154a4d266a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c9c4cfff83209833.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-58478b7f7cb067e4.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-305679deb8dd2087.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3809 | 2024-08-06T20:24:48.831Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86c88b14f5c12a86 -C extra-filename=-86c88b14f5c12a86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3810 | 2024-08-06T20:24:51.563Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3811 | 2024-08-06T20:24:51.567Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=680d7e9e6dd9e5f2 -C extra-filename=-680d7e9e6dd9e5f2 --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-25f044098c4b01c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3812 | 2024-08-06T20:24:53.195Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3813 | 2024-08-06T20:24:53.199Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=25882e699a7f42f8 -C extra-filename=-25882e699a7f42f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3814 | 2024-08-06T20:24:57.547Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb585603e5df32a9 -C extra-filename=-fb585603e5df32a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3815 | 2024-08-06T20:24:57.840Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3816 | 2024-08-06T20:24:57.843Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77eff302f534489b -C extra-filename=-77eff302f534489b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3817 | 2024-08-06T20:24:59.849Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3170b46bca3212f8 -C extra-filename=-3170b46bca3212f8 --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-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3818 | 2024-08-06T20:25:00.017Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2435343a0ff487b6 -C extra-filename=-2435343a0ff487b6 --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-bfb72a2afc18d443.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3819 | 2024-08-06T20:25:00.656Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c30e81ac8028e6b9 -C extra-filename=-c30e81ac8028e6b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-90bdb0154a4d266a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c9c4cfff83209833.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-58478b7f7cb067e4.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-305679deb8dd2087.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3820 | 2024-08-06T20:25:01.518Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=255ebfe9f2eb511b -C extra-filename=-255ebfe9f2eb511b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ceebc2860edcfbf6.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2435343a0ff487b6.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ac0fa20b0d958b89.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-16def9b3daa6204c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3821 | 2024-08-06T20:25:02.006Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=ed3909f1b9a73cb5 -C extra-filename=-ed3909f1b9a73cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cec6bb1bce885ee1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ce10b0fd0d13975f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e334db0ca4f7eb10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3822 | 2024-08-06T20:25:02.365Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e01535d885d55bdd -C extra-filename=-e01535d885d55bdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-90bdb0154a4d266a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3d935994e515e44c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3823 | 2024-08-06T20:25:02.565Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81c75c86439c558c -C extra-filename=-81c75c86439c558c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-90bdb0154a4d266a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3d935994e515e44c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3824 | 2024-08-06T20:25:02.892Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa0895927b369df8 -C extra-filename=-fa0895927b369df8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-90bdb0154a4d266a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3d935994e515e44c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3825 | 2024-08-06T20:25:04.348Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64f98274c0c3514a -C extra-filename=-64f98274c0c3514a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-90bdb0154a4d266a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3d935994e515e44c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3826 | 2024-08-06T20:25:05.406Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22337e50b67b2066 -C extra-filename=-22337e50b67b2066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-90bdb0154a4d266a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c9c4cfff83209833.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-58478b7f7cb067e4.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-305679deb8dd2087.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3827 | 2024-08-06T20:25:12.741Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d35a8cefab25382 -C extra-filename=-8d35a8cefab25382 --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-95b58a46835c342c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3828 | 2024-08-06T20:25:13.455Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd7723bd7b37c421 -C extra-filename=-dd7723bd7b37c421 --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-f7fbd191bca03bf3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3829 | 2024-08-06T20:25:14.690Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3830 | 2024-08-06T20:25:14.706Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3216a270460faeb2 -C extra-filename=-3216a270460faeb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-349a70d6c7deeceb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3831 | 2024-08-06T20:25:15.382Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51eccfc8213d4b39 -C extra-filename=-51eccfc8213d4b39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-349a70d6c7deeceb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f23ccef928d19afe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3832 | 2024-08-06T20:25:17.223Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=78257c0cf97d15d1 -C extra-filename=-78257c0cf97d15d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3833 | 2024-08-06T20:25:20.785Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be058e611fb47738 -C extra-filename=-be058e611fb47738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3834 | 2024-08-06T20:25:21.277Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14bcd62ea7fc3082 -C extra-filename=-14bcd62ea7fc3082 --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-bfb72a2afc18d443.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3835 | 2024-08-06T20:25:24.487Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=948bfd9e9a83ef1f -C extra-filename=-948bfd9e9a83ef1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3836 | 2024-08-06T20:25:25.052Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=996fa6b6b468f611 -C extra-filename=-996fa6b6b468f611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3837 | 2024-08-06T20:25:25.967Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23925355671467be -C extra-filename=-23925355671467be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3838 | 2024-08-06T20:25:27.160Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1f3768976c1c3ab -C extra-filename=-d1f3768976c1c3ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3839 | 2024-08-06T20:25:29.569Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c9806e06c8dddb0 -C extra-filename=-1c9806e06c8dddb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3840 | 2024-08-06T20:25:33.179Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=189a75a76af7024c -C extra-filename=-189a75a76af7024c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-47c3fd79a7f9f7d3.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cda52d613f1b0236.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3841 | 2024-08-06T20:25:34.757Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47ac1d36f7ab2526 -C extra-filename=-47ac1d36f7ab2526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c88147cb881d4cad.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fbd191bca03bf3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-7cdc85741b1b2731.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3842 | 2024-08-06T20:25:35.850Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1110eeb06bbf881 -C extra-filename=-e1110eeb06bbf881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7db36a8a5503a964.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ceebc2860edcfbf6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7eacacb6c3bd5360.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ea59ecf370fcea10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2435343a0ff487b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ac0fa20b0d958b89.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-16def9b3daa6204c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ded4a73b48eb45bd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3843 | 2024-08-06T20:25:37.075Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70958eeee43c5d91 -C extra-filename=-70958eeee43c5d91 --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-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -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-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3844 | 2024-08-06T20:25:40.864Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b78fac61b71da5f4 -C extra-filename=-b78fac61b71da5f4 --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-64eef4d971903686.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7eacacb6c3bd5360.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/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-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3845 | 2024-08-06T20:25:41.964Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cbbfea0522ca61a1 -C extra-filename=-cbbfea0522ca61a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3846 | 2024-08-06T20:25:50.701Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=7f16acf68cfde9a1 -C extra-filename=-7f16acf68cfde9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-05c2ba87b772dc84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-9e3019dfa2e7afee.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d026e1878bc2dc6a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9931f706335e9c2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ea59ecf370fcea10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f5df9bd0047849ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-dd5a998ef65f99dd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/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-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3847 | 2024-08-06T20:25:53.113Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f68345653a516a24 -C extra-filename=-f68345653a516a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-aa3f11985b8baff7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c9c4cfff83209833.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3848 | 2024-08-06T20:25:55.840Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7353e4d6cab6a3e -C extra-filename=-b7353e4d6cab6a3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3849 | 2024-08-06T20:25:58.527Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b72c9940be9bcdd7 -C extra-filename=-b72c9940be9bcdd7 --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-25f044098c4b01c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3850 | 2024-08-06T20:26:01.563Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=126259e45c69edd5 -C extra-filename=-126259e45c69edd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3851 | 2024-08-06T20:26:06.747Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d776d96aacf3e7a -C extra-filename=-0d776d96aacf3e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6cbd2fef54f4d927.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4f994c6cf04cdde0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f5df9bd0047849ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-dd5a998ef65f99dd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-16def9b3daa6204c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3852 | 2024-08-06T20:26:12.170Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b70a8d7a13361d08 -C extra-filename=-b70a8d7a13361d08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c88147cb881d4cad.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fbd191bca03bf3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3853 | 2024-08-06T20:26:31.049Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de378e9a2cafbd2a -C extra-filename=-de378e9a2cafbd2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ec23a74c59ffc04c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3854 | 2024-08-06T20:26:45.982Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=370182c8740eb50a -C extra-filename=-370182c8740eb50a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-decd411bd7ffa048.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b28dfcc14d448ae8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ec8f2ddc320371ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1c66ee49eac8cc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-501de9f73827781b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3855 | 2024-08-06T20:26:48.842Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7122966361d7679a -C extra-filename=-7122966361d7679a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-decd411bd7ffa048.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b28dfcc14d448ae8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1c66ee49eac8cc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-501de9f73827781b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3856 | 2024-08-06T20:26:58.219Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a43f3a7463e037b -C extra-filename=-5a43f3a7463e037b --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-db79d45a7c3cbf1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ec8f2ddc320371ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3857 | 2024-08-06T20:26:58.538Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3a044450a75a000 -C extra-filename=-c3a044450a75a000 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-decd411bd7ffa048.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b28dfcc14d448ae8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ec8f2ddc320371ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1c66ee49eac8cc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-501de9f73827781b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3858 | 2024-08-06T20:27:00.563Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6eb7f2071045a538 -C extra-filename=-6eb7f2071045a538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-decd411bd7ffa048.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b28dfcc14d448ae8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ec8f2ddc320371ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1c66ee49eac8cc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-501de9f73827781b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3859 | 2024-08-06T20:27:01.495Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94dfcc4402acdf78 -C extra-filename=-94dfcc4402acdf78 --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-bfb72a2afc18d443.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3860 | 2024-08-06T20:27:02.951Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f78b43ec64f1661 -C extra-filename=-2f78b43ec64f1661 --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-4d87d31ad6876433.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3861 | 2024-08-06T20:27:05.881Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=3f560346dcde533d -C extra-filename=-3f560346dcde533d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5a76b667f5e267c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-492364698e2c4284.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3862 | 2024-08-06T20:27:09.684Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=247c8b3ce3e454fc -C extra-filename=-247c8b3ce3e454fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3863 | 2024-08-06T20:27:13.280Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=f6c7fb665a696f8d -C extra-filename=-f6c7fb665a696f8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5a76b667f5e267c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-492364698e2c4284.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3864 | 2024-08-06T20:27:16.165Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=9aa41c8f61dd17e6 -C extra-filename=-9aa41c8f61dd17e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5a76b667f5e267c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-492364698e2c4284.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3865 | 2024-08-06T20:27:18.679Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc6ed8ad331c7ed7 -C extra-filename=-cc6ed8ad331c7ed7 --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-fb456c076a8cfe3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1dd66902d420be4f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3866 | 2024-08-06T20:27:19.388Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41d597de4e366c31 -C extra-filename=-41d597de4e366c31 --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-ec831ef06ed9b580.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-f4ff649d09ea8b55.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-97891c26559d8d15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-abb45d9a44b46ce4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3867 | 2024-08-06T20:27:20.022Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9c9500f170c2ac4 -C extra-filename=-e9c9500f170c2ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3868 | 2024-08-06T20:27:25.340Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e37dc55af4ded39 -C extra-filename=-3e37dc55af4ded39 --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-ec831ef06ed9b580.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-f4ff649d09ea8b55.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-97891c26559d8d15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-abb45d9a44b46ce4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3869 | 2024-08-06T20:27:43.437Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81e032a81b5e6bdb -C extra-filename=-81e032a81b5e6bdb --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-ec831ef06ed9b580.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-f4ff649d09ea8b55.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-97891c26559d8d15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-abb45d9a44b46ce4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3870 | 2024-08-06T20:27:46.479Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be07a9a90cbf3349 -C extra-filename=-be07a9a90cbf3349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-33d9f9b8626e1764.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3871 | 2024-08-06T20:27:50.219Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e550f6ed5d1b9fc6 -C extra-filename=-e550f6ed5d1b9fc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-33d9f9b8626e1764.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3872 | 2024-08-06T20:27:50.280Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d1ea110bd179753 -C extra-filename=-1d1ea110bd179753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-33d9f9b8626e1764.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3873 | 2024-08-06T20:27:51.510Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d36828c4fe8cba2 -C extra-filename=-0d36828c4fe8cba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-33d9f9b8626e1764.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3874 | 2024-08-06T20:27:52.385Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80d9b6a487d9983f -C extra-filename=-80d9b6a487d9983f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-33d9f9b8626e1764.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3875 | 2024-08-06T20:27:53.038Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32985bc21d8df12c -C extra-filename=-32985bc21d8df12c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-33d9f9b8626e1764.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3876 | 2024-08-06T20:28:04.593Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06da97ed5cf77a5c -C extra-filename=-06da97ed5cf77a5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3877 | 2024-08-06T20:28:06.524Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f32f7d0ed17e342e -C extra-filename=-f32f7d0ed17e342e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2ec637c94335f0dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-a24edd536aa54664.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e50a3ade234e9462.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3878 | 2024-08-06T20:28:07.012Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=d86867f63754844b -C extra-filename=-d86867f63754844b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5a76b667f5e267c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-492364698e2c4284.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3879 | 2024-08-06T20:28:09.852Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11ea5195102ae797 -C extra-filename=-11ea5195102ae797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d026e1878bc2dc6a.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-bc43c9f76654c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3880 | 2024-08-06T20:28:13.203Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2dde5d9ad1f7a8a -C extra-filename=-a2dde5d9ad1f7a8a --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-574eaa58047d9176.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3881 | 2024-08-06T20:28:15.557Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=966d7e5361f42768 -C extra-filename=-966d7e5361f42768 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3882 | 2024-08-06T20:28:26.535Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26377b3d8abd7b67 -C extra-filename=-26377b3d8abd7b67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3883 | 2024-08-06T20:28:30.251Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c05c200d8dc1cc4b -C extra-filename=-c05c200d8dc1cc4b --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-574eaa58047d9176.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3884 | 2024-08-06T20:28:32.762Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=859d92f6cca77ba4 -C extra-filename=-859d92f6cca77ba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3885 | 2024-08-06T20:28:35.600Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=d2a76a30e0dda8f0 -C extra-filename=-d2a76a30e0dda8f0 --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-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-3609e5b1b652ea2c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3886 | 2024-08-06T20:28:51.136Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f71a0fd88ddfeae -C extra-filename=-6f71a0fd88ddfeae --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-574eaa58047d9176.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3887 | 2024-08-06T20:28:52.901Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a797b96e43eed8cc -C extra-filename=-a797b96e43eed8cc --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-5eb9c922344cdb6f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3888 | 2024-08-06T20:28:54.743Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=075becaf6f53f5fa -C extra-filename=-075becaf6f53f5fa --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-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3889 | 2024-08-06T20:28:55.181Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4dc7da3372328ee0 -C extra-filename=-4dc7da3372328ee0 --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-9599ae581e4b25d1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-04a557d9d2408839.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3890 | 2024-08-06T20:28:57.538Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22cf376b3f7345ab -C extra-filename=-22cf376b3f7345ab --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-9599ae581e4b25d1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-04a557d9d2408839.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3891 | 2024-08-06T20:29:00.333Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d571270bca4baa7c -C extra-filename=-d571270bca4baa7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-33d9f9b8626e1764.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3892 | 2024-08-06T20:29:02.520Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53e2b1c64ba3085d -C extra-filename=-53e2b1c64ba3085d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-33d9f9b8626e1764.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3893 | 2024-08-06T20:29:02.840Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d14e3039a3bfbed1 -C extra-filename=-d14e3039a3bfbed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-33d9f9b8626e1764.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3894 | 2024-08-06T20:29:04.196Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef2833588a5c1d94 -C extra-filename=-ef2833588a5c1d94 --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-cf7d2b0f06898cb2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3895 | 2024-08-06T20:29:05.562Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ea73131c0f807f1 -C extra-filename=-1ea73131c0f807f1 --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-774af40ecdc28659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -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 native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3896 | 2024-08-06T20:29:08.464Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2f5412b8b0ec403 -C extra-filename=-c2f5412b8b0ec403 --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-24dbd60510aba295.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3897 | 2024-08-06T20:29:09.899Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=412c5b02c2974033 -C extra-filename=-412c5b02c2974033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-803816be2e893e71.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb456c076a8cfe3b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3898 | 2024-08-06T20:29:10.651Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a017734f53bd3101 -C extra-filename=-a017734f53bd3101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3899 | 2024-08-06T20:29:14.655Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a1e34658b1f0369 -C extra-filename=-1a1e34658b1f0369 --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-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3900 | 2024-08-06T20:29:19.288Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14f8d92c32a5860d -C extra-filename=-14f8d92c32a5860d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3901 | 2024-08-06T20:29:24.756Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7966fd8162c298a -C extra-filename=-a7966fd8162c298a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3902 | 2024-08-06T20:29:24.928Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee0cb21d8b8de1a4 -C extra-filename=-ee0cb21d8b8de1a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3903 | 2024-08-06T20:29:34.065Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ac63335339f3bc3 -C extra-filename=-0ac63335339f3bc3 --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-c2ebbcd349c3e635.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3904 | 2024-08-06T20:29:35.799Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf2b21371d2122ca -C extra-filename=-cf2b21371d2122ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3905 | 2024-08-06T20:29:35.914Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=944b82023fceb794 -C extra-filename=-944b82023fceb794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5205a223002816b9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-80f7b973b0ef1a55.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b3879db478c5c841.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/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-80bd3ed9288099a4/out` |
3906 | 2024-08-06T20:29:35.953Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac217d4b9a5665fe -C extra-filename=-ac217d4b9a5665fe --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-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3907 | 2024-08-06T20:29:37.875Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fccecad7dff6d6f8 -C extra-filename=-fccecad7dff6d6f8 --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-c73dc887d18aacfd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3908 | 2024-08-06T20:29:38.994Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/oximeter/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=68cc3999d24a17ec -C extra-filename=-68cc3999d24a17ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-f059a47940117e70.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab18c47c950de1f3.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-bbfd9520551aced1.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3909 | 2024-08-06T20:29:39.013Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=632039c8cc13fd23 -C extra-filename=-632039c8cc13fd23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-f059a47940117e70.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab18c47c950de1f3.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-bbfd9520551aced1.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3910 | 2024-08-06T20:29:40.054Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61c06737db3a81c4 -C extra-filename=-61c06737db3a81c4 --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-1a152cc9879e17df.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-dbf3fae006cf0020.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3911 | 2024-08-06T20:29:41.187Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3912 | 2024-08-06T20:29:41.203Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95a27a2a9a7c4070 -C extra-filename=-95a27a2a9a7c4070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3913 | 2024-08-06T20:29:41.715Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=a83c1d8bc165ec2f -C extra-filename=-a83c1d8bc165ec2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-37792cd2aa3864cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3914 | 2024-08-06T20:29:43.332Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=226851e23e283da6 -C extra-filename=-226851e23e283da6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-37792cd2aa3864cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3915 | 2024-08-06T20:29:45.561Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=b81d1e61e8edb3df -C extra-filename=-b81d1e61e8edb3df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-37792cd2aa3864cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3916 | 2024-08-06T20:29:45.887Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fae25de1abc9d17 -C extra-filename=-3fae25de1abc9d17 --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-868af700da08e0dd.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-477a0033dd312b72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3917 | 2024-08-06T20:29:46.622Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3918 | 2024-08-06T20:29:46.635Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e298035010ad8b7e -C extra-filename=-e298035010ad8b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3919 | 2024-08-06T20:29:47.103Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f5a0a83247f90c4 -C extra-filename=-3f5a0a83247f90c4 --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-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3920 | 2024-08-06T20:29:47.319Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0907c4cd3bacf774 -C extra-filename=-0907c4cd3bacf774 --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-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3921 | 2024-08-06T20:29:48.491Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82bd892b09ad2d18 -C extra-filename=-82bd892b09ad2d18 --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-5eb9c922344cdb6f.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-97891c26559d8d15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3922 | 2024-08-06T20:29:50.004Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=815e17db35efb7a3 -C extra-filename=-815e17db35efb7a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1e9a622927351da5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-689f621da57c8fbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-3c7e1096ffe93a92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d020738c9bd4c9ea.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-fb903f7b10f5119d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edcb067e2f996f26.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
3923 | 2024-08-06T20:29:54.206Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07b02960180d9db1 -C extra-filename=-07b02960180d9db1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3924 | 2024-08-06T20:29:56.756Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d8c45111d2811ae -C extra-filename=-4d8c45111d2811ae --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-35cfcb1498660a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3925 | 2024-08-06T20:29:57.327Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77affdb60af7bc84 -C extra-filename=-77affdb60af7bc84 --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-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3926 | 2024-08-06T20:29:57.925Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=25683552a9c548dc -C extra-filename=-25683552a9c548dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-803816be2e893e71.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-bdc8ebeba972b459.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3927 | 2024-08-06T20:29:59.517Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a5081667c0053b4 -C extra-filename=-0a5081667c0053b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3928 | 2024-08-06T20:30:05.339Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=270d9c9437f56e64 -C extra-filename=-270d9c9437f56e64 --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-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3929 | 2024-08-06T20:30:10.619Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27946b45239054a5 -C extra-filename=-27946b45239054a5 --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-bfb72a2afc18d443.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3930 | 2024-08-06T20:30:11.361Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ff59b78b23a6ef6 -C extra-filename=-8ff59b78b23a6ef6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3931 | 2024-08-06T20:30:12.129Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6280f82c66e73cbb -C extra-filename=-6280f82c66e73cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-fb903f7b10f5119d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-13f426de100b5efd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3932 | 2024-08-06T20:30:12.893Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=384fabc84b03548f -C extra-filename=-384fabc84b03548f --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-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3933 | 2024-08-06T20:30:15.297Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76e604f2377dace5 -C extra-filename=-76e604f2377dace5 --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-1a152cc9879e17df.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3934 | 2024-08-06T20:30:16.025Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d2053f2c5e025ad -C extra-filename=-9d2053f2c5e025ad --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-1a152cc9879e17df.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3935 | 2024-08-06T20:30:16.489Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=390c75927edc31b1 -C extra-filename=-390c75927edc31b1 --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-1a152cc9879e17df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3936 | 2024-08-06T20:30:16.524Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b062abe01f8faec -C extra-filename=-2b062abe01f8faec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3937 | 2024-08-06T20:30:17.067Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04863778990ecb93 -C extra-filename=-04863778990ecb93 --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-1a152cc9879e17df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3938 | 2024-08-06T20:30:17.846Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f98e8cdc70d408f7 -C extra-filename=-f98e8cdc70d408f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-13f426de100b5efd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3939 | 2024-08-06T20:30:18.270Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ff5420d1ebe454a -C extra-filename=-1ff5420d1ebe454a --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-1a152cc9879e17df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3940 | 2024-08-06T20:30:19.086Z | Running `/home/build/.rustup/toolchains/1.80.0-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=f4afad2dd231d8d4 -C extra-filename=-f4afad2dd231d8d4 --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-db913bca224bc7dc.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-00d774e06ceb2f21.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0a7ce7632533ff0c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f2feca33e2b5367a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a832b836e5e69f36.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d77e7648b499580e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-27034870866a0d3f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-745eea638614c2b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-e01bf9851d04f707.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b358fd68a8929de5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e20d6edc3549df10.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2c016a8c8d83913e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1807aa5de28961ae.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1056b9125c84375a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9f842656b715fe2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b0e87a4d764765f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-729a771cc5ab4cd3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-92f4e854e5aa636b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b562a6826fc3bfa1.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9adaac230c4a1804.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7a0afa63b1dab3f5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4ef99abaa23c0234.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a458146c63f26b69.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-43edc7c5b30365cb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-58478b7f7cb067e4.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f3b7acb007a4ffea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64` |
3941 | 2024-08-06T20:30:19.736Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=3f38a7354f4279af -C extra-filename=-3f38a7354f4279af --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-fb456c076a8cfe3b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3942 | 2024-08-06T20:31:57.047Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d48d6770161d168 -C extra-filename=-8d48d6770161d168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7db36a8a5503a964.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ceebc2860edcfbf6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7eacacb6c3bd5360.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ea59ecf370fcea10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2435343a0ff487b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ac0fa20b0d958b89.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-16def9b3daa6204c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ded4a73b48eb45bd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3943 | 2024-08-06T20:31:57.047Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f3ec49416479195 -C extra-filename=-3f3ec49416479195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-aa3f11985b8baff7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c9c4cfff83209833.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3944 | 2024-08-06T20:31:57.051Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c4685857fb592ce -C extra-filename=-8c4685857fb592ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1c66ee49eac8cc0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.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-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3945 | 2024-08-06T20:31:57.064Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2afb3bc648b36f2 -C extra-filename=-d2afb3bc648b36f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e1d934b7dc2ae10e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-aa3f11985b8baff7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c9c4cfff83209833.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3946 | 2024-08-06T20:31:57.067Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a966a1d2ee51715 -C extra-filename=-6a966a1d2ee51715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7db36a8a5503a964.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ceebc2860edcfbf6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7eacacb6c3bd5360.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ea59ecf370fcea10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2435343a0ff487b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ac0fa20b0d958b89.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-16def9b3daa6204c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ded4a73b48eb45bd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3947 | 2024-08-06T20:32:00.510Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3daf956d4f7843bc -C extra-filename=-3daf956d4f7843bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ceebc2860edcfbf6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2435343a0ff487b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ac0fa20b0d958b89.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-16def9b3daa6204c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3948 | 2024-08-06T20:32:02.557Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1006b68aa0ad6c5 -C extra-filename=-f1006b68aa0ad6c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7eacacb6c3bd5360.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/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-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3949 | 2024-08-06T20:32:06.992Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4919afa528465a81 -C extra-filename=-4919afa528465a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ceebc2860edcfbf6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2435343a0ff487b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ac0fa20b0d958b89.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-16def9b3daa6204c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib` |
3950 | 2024-08-06T20:32:21.826Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29ca96f478a49392 -C extra-filename=-29ca96f478a49392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1c66ee49eac8cc0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.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-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3951 | 2024-08-06T20:32:22.482Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0da53fc9a8f62fcf -C extra-filename=-0da53fc9a8f62fcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/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-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3952 | 2024-08-06T20:33:36.637Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d5aa7e454c42f17 -C extra-filename=-7d5aa7e454c42f17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/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-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3953 | 2024-08-06T20:34:12.258Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0caba3e8bd166268 -C extra-filename=-0caba3e8bd166268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7db36a8a5503a964.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ceebc2860edcfbf6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7eacacb6c3bd5360.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ea59ecf370fcea10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2435343a0ff487b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ac0fa20b0d958b89.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-16def9b3daa6204c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ded4a73b48eb45bd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.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-b5467e1632890e2a/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3954 | 2024-08-06T20:34:28.330Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92a7e68d4f438239 -C extra-filename=-92a7e68d4f438239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1c66ee49eac8cc0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.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-b5467e1632890e2a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out` |
3955 | 2024-08-06T20:40:14.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22m 09s |
3956 | 2024-08-06T20:40:25.640Z | |
3957 | 2024-08-06T20:40:25.644Z | real 22:19.049615613 |
3958 | 2024-08-06T20:40:25.644Z | user 1:43:02.246353417 |
3959 | 2024-08-06T20:40:25.644Z | sys 19:14.366833860 |
3960 | 2024-08-06T20:40:25.644Z | trap 9.952800101 |
3961 | 2024-08-06T20:40:25.644Z | tflt 10.661611691 |
3962 | 2024-08-06T20:40:25.644Z | dflt 22:27.135277112 |
3963 | 2024-08-06T20:40:25.644Z | kflt 0.802254181 |
3964 | 2024-08-06T20:40:25.647Z | lock 4:38:17.568170927 |
3965 | 2024-08-06T20:40:25.647Z | slp 10:38:00.876962436 |
3966 | 2024-08-06T20:40:25.647Z | lat 7:13.603748616 |
3967 | 2024-08-06T20:40:25.647Z | stop 7:35.944670152 |
3968 | 2024-08-06T20:40:26.661Z | + banner test |
3969 | 2024-08-06T20:40:26.712Z | + ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose |
3970 | 2024-08-06T20:40:27.629Z | |
3971 | 2024-08-06T20:40:27.632Z | ##### ###### #### ##### |
3972 | 2024-08-06T20:40:27.632Z | # # # # |
3973 | 2024-08-06T20:40:27.632Z | # ##### #### # |
3974 | 2024-08-06T20:40:27.632Z | # # # # |
3975 | 2024-08-06T20:40:27.632Z | # # # # # |
3976 | 2024-08-06T20:40:27.632Z | # ###### #### # |
3977 | 2024-08-06T20:40:27.632Z | |
3978 | 2024-08-06T20:40:30.747Z | info: experimental features enabled: setup-scripts |
3979 | 2024-08-06T20:40:32.034Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3980 | 2024-08-06T20:40:32.165Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3981 | 2024-08-06T20:40:32.180Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3982 | 2024-08-06T20:40:32.195Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3983 | 2024-08-06T20:40:44.709Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 13.93s |
3984 | 2024-08-06T20:40:49.348Z | Starting 1374 tests across 143 binaries (3 skipped; run ID: f76c7028-05a6-4634-a8a4-78b5e91ed793, nextest profile: ci) |
3985 | 2024-08-06T20:40:49.354Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3986 | 2024-08-06T20:40:50.141Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3987 | 2024-08-06T20:40:52.575Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3988 | 2024-08-06T20:40:54.330Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3989 | 2024-08-06T20:41:00.198Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 10.78s |
3990 | 2024-08-06T20:41:00.302Z | Running `target/debug/crdb-seed` |
3991 | 2024-08-06T20:41:00.338Z | Aug 06 20:40:58.708 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpd8d3Hg |
3992 | 2024-08-06T20:41:00.338Z | Aug 06 20:40:58.709 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp2LzX2e,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpd8d3Hg/listen-url |
3993 | 2024-08-06T20:41:00.342Z | Aug 06 20:40:58.709 INFO cockroach environment: BUILDOMAT_JOB_ID=01J4MN3P85XMD4DEZG8CAF02MK BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=john/reconfigurator-external-ip-allocator GITHUB_REF=refs/heads/john/reconfigurator-external-ip-allocator GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=4678f7dc2df4e52c12bf30a498d9225c39297418 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-b5467e1632890e2a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out:/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envYQBRJa NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out:/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=f76c7028-05a6-4634-a8a4-78b5e91ed793 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.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime |
3994 | 2024-08-06T20:41:01.710Z | Aug 06 20:41:00.079 INFO cockroach pid: 5262 |
3995 | 2024-08-06T20:41:01.710Z | Aug 06 20:41:00.079 INFO cockroach listen URL: postgresql://root@[::1]:58706/omicron?sslmode=disable |
3996 | 2024-08-06T20:41:01.710Z | Aug 06 20:41:00.079 INFO cockroach: populating |
3997 | 2024-08-06T20:41:04.342Z | Aug 06 20:41:02.711 INFO cockroach: populated |
3998 | 2024-08-06T20:41:06.498Z | Aug 06 20:41:04.868 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/14b5fff1bc8b37412248e64bab03eb9743b13506b306eb90a17a93a5528cb31d.tar` |
3999 | 2024-08-06T20:41:06.502Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
4000 | 2024-08-06T20:41:06.547Z | PASS [ 0.035s] api_identity test::test_identity |
4001 | 2024-08-06T20:41:06.547Z | PASS [ 0.030s] api_identity test::test_identity_no_field |
4002 | 2024-08-06T20:41:06.554Z | PASS [ 0.032s] bootstore schemes::tests::hello_roundtrip |
4003 | 2024-08-06T20:41:06.564Z | PASS [ 0.026s] bootstore schemes::v0::share_pkg::tests::create_packages |
4004 | 2024-08-06T20:41:06.564Z | PASS [ 0.021s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
4005 | 2024-08-06T20:41:06.574Z | PASS [ 0.052s] authz-macros tests::test_authz_snapshots |
4006 | 2024-08-06T20:41:06.574Z | PASS [ 0.027s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
4007 | 2024-08-06T20:41:06.602Z | PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes |
4008 | 2024-08-06T20:41:06.605Z | PASS [ 0.018s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes |
4009 | 2024-08-06T20:41:06.611Z | PASS [ 0.018s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value |
4010 | 2024-08-06T20:41:06.617Z | PASS [ 0.018s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv |
4011 | 2024-08-06T20:41:06.628Z | PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv |
4012 | 2024-08-06T20:41:06.646Z | PASS [ 0.115s] bootstore schemes::v0::peer::tests::network_config |
4013 | 2024-08-06T20:41:06.653Z | PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
4014 | 2024-08-06T20:41:06.663Z | PASS [ 0.097s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input |
4015 | 2024-08-06T20:41:06.666Z | PASS [ 0.093s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input |
4016 | 2024-08-06T20:41:06.684Z | PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
4017 | 2024-08-06T20:41:06.684Z | PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
4018 | 2024-08-06T20:41:06.684Z | PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
4019 | 2024-08-06T20:41:06.684Z | PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
4020 | 2024-08-06T20:41:06.692Z | PASS [ 0.017s] db-macros tests::test_derive_with_unknown_field |
4021 | 2024-08-06T20:41:06.698Z | PASS [ 0.029s] db-macros tests::test_derive_snapshots |
4022 | 2024-08-06T20:41:06.703Z | PASS [ 0.086s] db-macros lookup::test::test_lookup_snapshots |
4023 | 2024-08-06T20:41:06.945Z | PASS [ 0.259s] dns-server storage::test::test_update_in_progress |
4024 | 2024-08-06T20:41:06.953Z | PASS [ 0.261s] dns-server storage::test::test_update_interrupted |
4025 | 2024-08-06T20:41:06.959Z | PASS [ 0.280s] dns-server storage::test::test_update_basic |
4026 | 2024-08-06T20:41:07.215Z | PASS [ 0.517s] dns-server::basic_test a_crud |
4027 | 2024-08-06T20:41:07.236Z | PASS [ 0.263s] dns-server::basic_test name_contains_zone |
4028 | 2024-08-06T20:41:07.236Z | PASS [ 0.278s] dns-server::basic_test empty_record |
4029 | 2024-08-06T20:41:07.236Z | PASS [ 0.517s] dns-server::basic_test aaaa_crud |
4030 | 2024-08-06T20:41:07.236Z | PASS [ 0.269s] dns-server::basic_test multi_record_crud |
4031 | 2024-08-06T20:41:07.309Z | PASS [ 0.071s] dns-service-client diff::test::diff_different |
4032 | 2024-08-06T20:41:07.334Z | PASS [ 0.025s] dns-service-client diff::test::diff_equivalent |
4033 | 2024-08-06T20:41:07.367Z | PASS [ 0.033s] dns-service-client diff::test::diff_invalid |
4034 | 2024-08-06T20:41:07.427Z | PASS [ 0.060s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
4035 | 2024-08-06T20:41:07.446Z | PASS [ 0.223s] dns-server::basic_test nxdomain |
4036 | 2024-08-06T20:41:07.446Z | PASS [ 0.217s] dns-server::basic_test servfail |
4037 | 2024-08-06T20:41:07.460Z | PASS [ 0.035s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
4038 | 2024-08-06T20:41:07.478Z | PASS [ 0.250s] dns-server::basic_test srv_crud |
4039 | 2024-08-06T20:41:07.515Z | PASS [ 0.038s] illumos-utils link::test::test_allocate |
4040 | 2024-08-06T20:41:07.537Z | PASS [ 0.090s] illumos-utils destructor::test::test_delayed_delete |
4041 | 2024-08-06T20:41:07.537Z | PASS [ 0.068s] illumos-utils destructor::test::test_destructor_bad_close |
4042 | 2024-08-06T20:41:07.542Z | PASS [ 0.028s] illumos-utils link::test::test_allocate_within_scopes |
4043 | 2024-08-06T20:41:07.557Z | PASS [ 0.025s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
4044 | 2024-08-06T20:41:07.566Z | PASS [ 0.029s] illumos-utils zone::tests::test_parse_ip_network |
4045 | 2024-08-06T20:41:07.572Z | PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool |
4046 | 2024-08-06T20:41:07.581Z | PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_missing_column |
4047 | 2024-08-06T20:41:07.666Z | PASS [ 1.138s] bootstore schemes::v0::peer::tests::basic_3_nodes |
4048 | 2024-08-06T20:41:07.704Z | PASS [ 0.039s] internal-dns config::test::display_hosts |
4049 | 2024-08-06T20:41:07.733Z | PASS [ 0.027s] internal-dns config::test::display_srv_service |
4050 | 2024-08-06T20:41:07.779Z | PASS [ 0.195s] installinator-common block_size_writer::tests::proptest_block_writer |
4051 | 2024-08-06T20:41:07.787Z | PASS [ 0.055s] internal-dns config::test::test_builder_errors |
4052 | 2024-08-06T20:41:07.861Z | PASS [ 0.083s] internal-dns config::test::test_builder_output |
4053 | 2024-08-06T20:41:08.262Z | PASS [ 0.387s] internal-dns resolver::test::insert_and_lookup_one_record |
4054 | 2024-08-06T20:41:08.331Z | PASS [ 0.542s] internal-dns resolver::test::insert_and_lookup_multiple_records |
4055 | 2024-08-06T20:41:08.392Z | PASS [ 0.940s] illumos-utils destructor::test::test_delayed_delete_with_error |
4056 | 2024-08-06T20:41:08.511Z | PASS [ 0.261s] internal-dns resolver::test::lookup_nonexistent_record_fails |
4057 | 2024-08-06T20:41:08.761Z | PASS [ 0.431s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
4058 | 2024-08-06T20:41:08.776Z | PASS [ 0.381s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
4059 | 2024-08-06T20:41:08.805Z | PASS [ 0.035s] ipcc tests::deserialize_fixed_value |
4060 | 2024-08-06T20:41:08.855Z | PASS [ 0.051s] ipcc tests::installinator_image_id_round_trip |
4061 | 2024-08-06T20:41:08.878Z | PASS [ 0.362s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
4062 | 2024-08-06T20:41:08.889Z | PASS [ 0.030s] ipcc tests::serialized_size |
4063 | 2024-08-06T20:41:08.955Z | PASS [ 0.077s] key-manager tests::different_disks_produce_different_keys |
4064 | 2024-08-06T20:41:08.955Z | PASS [ 0.062s] key-manager tests::different_ikm_produces_different_keys |
4065 | 2024-08-06T20:41:08.977Z | PASS [ 0.030s] key-manager tests::disk_encryption_key_epoch_0 |
4066 | 2024-08-06T20:41:08.996Z | PASS [ 0.029s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
4067 | 2024-08-06T20:41:09.022Z | PASS [ 0.042s] nexus-auth authn::external::cookies::test::test_parse_cookies_empty_headers |
4068 | 2024-08-06T20:41:09.048Z | PASS [ 0.287s] internal-dns resolver::test::update_record |
4069 | 2024-08-06T20:41:09.063Z | PASS [ 0.036s] nexus-auth authn::external::cookies::test::test_parse_cookies_one_cookie |
4070 | 2024-08-06T20:41:09.063Z | PASS [ 0.071s] nexus-auth authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
4071 | 2024-08-06T20:41:09.076Z | PASS [ 0.027s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
4072 | 2024-08-06T20:41:09.081Z | PASS [ 0.027s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
4073 | 2024-08-06T20:41:09.084Z | PASS [ 0.027s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookies |
4074 | 2024-08-06T20:41:09.138Z | PASS [ 0.050s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie |
4075 | 2024-08-06T20:41:09.176Z | PASS [ 0.085s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle |
4076 | 2024-08-06T20:41:09.176Z | PASS [ 0.093s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute |
4077 | 2024-08-06T20:41:09.186Z | PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_get_token |
4078 | 2024-08-06T20:41:09.208Z | PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present |
4079 | 2024-08-06T20:41:09.208Z | PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header |
4080 | 2024-08-06T20:41:09.224Z | PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_missing_cookie |
4081 | 2024-08-06T20:41:09.229Z | PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_other_cookie |
4082 | 2024-08-06T20:41:09.236Z | PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value |
4083 | 2024-08-06T20:41:09.252Z | PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error |
4084 | 2024-08-06T20:41:09.267Z | PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_make_header_value |
4085 | 2024-08-06T20:41:09.273Z | PASS [ 0.044s] nexus-auth authn::external::session_cookie::test::test_valid_cookie |
4086 | 2024-08-06T20:41:09.288Z | PASS [ 0.037s] nexus-auth authn::external::spoof::test::test_make_header_value_raw |
4087 | 2024-08-06T20:41:09.296Z | PASS [ 0.023s] nexus-auth authn::external::spoof::test::test_spoof_header_missing |
4088 | 2024-08-06T20:41:09.303Z | PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids |
4089 | 2024-08-06T20:41:09.313Z | PASS [ 0.026s] nexus-auth authn::external::spoof::test::test_spoof_header_valid |
4090 | 2024-08-06T20:41:09.325Z | PASS [ 0.029s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values |
4091 | 2024-08-06T20:41:09.341Z | PASS [ 0.027s] nexus-auth authn::external::token::test::test_make_header_value |
4092 | 2024-08-06T20:41:09.355Z | PASS [ 0.044s] nexus-auth authn::external::test::test_authn_sequence |
4093 | 2024-08-06T20:41:09.357Z | PASS [ 0.027s] nexus-auth authn::external::token::test::test_token_header_bad_utf8 |
4094 | 2024-08-06T20:41:09.368Z | PASS [ 0.025s] nexus-auth authn::external::token::test::test_token_header_missing |
4095 | 2024-08-06T20:41:09.374Z | PASS [ 0.027s] nexus-auth authn::external::token::test::test_token_header_valid |
4096 | 2024-08-06T20:41:09.407Z | PASS [ 0.053s] nexus-auth authn::test::test_internal_users |
4097 | 2024-08-06T20:41:09.438Z | PASS [ 0.063s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes |
4098 | 2024-08-06T20:41:09.480Z | PASS [ 0.073s] nexus-auth context::test::test_background_context |
4099 | 2024-08-06T20:41:09.497Z | PASS [ 0.052s] nexus-auth context::test::test_child_context |
4100 | 2024-08-06T20:41:09.497Z | PASS [ 0.123s] nexus-auth authz::context::test::test_unregistered_resource |
4101 | 2024-08-06T20:41:09.535Z | PASS [ 0.056s] nexus-auth context::test::test_test_context |
4102 | 2024-08-06T20:41:09.568Z | PASS [ 0.072s] nexus-config nexus_config::test::test_config_bad_toml |
4103 | 2024-08-06T20:41:09.578Z | PASS [ 0.041s] nexus-config nexus_config::test::test_config_empty |
4104 | 2024-08-06T20:41:09.595Z | PASS [ 0.026s] nexus-config nexus_config::test::test_config_nonexistent |
4105 | 2024-08-06T20:41:09.624Z | PASS [ 0.128s] nexus-config nexus_config::test::test_bad_authn_schemes |
4106 | 2024-08-06T20:41:09.629Z | PASS [ 0.030s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
4107 | 2024-08-06T20:41:09.644Z | PASS [ 0.068s] nexus-config nexus_config::test::test_deployment_config_schema |
4108 | 2024-08-06T20:41:09.667Z | PASS [ 0.023s] nexus-config postgres_config::test::test_bad_url |
4109 | 2024-08-06T20:41:09.676Z | PASS [ 0.049s] nexus-config nexus_config::test::test_valid |
4110 | 2024-08-06T20:41:09.691Z | PASS [ 0.063s] nexus-config nexus_config::test::test_repo_configs_are_valid |
4111 | 2024-08-06T20:41:09.691Z | PASS [ 0.023s] nexus-config postgres_config::test::test_example_url |
4112 | 2024-08-06T20:41:09.728Z | PASS [ 0.043s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data |
4113 | 2024-08-06T20:41:09.728Z | PASS [ 0.035s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid |
4114 | 2024-08-06T20:41:09.728Z | PASS [ 0.026s] nexus-db-fixed-data test::test_allowlist_id_is_valid |
4115 | 2024-08-06T20:41:09.739Z | PASS [ 0.024s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid |
4116 | 2024-08-06T20:41:09.756Z | PASS [ 0.034s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid |
4117 | 2024-08-06T20:41:09.763Z | PASS [ 0.034s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
4118 | 2024-08-06T20:41:09.794Z | PASS [ 0.054s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
4119 | 2024-08-06T20:41:09.803Z | PASS [ 0.039s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
4120 | 2024-08-06T20:41:09.839Z | PASS [ 0.037s] nexus-db-model schema_versions::test::test_known_versions |
4121 | 2024-08-06T20:41:09.849Z | PASS [ 0.093s] nexus-db-model device_auth::test::test_generate_user_code |
4122 | 2024-08-06T20:41:09.859Z | PASS [ 0.061s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections |
4123 | 2024-08-06T20:41:09.879Z | PASS [ 0.029s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names |
4124 | 2024-08-06T20:41:09.892Z | PASS [ 0.029s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files |
4125 | 2024-08-06T20:41:09.892Z | PASS [ 0.048s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections |
4126 | 2024-08-06T20:41:09.909Z | PASS [ 0.026s] nexus-db-model schema_versions::test::test_verify |
4127 | 2024-08-06T20:41:09.927Z | PASS [ 0.035s] nexus-db-model semver_version::test::test_to_from_sortable_string |
4128 | 2024-08-06T20:41:09.927Z | PASS [ 0.029s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
4129 | 2024-08-06T20:41:09.937Z | PASS [ 0.032s] nexus-db-model tests::test_ipv6_net_random_subnet |
4130 | 2024-08-06T20:41:09.959Z | PASS [ 0.037s] nexus-db-model tests::test_roles_database_strings |
4131 | 2024-08-06T20:41:09.965Z | PASS [ 0.037s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
4132 | 2024-08-06T20:41:10.059Z | PASS [ 2.825s] dns-server::commands_test test_dnsadm |
4133 | 2024-08-06T20:41:12.217Z | PASS [ 4.643s] installinator write::tests::proptest_write_artifact |
4134 | 2024-08-06T20:41:13.045Z | PASS [ 5.477s] installinator mock_peers::tests::proptest_fetch_artifact |
4135 | 2024-08-06T20:41:15.593Z | PASS [ 5.625s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
4136 | 2024-08-06T20:41:15.619Z | PASS [ 5.562s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
4137 | 2024-08-06T20:41:15.689Z | PASS [ 5.729s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
4138 | 2024-08-06T20:41:15.756Z | PASS [ 5.815s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
4139 | 2024-08-06T20:41:17.481Z | PASS [ 5.262s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
4140 | 2024-08-06T20:41:17.528Z | PASS [ 0.047s] nexus-db-queries db::collection_attach::test::test_verify_query |
4141 | 2024-08-06T20:41:17.926Z | PASS [ 4.881s] nexus-db-queries db::collection_attach::test::test_attach_once |
4142 | 2024-08-06T20:41:20.642Z | PASS [ 5.050s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
4143 | 2024-08-06T20:41:20.814Z | PASS [ 5.193s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
4144 | 2024-08-06T20:41:20.826Z | PASS [ 5.138s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
4145 | 2024-08-06T20:41:20.978Z | PASS [ 5.223s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
4146 | 2024-08-06T20:41:22.489Z | PASS [ 4.961s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
4147 | 2024-08-06T20:41:22.535Z | PASS [ 0.046s] nexus-db-queries db::collection_detach::test::test_verify_query |
4148 | 2024-08-06T20:41:22.786Z | PASS [ 4.860s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
4149 | 2024-08-06T20:41:25.665Z | PASS [ 5.020s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
4150 | 2024-08-06T20:41:26.002Z | PASS [ 5.188s] nexus-db-queries db::collection_detach::test::test_detach_once |
4151 | 2024-08-06T20:41:26.106Z | PASS [ 5.279s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
4152 | 2024-08-06T20:41:26.131Z | PASS [ 5.153s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
4153 | 2024-08-06T20:41:27.580Z | PASS [ 5.044s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
4154 | 2024-08-06T20:41:27.715Z | PASS [ 4.929s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
4155 | 2024-08-06T20:41:28.312Z | PASS [ 21.757s] bootstore::v0-fsm-proptest-learner run |
4156 | 2024-08-06T20:41:28.361Z | PASS [ 0.048s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
4157 | 2024-08-06T20:41:30.894Z | PASS [ 5.230s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
4158 | 2024-08-06T20:41:31.041Z | PASS [ 5.039s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
4159 | 2024-08-06T20:41:31.079Z | PASS [ 0.037s] nexus-db-queries db::collection_insert::test::test_verify_query |
4160 | 2024-08-06T20:41:31.119Z | PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix |
4161 | 2024-08-06T20:41:31.151Z | PASS [ 5.044s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
4162 | 2024-08-06T20:41:31.157Z | PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_walk_columns |
4163 | 2024-08-06T20:41:31.185Z | PASS [ 0.035s] nexus-db-queries db::column_walker::test::test_walk_table |
4164 | 2024-08-06T20:41:31.282Z | PASS [ 5.151s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
4165 | 2024-08-06T20:41:32.098Z | PASS [ 25.537s] bootstore::v0-fsm-proptest-rack-coordinator run |
4166 | 2024-08-06T20:41:32.657Z | PASS [ 5.075s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
4167 | 2024-08-06T20:41:32.732Z | PASS [ 5.017s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
4168 | 2024-08-06T20:41:33.241Z | PASS [ 4.882s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
4169 | 2024-08-06T20:41:35.727Z | PASS [ 4.836s] nexus-db-queries db::collection_insert::test::test_collection_present |
4170 | 2024-08-06T20:41:37.520Z | PASS [ 4.866s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
4171 | 2024-08-06T20:41:37.538Z | PASS [ 4.806s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
4172 | 2024-08-06T20:41:37.599Z | PASS [ 6.413s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id |
4173 | 2024-08-06T20:41:37.606Z | PASS [ 6.448s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops |
4174 | 2024-08-06T20:41:37.658Z | PASS [ 6.374s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade |
4175 | 2024-08-06T20:41:37.724Z | PASS [ 0.065s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
4176 | 2024-08-06T20:41:38.169Z | PASS [ 4.929s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress |
4177 | 2024-08-06T20:41:38.620Z | PASS [ 6.526s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists |
4178 | 2024-08-06T20:41:41.713Z | PASS [ 5.983s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
4179 | 2024-08-06T20:41:44.555Z | PASS [ 6.948s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
4180 | 2024-08-06T20:41:44.594Z | PASS [ 6.873s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
4181 | 2024-08-06T20:41:44.605Z | PASS [ 7.067s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
4182 | 2024-08-06T20:41:44.842Z | PASS [ 7.323s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
4183 | 2024-08-06T20:41:44.868Z | PASS [ 7.269s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
4184 | 2024-08-06T20:41:44.930Z | PASS [ 6.761s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
4185 | 2024-08-06T20:41:45.664Z | PASS [ 7.044s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
4186 | 2024-08-06T20:41:47.680Z | PASS [ 5.966s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
4187 | 2024-08-06T20:41:51.227Z | PASS [ 6.632s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
4188 | 2024-08-06T20:41:51.387Z | PASS [ 6.831s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
4189 | 2024-08-06T20:41:51.684Z | PASS [ 6.815s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock |
4190 | 2024-08-06T20:41:51.784Z | PASS [ 6.853s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent |
4191 | 2024-08-06T20:41:51.816Z | PASS [ 6.972s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all |
4192 | 2024-08-06T20:41:52.120Z | PASS [ 7.515s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list |
4193 | 2024-08-06T20:41:52.221Z | PASS [ 6.555s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_unlocking_someone_elses_instance_errors |
4194 | 2024-08-06T20:41:53.414Z | PASS [ 5.733s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
4195 | 2024-08-06T20:41:58.250Z | PASS [ 6.567s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
4196 | 2024-08-06T20:41:58.364Z | PASS [ 6.978s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
4197 | 2024-08-06T20:41:58.685Z | PASS [ 6.565s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
4198 | 2024-08-06T20:41:58.720Z | PASS [ 6.496s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
4199 | 2024-08-06T20:41:58.816Z | PASS [ 7.031s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization |
4200 | 2024-08-06T20:41:59.708Z | PASS [ 6.294s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
4201 | 2024-08-06T20:42:00.179Z | PASS [ 8.362s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset |
4202 | 2024-08-06T20:42:00.281Z | PASS [ 9.052s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
4203 | 2024-08-06T20:42:05.007Z | PASS [ 6.756s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance |
4204 | 2024-08-06T20:42:05.261Z | PASS [ 6.575s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired |
4205 | 2024-08-06T20:42:05.524Z | PASS [ 6.708s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
4206 | 2024-08-06T20:42:05.607Z | PASS [ 7.241s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list |
4207 | 2024-08-06T20:42:05.698Z | PASS [ 6.978s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled |
4208 | 2024-08-06T20:42:06.500Z | PASS [ 6.792s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled |
4209 | 2024-08-06T20:42:06.663Z | PASS [ 6.485s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks |
4210 | 2024-08-06T20:42:06.916Z | PASS [ 6.629s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled |
4211 | 2024-08-06T20:42:11.724Z | PASS [ 6.717s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides |
4212 | 2024-08-06T20:42:12.615Z | PASS [ 6.918s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
4213 | 2024-08-06T20:42:12.646Z | PASS [ 0.030s] nexus-db-queries db::datastore::region::test::test_extent_count |
4214 | 2024-08-06T20:42:12.874Z | PASS [ 7.610s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list |
4215 | 2024-08-06T20:42:12.916Z | PASS [ 7.309s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
4216 | 2024-08-06T20:42:13.658Z | PASS [ 7.157s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
4217 | 2024-08-06T20:42:13.718Z | PASS [ 8.192s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
4218 | 2024-08-06T20:42:14.121Z | PASS [ 7.453s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
4219 | 2024-08-06T20:42:14.260Z | PASS [ 7.349s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
4220 | 2024-08-06T20:42:17.911Z | PASS [ 6.187s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
4221 | 2024-08-06T20:42:19.021Z | PASS [ 6.375s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume |
4222 | 2024-08-06T20:42:19.265Z | PASS [ 6.348s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent |
4223 | 2024-08-06T20:42:19.457Z | PASS [ 6.585s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga |
4224 | 2024-08-06T20:42:20.143Z | PASS [ 6.425s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes |
4225 | 2024-08-06T20:42:20.568Z | PASS [ 6.308s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent |
4226 | 2024-08-06T20:42:20.603Z | PASS [ 6.486s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes |
4227 | 2024-08-06T20:42:20.643Z | PASS [ 6.981s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas |
4228 | 2024-08-06T20:42:25.947Z | PASS [ 8.035s] nexus-db-queries db::datastore::sled::test::sled_list_batch |
4229 | 2024-08-06T20:42:26.410Z | PASS [ 7.146s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks |
4230 | 2024-08-06T20:42:27.018Z | PASS [ 7.995s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
4231 | 2024-08-06T20:42:27.073Z | PASS [ 6.929s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
4232 | 2024-08-06T20:42:27.455Z | PASS [ 6.850s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
4233 | 2024-08-06T20:42:27.520Z | PASS [ 6.951s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen |
4234 | 2024-08-06T20:42:27.668Z | PASS [ 7.027s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
4235 | 2024-08-06T20:42:28.850Z | PASS [ 9.390s] nexus-db-queries db::datastore::sled::test::test_sled_transitions |
4236 | 2024-08-06T20:42:32.359Z | PASS [ 4.904s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
4237 | 2024-08-06T20:42:32.430Z | PASS [ 6.482s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
4238 | 2024-08-06T20:42:32.855Z | PASS [ 6.443s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
4239 | 2024-08-06T20:42:33.448Z | PASS [ 6.373s] nexus-db-queries db::datastore::test::test_project_creation |
4240 | 2024-08-06T20:42:33.840Z | PASS [ 6.821s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
4241 | 2024-08-06T20:42:34.180Z | PASS [ 6.661s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
4242 | 2024-08-06T20:42:35.257Z | PASS [ 6.406s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
4243 | 2024-08-06T20:42:38.548Z | PASS [ 10.878s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
4244 | 2024-08-06T20:42:39.409Z | PASS [ 6.977s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
4245 | 2024-08-06T20:42:39.775Z | PASS [ 7.414s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service |
4246 | 2024-08-06T20:42:41.928Z | PASS [ 6.673s] nexus-db-queries db::datastore::test::test_session_methods |
4247 | 2024-08-06T20:42:43.534Z | PASS [ 4.988s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
4248 | 2024-08-06T20:42:44.274Z | PASS [ 10.827s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
4249 | 2024-08-06T20:42:44.528Z | PASS [ 11.673s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
4250 | 2024-08-06T20:42:45.313Z | PASS [ 11.132s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
4251 | 2024-08-06T20:42:45.723Z | PASS [ 6.314s] nexus-db-queries db::datastore::test::test_ssh_keys |
4252 | 2024-08-06T20:42:45.731Z | PASS [ 11.891s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
4253 | 2024-08-06T20:42:45.805Z | PASS [ 6.030s] nexus-db-queries db::datastore::test::test_table_scan |
4254 | 2024-08-06T20:42:47.889Z | PASS [ 5.960s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete |
4255 | 2024-08-06T20:42:49.683Z | PASS [ 6.149s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice |
4256 | 2024-08-06T20:42:50.560Z | PASS [ 6.287s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete |
4257 | 2024-08-06T20:42:50.793Z | PASS [ 6.264s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice |
4258 | 2024-08-06T20:42:51.642Z | PASS [ 6.328s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
4259 | 2024-08-06T20:42:51.948Z | PASS [ 6.223s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region |
4260 | 2024-08-06T20:42:52.108Z | PASS [ 6.377s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
4261 | 2024-08-06T20:42:52.188Z | PASS [ 6.383s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
4262 | 2024-08-06T20:42:55.583Z | PASS [ 7.692s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
4263 | 2024-08-06T20:42:55.745Z | PASS [ 4.950s] nexus-db-queries db::explain::test::test_explain_async |
4264 | 2024-08-06T20:42:56.552Z | PASS [ 4.909s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
4265 | 2024-08-06T20:42:56.595Z | PASS [ 0.042s] nexus-db-queries db::pagination::test::test_paginator |
4266 | 2024-08-06T20:42:56.973Z | PASS [ 7.272s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve |
4267 | 2024-08-06T20:42:56.973Z | PASS [ 4.866s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
4268 | 2024-08-06T20:42:57.051Z | PASS [ 4.862s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
4269 | 2024-08-06T20:42:57.730Z | PASS [ 7.169s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets |
4270 | 2024-08-06T20:42:57.881Z | PASS [ 5.934s] nexus-db-queries db::lookup::test::test_lookup |
4271 | 2024-08-06T20:43:00.255Z | PASS [ 4.672s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
4272 | 2024-08-06T20:43:00.416Z | PASS [ 4.671s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
4273 | 2024-08-06T20:43:03.562Z | PASS [ 6.510s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range |
4274 | 2024-08-06T20:43:04.136Z | PASS [ 7.543s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
4275 | 2024-08-06T20:43:04.306Z | PASS [ 7.350s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
4276 | 2024-08-06T20:43:04.347Z | PASS [ 7.373s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent |
4277 | 2024-08-06T20:43:04.381Z | PASS [ 0.033s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
4278 | 2024-08-06T20:43:04.457Z | PASS [ 6.726s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
4279 | 2024-08-06T20:43:04.786Z | PASS [ 6.905s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
4280 | 2024-08-06T20:43:06.944Z | PASS [ 6.688s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
4281 | 2024-08-06T20:43:07.165Z | PASS [ 6.750s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
4282 | 2024-08-06T20:43:10.669Z | PASS [ 7.108s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
4283 | 2024-08-06T20:43:10.854Z | PASS [ 6.717s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent |
4284 | 2024-08-06T20:43:11.161Z | PASS [ 6.375s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
4285 | 2024-08-06T20:43:11.492Z | PASS [ 7.111s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
4286 | 2024-08-06T20:43:11.564Z | PASS [ 7.107s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
4287 | 2024-08-06T20:43:13.305Z | PASS [ 6.139s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
4288 | 2024-08-06T20:43:13.761Z | PASS [ 6.816s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
4289 | 2024-08-06T20:43:15.820Z | PASS [ 11.513s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
4290 | 2024-08-06T20:43:17.428Z | PASS [ 6.573s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
4291 | 2024-08-06T20:43:17.646Z | PASS [ 6.483s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
4292 | 2024-08-06T20:43:17.681Z | PASS [ 0.035s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
4293 | 2024-08-06T20:43:17.759Z | PASS [ 7.089s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
4294 | 2024-08-06T20:43:17.793Z | PASS [ 0.034s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest |
4295 | 2024-08-06T20:43:17.824Z | PASS [ 0.032s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system |
4296 | 2024-08-06T20:43:17.868Z | PASS [ 6.376s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
4297 | 2024-08-06T20:43:17.905Z | PASS [ 0.036s] nexus-db-queries db::queries::next_item::tests::test_shift_indices |
4298 | 2024-08-06T20:43:18.008Z | PASS [ 6.442s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
4299 | 2024-08-06T20:43:19.029Z | PASS [ 1.020s] nexus-db-queries db::queries::region_allocation::test::expectorate_query |
4300 | 2024-08-06T20:43:19.844Z | PASS [ 6.539s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
4301 | 2024-08-06T20:43:20.128Z | PASS [ 0.284s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance |
4302 | 2024-08-06T20:43:20.369Z | PASS [ 0.241s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage |
4303 | 2024-08-06T20:43:20.406Z | PASS [ 6.644s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
4304 | 2024-08-06T20:43:20.649Z | PASS [ 0.280s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance |
4305 | 2024-08-06T20:43:20.671Z | PASS [ 0.267s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage |
4306 | 2024-08-06T20:43:22.749Z | PASS [ 4.924s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
4307 | 2024-08-06T20:43:22.811Z | PASS [ 4.908s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
4308 | 2024-08-06T20:43:23.051Z | PASS [ 7.229s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
4309 | 2024-08-06T20:43:23.130Z | PASS [ 0.080s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
4310 | 2024-08-06T20:43:23.168Z | PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
4311 | 2024-08-06T20:43:23.200Z | PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
4312 | 2024-08-06T20:43:23.234Z | PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
4313 | 2024-08-06T20:43:23.276Z | PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
4314 | 2024-08-06T20:43:24.007Z | PASS [ 4.979s] nexus-db-queries db::queries::region_allocation::test::explainable |
4315 | 2024-08-06T20:43:24.224Z | PASS [ 6.791s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
4316 | 2024-08-06T20:43:25.316Z | PASS [ 4.647s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage |
4317 | 2024-08-06T20:43:25.324Z | PASS [ 4.677s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance |
4318 | 2024-08-06T20:43:27.425Z | PASS [ 9.744s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
4319 | 2024-08-06T20:43:27.430Z | PASS [ 4.682s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance |
4320 | 2024-08-06T20:43:27.536Z | PASS [ 4.718s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage |
4321 | 2024-08-06T20:43:27.572Z | PASS [ 0.039s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
4322 | 2024-08-06T20:43:27.808Z | PASS [ 4.537s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query |
4323 | 2024-08-06T20:43:27.849Z | PASS [ 0.038s] nexus-inventory builder::test::test_empty |
4324 | 2024-08-06T20:43:27.901Z | PASS [ 0.054s] nexus-inventory builder::test::test_problems |
4325 | 2024-08-06T20:43:27.927Z | PASS [ 0.355s] nexus-inventory builder::test::test_basic |
4326 | 2024-08-06T20:43:28.734Z | PASS [ 4.725s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query |
4327 | 2024-08-06T20:43:28.936Z | PASS [ 4.711s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent |
4328 | 2024-08-06T20:43:29.317Z | PASS [ 0.582s] nexus-inventory collector::test::test_multi_mgs_failure |
4329 | 2024-08-06T20:43:29.926Z | PASS [ 2.025s] nexus-inventory collector::test::test_basic |
4330 | 2024-08-06T20:43:29.998Z | PASS [ 2.071s] nexus-inventory collector::test::test_multi_mgs |
4331 | 2024-08-06T20:43:30.015Z | PASS [ 1.082s] nexus-inventory collector::test::test_sled_agent_failure |
4332 | 2024-08-06T20:43:35.195Z | PASS [ 7.762s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
4333 | 2024-08-06T20:43:35.274Z | PASS [ 0.074s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
4334 | 2024-08-06T20:43:35.354Z | PASS [ 0.086s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
4335 | 2024-08-06T20:43:35.421Z | PASS [ 0.066s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
4336 | 2024-08-06T20:43:35.467Z | PASS [ 0.046s] nexus-reconfigurator-execution dns::test::test_dns_compute_update |
4337 | 2024-08-06T20:43:35.819Z | PASS [ 8.393s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
4338 | 2024-08-06T20:43:37.146Z | PASS [ 11.826s] nexus-db-queries policy_test::test_conferred_roles |
4339 | 2024-08-06T20:43:38.910Z | PASS [ 9.593s] nexus-metrics-producer-gc tests::test_prune_expired_producers |
4340 | 2024-08-06T20:43:39.448Z | PASS [ 9.517s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector |
4341 | 2024-08-06T20:43:58.609Z | PASS [ 33.281s] nexus-db-queries policy_test::test_iam_roles_behavior |
4342 | 2024-08-06T20:44:00.851Z | PASS [ 25.029s] nexus-reconfigurator-execution external_networking::tests::test_allocate_external_networking |
4343 | 2024-08-06T20:44:01.042Z | PASS [ 22.130s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks |
4344 | 2024-08-06T20:44:01.320Z | PASS [ 31.319s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
4345 | 2024-08-06T20:44:01.383Z | PASS [ 24.234s] nexus-reconfigurator-execution external_networking::tests::test_deallocate_external_networking |
4346 | 2024-08-06T20:44:01.627Z | PASS [ 0.245s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones |
4347 | 2024-08-06T20:44:01.633Z | PASS [ 0.315s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases |
4348 | 2024-08-06T20:44:01.678Z | PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks |
4349 | 2024-08-06T20:44:01.721Z | PASS [ 0.084s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic |
4350 | 2024-08-06T20:44:01.730Z | PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb |
4351 | 2024-08-06T20:44:01.776Z | PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial |
4352 | 2024-08-06T20:44:01.788Z | PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip |
4353 | 2024-08-06T20:44:01.822Z | PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip |
4354 | 2024-08-06T20:44:01.839Z | PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac |
4355 | 2024-08-06T20:44:01.866Z | PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds |
4356 | 2024-08-06T20:44:01.886Z | PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated |
4357 | 2024-08-06T20:44:01.937Z | PASS [ 0.071s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator |
4358 | 2024-08-06T20:44:02.013Z | PASS [ 0.075s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones |
4359 | 2024-08-06T20:44:02.049Z | PASS [ 0.038s] nexus-reconfigurator-planning ip_allocator::test::test_basic |
4360 | 2024-08-06T20:44:02.134Z | PASS [ 0.081s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones |
4361 | 2024-08-06T20:44:02.143Z | PASS [ 22.697s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks |
4362 | 2024-08-06T20:44:02.234Z | PASS [ 0.101s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds |
4363 | 2024-08-06T20:44:02.256Z | PASS [ 0.107s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled |
4364 | 2024-08-06T20:44:02.348Z | PASS [ 0.096s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks |
4365 | 2024-08-06T20:44:02.446Z | PASS [ 0.100s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool |
4366 | 2024-08-06T20:44:02.513Z | PASS [ 0.268s] nexus-reconfigurator-planning planner::test::test_basic_add_sled |
4367 | 2024-08-06T20:44:02.539Z | PASS [ 0.084s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem |
4368 | 2024-08-06T20:44:02.579Z | PASS [ 0.074s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option |
4369 | 2024-08-06T20:44:02.587Z | PASS [ 32.571s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist |
4370 | 2024-08-06T20:44:02.679Z | PASS [ 0.148s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds |
4371 | 2024-08-06T20:44:02.686Z | PASS [ 0.112s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds |
4372 | 2024-08-06T20:44:02.733Z | PASS [ 0.045s] nexus-saga-recovery recovery::test::test_read_all_from_channel |
4373 | 2024-08-06T20:44:02.794Z | PASS [ 0.113s] nexus-saga-recovery recovery::test::test_plan_basic |
4374 | 2024-08-06T20:44:02.808Z | PASS [ 0.216s] nexus-saga-recovery recovery::test::test_execution_basic |
4375 | 2024-08-06T20:44:02.812Z | PASS [ 0.078s] nexus-saga-recovery test::test_basic |
4376 | 2024-08-06T20:44:02.839Z | PASS [ 0.042s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions |
4377 | 2024-08-06T20:44:02.894Z | PASS [ 0.059s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups |
4378 | 2024-08-06T20:44:02.937Z | PASS [ 0.044s] nexus-types external_api::shared::test::test_policy_parsing |
4379 | 2024-08-06T20:44:03.259Z | PASS [ 0.297s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
4380 | 2024-08-06T20:44:03.506Z | PASS [ 0.271s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
4381 | 2024-08-06T20:44:03.704Z | PASS [ 0.198s] omicron-certificates tests::test_cert_extended_key_usage |
4382 | 2024-08-06T20:44:04.068Z | PASS [ 0.362s] omicron-certificates tests::test_common_name_is_validated |
4383 | 2024-08-06T20:44:04.327Z | PASS [ 0.259s] omicron-certificates tests::test_subject_alternate_names_are_validated |
4384 | 2024-08-06T20:44:08.710Z | PASS [ 5.897s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip |
4385 | 2024-08-06T20:44:09.927Z | PASS [ 5.601s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility |
4386 | 2024-08-06T20:44:10.204Z | PASS [ 34.735s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
4387 | 2024-08-06T20:44:10.252Z | PASS [ 0.048s] omicron-common address::test::test_dns_subnets |
4388 | 2024-08-06T20:44:10.283Z | PASS [ 0.030s] omicron-common address::test::test_ip_range_checks_non_decreasing |
4389 | 2024-08-06T20:44:10.335Z | PASS [ 0.052s] omicron-common address::test::test_ip_range_enum_deserialization |
4390 | 2024-08-06T20:44:10.375Z | PASS [ 0.040s] omicron-common address::test::test_ip_range_iter |
4391 | 2024-08-06T20:44:10.403Z | PASS [ 0.029s] omicron-common address::test::test_ip_range_length |
4392 | 2024-08-06T20:44:10.431Z | PASS [ 0.028s] omicron-common address::test::test_ip_range_try_from |
4393 | 2024-08-06T20:44:10.466Z | PASS [ 0.033s] omicron-common address::test::test_ipv6_subnet_deserialize |
4394 | 2024-08-06T20:44:10.492Z | PASS [ 0.027s] omicron-common address::test::test_sled_address |
4395 | 2024-08-06T20:44:10.535Z | PASS [ 0.043s] omicron-common api::external::error::test::test_bail_unless |
4396 | 2024-08-06T20:44:10.583Z | PASS [ 0.036s] omicron-common api::external::error::test::test_context |
4397 | 2024-08-06T20:44:10.714Z | PASS [ 0.140s] omicron-common api::external::http_pagination::test::test_pagination_examples |
4398 | 2024-08-06T20:44:10.757Z | PASS [ 0.046s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
4399 | 2024-08-06T20:44:10.828Z | PASS [ 0.069s] omicron-common api::external::http_pagination::test::test_scan_by_id |
4400 | 2024-08-06T20:44:10.871Z | PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_name |
4401 | 2024-08-06T20:44:10.900Z | PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
4402 | 2024-08-06T20:44:10.929Z | PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
4403 | 2024-08-06T20:44:10.965Z | PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
4404 | 2024-08-06T20:44:10.992Z | PASS [ 0.029s] omicron-common api::external::test::test_bytecount |
4405 | 2024-08-06T20:44:11.024Z | PASS [ 0.026s] omicron-common api::external::test::test_bytecount_display |
4406 | 2024-08-06T20:44:11.074Z | PASS [ 0.056s] omicron-common api::external::test::test_digest |
4407 | 2024-08-06T20:44:11.104Z | PASS [ 0.030s] omicron-common api::external::test::test_firewall_deserialization |
4408 | 2024-08-06T20:44:11.176Z | PASS [ 0.072s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
4409 | 2024-08-06T20:44:11.227Z | PASS [ 0.050s] omicron-common api::external::test::test_firewall_rule_target_parse |
4410 | 2024-08-06T20:44:11.269Z | PASS [ 0.041s] omicron-common api::external::test::test_hostname_from_str |
4411 | 2024-08-06T20:44:11.296Z | PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_from_str |
4412 | 2024-08-06T20:44:11.324Z | PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_into_str |
4413 | 2024-08-06T20:44:11.349Z | PASS [ 0.026s] omicron-common api::external::test::test_ipv6_net_operations |
4414 | 2024-08-06T20:44:11.381Z | PASS [ 0.031s] omicron-common api::external::test::test_mac_system_iterator |
4415 | 2024-08-06T20:44:11.410Z | PASS [ 0.029s] omicron-common api::external::test::test_mac_to_int_conversions |
4416 | 2024-08-06T20:44:11.435Z | PASS [ 0.026s] omicron-common api::external::test::test_macaddr |
4417 | 2024-08-06T20:44:11.463Z | PASS [ 0.027s] omicron-common api::external::test::test_name_parse |
4418 | 2024-08-06T20:44:11.495Z | PASS [ 0.030s] omicron-common api::external::test::test_name_parse_from_param |
4419 | 2024-08-06T20:44:11.522Z | PASS [ 0.029s] omicron-common api::external::test::test_resource_name_parse |
4420 | 2024-08-06T20:44:11.552Z | PASS [ 0.031s] omicron-common api::external::test::test_role_name_parse |
4421 | 2024-08-06T20:44:11.601Z | PASS [ 0.046s] omicron-common api::external::test::test_route_destination_parse |
4422 | 2024-08-06T20:44:11.651Z | PASS [ 0.052s] omicron-common api::external::test::test_route_target_parse |
4423 | 2024-08-06T20:44:11.677Z | PASS [ 0.027s] omicron-common api::external::test::test_semver_serialize |
4424 | 2024-08-06T20:44:11.708Z | PASS [ 0.029s] omicron-common api::external::test::test_semver_validation |
4425 | 2024-08-06T20:44:11.737Z | PASS [ 0.028s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
4426 | 2024-08-06T20:44:11.763Z | PASS [ 0.029s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips |
4427 | 2024-08-06T20:44:11.789Z | PASS [ 0.027s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips |
4428 | 2024-08-06T20:44:11.819Z | PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string |
4429 | 2024-08-06T20:44:11.869Z | PASS [ 0.050s] omicron-common ledger::test::test_commit_handles_write_failures |
4430 | 2024-08-06T20:44:11.898Z | PASS [ 0.030s] omicron-common ledger::test::test_create_default_ledger |
4431 | 2024-08-06T20:44:11.929Z | PASS [ 0.030s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
4432 | 2024-08-06T20:44:11.962Z | PASS [ 0.033s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
4433 | 2024-08-06T20:44:11.988Z | PASS [ 0.027s] omicron-common update::tests::serde_artifact_kind |
4434 | 2024-08-06T20:44:12.020Z | PASS [ 0.033s] omicron-common zpool_name::test::test_parse_bad_zpool_names |
4435 | 2024-08-06T20:44:12.046Z | PASS [ 0.026s] omicron-common zpool_name::test::test_parse_external_zpool_name |
4436 | 2024-08-06T20:44:12.074Z | PASS [ 0.028s] omicron-common zpool_name::test::test_parse_internal_zpool_name |
4437 | 2024-08-06T20:44:12.099Z | PASS [ 0.025s] omicron-common zpool_name::test::test_parse_zpool_name_json |
4438 | 2024-08-06T20:44:12.126Z | PASS [ 0.027s] omicron-common zpool_name::test::test_zpool_name_regex |
4439 | 2024-08-06T20:44:12.330Z | PASS [ 0.203s] omicron-dev::test_omicron_dev test_cert_create |
4440 | 2024-08-06T20:44:12.859Z | PASS [ 10.054s] nexus-types deployment::tri_map::tests::proptest_ops |
4441 | 2024-08-06T20:44:13.844Z | PASS [ 5.135s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility |
4442 | 2024-08-06T20:44:13.956Z | PASS [ 0.112s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd |
4443 | 2024-08-06T20:44:14.059Z | PASS [ 0.104s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args |
4444 | 2024-08-06T20:44:14.130Z | PASS [ 0.069s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args |
4445 | 2024-08-06T20:44:14.229Z | PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_no_args |
4446 | 2024-08-06T20:44:15.040Z | PASS [ 5.112s] omicron-cockroach-admin context::tests::test_node_id |
4447 | 2024-08-06T20:44:15.167Z | PASS [ 0.126s] omicron-gateway management_switch::location_map::tests::test_config_validation |
4448 | 2024-08-06T20:44:15.175Z | PASS [ 16.565s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones |
4449 | 2024-08-06T20:44:15.224Z | PASS [ 0.057s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
4450 | 2024-08-06T20:44:15.700Z | PASS [ 0.523s] omicron-gateway::test_all integration_tests::component_list::component_list |
4451 | 2024-08-06T20:44:15.743Z | PASS [ 0.519s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
4452 | 2024-08-06T20:44:15.969Z | PASS [ 0.219s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
4453 | 2024-08-06T20:44:15.969Z | PASS [ 0.261s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
4454 | 2024-08-06T20:44:18.075Z | PASS [ 5.744s] omicron-dev::test_omicron_dev test_db_killed |
4455 | 2024-08-06T20:44:18.268Z | PASS [ 17.224s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent |
4456 | 2024-08-06T20:44:18.608Z | PASS [ 17.755s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones |
4457 | 2024-08-06T20:44:21.598Z | PASS [ 19.708s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator |
4458 | 2024-08-06T20:44:32.042Z | PASS [ 17.813s] omicron-dev::test_omicron_dev test_run_all |
4459 | 2024-08-06T20:44:34.706Z | PASS [ 21.848s] omicron-dev::test_omicron_dev test_db_run |
4460 | 2024-08-06T20:44:36.410Z | PASS [ 20.437s] omicron-nexus app::background::driver::test::test_driver_basic |
4461 | 2024-08-06T20:44:37.902Z | PASS [ 19.826s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
4462 | 2024-08-06T20:44:38.622Z | PASS [ 22.659s] omicron-nexus app::background::driver::test::test_activation_in_progress |
4463 | 2024-08-06T20:44:43.036Z | PASS [ 24.769s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted |
4464 | 2024-08-06T20:44:43.080Z | PASS [ 0.042s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint |
4465 | 2024-08-06T20:44:43.309Z | PASS [ 24.700s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped |
4466 | 2024-08-06T20:44:43.443Z | PASS [ 7.035s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint |
4467 | 2024-08-06T20:44:44.698Z | PASS [ 6.794s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids |
4468 | 2024-08-06T20:44:45.233Z | PASS [ 6.613s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids |
4469 | 2024-08-06T20:44:45.762Z | PASS [ 24.145s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted |
4470 | 2024-08-06T20:44:48.579Z | PASS [ 16.534s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones |
4471 | 2024-08-06T20:44:49.667Z | PASS [ 14.958s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints |
4472 | 2024-08-06T20:45:00.654Z | PASS [ 17.345s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions |
4473 | 2024-08-06T20:45:00.762Z | PASS [ 17.682s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions |
4474 | 2024-08-06T20:45:01.289Z | PASS [ 17.844s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks |
4475 | 2024-08-06T20:45:02.415Z | PASS [ 17.715s] omicron-nexus app::background::tasks::dns_config::test::test_basic |
4476 | 2024-08-06T20:45:03.150Z | PASS [ 17.913s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic |
4477 | 2024-08-06T20:45:03.390Z | PASS [ 17.647s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic |
4478 | 2024-08-06T20:45:06.611Z | PASS [ 16.943s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator |
4479 | 2024-08-06T20:45:12.373Z | PASS [ 5.762s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered |
4480 | 2024-08-06T20:45:16.931Z | PASS [ 16.274s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning |
4481 | 2024-08-06T20:45:17.282Z | PASS [ 16.517s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start |
4482 | 2024-08-06T20:45:17.608Z | PASS [ 16.318s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish |
4483 | 2024-08-06T20:45:17.718Z | PASS [ 0.108s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
4484 | 2024-08-06T20:45:17.906Z | PASS [ 0.624s] omicron-nexus app::external_endpoints::test::test_authority |
4485 | 2024-08-06T20:45:17.990Z | PASS [ 0.084s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
4486 | 2024-08-06T20:45:18.043Z | PASS [ 0.052s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
4487 | 2024-08-06T20:45:18.108Z | PASS [ 0.062s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
4488 | 2024-08-06T20:45:19.329Z | PASS [ 15.937s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive |
4489 | 2024-08-06T20:45:19.390Z | PASS [ 1.674s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
4490 | 2024-08-06T20:45:19.485Z | PASS [ 17.071s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
4491 | 2024-08-06T20:45:19.818Z | PASS [ 16.665s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification |
4492 | 2024-08-06T20:45:19.966Z | PASS [ 31.386s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic |
4493 | 2024-08-06T20:45:21.872Z | PASS [ 4.931s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
4494 | 2024-08-06T20:45:27.891Z | PASS [ 15.516s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery |
4495 | 2024-08-06T20:45:43.308Z | PASS [ 23.820s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
4496 | 2024-08-06T20:45:44.174Z | PASS [ 24.358s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
4497 | 2024-08-06T20:45:44.607Z | PASS [ 24.641s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
4498 | 2024-08-06T20:45:44.729Z | PASS [ 25.336s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
4499 | 2024-08-06T20:45:45.295Z | PASS [ 27.190s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
4500 | 2024-08-06T20:45:45.627Z | PASS [ 26.290s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
4501 | 2024-08-06T20:46:12.704Z | PASS [ 28.528s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
4502 | 2024-08-06T20:46:13.868Z | PASS [ 29.139s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
4503 | 2024-08-06T20:46:14.426Z | PASS [ 29.816s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
4504 | 2024-08-06T20:46:15.080Z | PASS [ 31.769s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
4505 | 2024-08-06T20:46:16.067Z | PASS [ 30.768s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
4506 | 2024-08-06T20:46:17.732Z | PASS [ 32.108s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
4507 | 2024-08-06T20:46:21.878Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4508 | 2024-08-06T20:46:27.896Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4509 | 2024-08-06T20:46:41.905Z | PASS [ 28.034s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
4510 | 2024-08-06T20:46:42.425Z | PASS [ 29.719s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
4511 | 2024-08-06T20:46:46.087Z | PASS [ 30.018s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
4512 | 2024-08-06T20:46:46.304Z | PASS [ 31.877s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
4513 | 2024-08-06T20:46:47.147Z | PASS [ 29.413s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
4514 | 2024-08-06T20:46:48.335Z | PASS [ 33.253s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
4515 | 2024-08-06T20:47:08.171Z | PASS [ 25.745s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
4516 | 2024-08-06T20:47:09.833Z | PASS [ 23.528s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
4517 | 2024-08-06T20:47:10.901Z | PASS [ 23.752s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
4518 | 2024-08-06T20:47:11.194Z | PASS [ 22.856s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
4519 | 2024-08-06T20:47:14.868Z | PASS [ 28.778s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
4520 | 2024-08-06T20:47:21.883Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4521 | 2024-08-06T20:47:27.777Z | PASS [ 17.942s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
4522 | 2024-08-06T20:47:27.901Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4523 | 2024-08-06T20:47:28.802Z | PASS [ 17.900s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga |
4524 | 2024-08-06T20:47:33.781Z | PASS [ 25.607s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
4525 | 2024-08-06T20:47:37.987Z | PASS [ 23.117s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently |
4526 | 2024-08-06T20:47:37.996Z | PASS [ 26.800s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently |
4527 | 2024-08-06T20:47:38.044Z | PASS [ 0.047s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
4528 | 2024-08-06T20:47:41.910Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4529 | 2024-08-06T20:47:43.050Z | PASS [ 15.272s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region |
4530 | 2024-08-06T20:47:49.127Z | PASS [ 67.216s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4531 | 2024-08-06T20:47:52.224Z | PASS [ 23.419s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga |
4532 | 2024-08-06T20:48:03.886Z | PASS [ 25.842s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
4533 | 2024-08-06T20:48:08.951Z | PASS [ 16.725s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
4534 | 2024-08-06T20:48:15.262Z | PASS [ 32.210s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
4535 | 2024-08-06T20:48:19.635Z | PASS [ 30.505s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
4536 | 2024-08-06T20:48:19.680Z | PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_accept_gz |
4537 | 2024-08-06T20:48:19.732Z | PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
4538 | 2024-08-06T20:48:19.783Z | PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
4539 | 2024-08-06T20:48:19.839Z | PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
4540 | 2024-08-06T20:48:19.892Z | PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
4541 | 2024-08-06T20:48:19.953Z | PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
4542 | 2024-08-06T20:48:20.002Z | PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
4543 | 2024-08-06T20:48:20.049Z | PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_relative_uri |
4544 | 2024-08-06T20:48:20.152Z | PASS [ 0.104s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
4545 | 2024-08-06T20:48:20.231Z | PASS [ 4.964s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
4546 | 2024-08-06T20:48:21.887Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4547 | 2024-08-06T20:48:26.749Z | PASS [ 22.860s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
4548 | 2024-08-06T20:48:27.218Z | PASS [ 18.266s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
4549 | 2024-08-06T20:48:27.906Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4550 | 2024-08-06T20:48:33.786Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4551 | 2024-08-06T20:48:35.192Z | PASS [ 57.126s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4552 | 2024-08-06T20:48:35.904Z | PASS [ 15.628s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
4553 | 2024-08-06T20:48:36.274Z | PASS [ 1.152s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
4554 | 2024-08-06T20:48:36.390Z | PASS [ 0.119s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
4555 | 2024-08-06T20:48:36.932Z | PASS [ 1.073s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
4556 | 2024-08-06T20:48:43.020Z | PASS [ 16.271s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
4557 | 2024-08-06T20:48:45.325Z | PASS [ 18.094s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list |
4558 | 2024-08-06T20:48:53.629Z | PASS [ 16.697s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
4559 | 2024-08-06T20:48:53.698Z | PASS [ 17.308s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
4560 | 2024-08-06T20:48:59.152Z | PASS [ 16.123s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
4561 | 2024-08-06T20:49:01.033Z | PASS [ 15.716s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
4562 | 2024-08-06T20:49:10.499Z | PASS [ 16.799s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
4563 | 2024-08-06T20:49:11.405Z | PASS [ 17.775s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
4564 | 2024-08-06T20:49:14.855Z | PASS [ 15.710s] omicron-nexus::test_all integration_tests::basic::test_ping |
4565 | 2024-08-06T20:49:20.158Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
4566 | 2024-08-06T20:49:21.896Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4567 | 2024-08-06T20:49:22.418Z | PASS [ 21.383s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
4568 | 2024-08-06T20:49:27.259Z | PASS [ 15.852s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
4569 | 2024-08-06T20:49:27.912Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4570 | 2024-08-06T20:49:30.227Z | PASS [ 15.370s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
4571 | 2024-08-06T20:49:33.792Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4572 | 2024-08-06T20:49:35.258Z | PASS [ 24.755s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
4573 | 2024-08-06T20:49:37.011Z | PASS [ 14.593s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
4574 | 2024-08-06T20:49:42.433Z | PASS [ 15.174s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
4575 | 2024-08-06T20:49:45.052Z | PASS [ 14.826s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
4576 | 2024-08-06T20:49:48.456Z | PASS [ 3.402s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
4577 | 2024-08-06T20:49:49.050Z | PASS [ 0.594s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
4578 | 2024-08-06T20:49:49.143Z | PASS [ 0.093s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
4579 | 2024-08-06T20:49:50.317Z | PASS [ 1.174s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
4580 | 2024-08-06T20:49:51.880Z | PASS [ 16.624s] omicron-nexus::test_all integration_tests::certificates::test_crud |
4581 | 2024-08-06T20:49:52.295Z | PASS [ 15.285s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
4582 | 2024-08-06T20:50:01.038Z | PASS [ 18.604s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
4583 | 2024-08-06T20:50:05.789Z | PASS [ 15.471s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
4584 | 2024-08-06T20:50:07.038Z | PASS [ 15.156s] omicron-nexus::test_all integration_tests::console_api::test_assets |
4585 | 2024-08-06T20:50:07.258Z | PASS [ 14.961s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
4586 | 2024-08-06T20:50:15.489Z | PASS [ 115.329s] omicron-nexus populate::test::test_populators |
4587 | 2024-08-06T20:50:19.073Z | PASS [ 18.033s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
4588 | 2024-08-06T20:50:21.899Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4589 | 2024-08-06T20:50:22.935Z | PASS [ 15.895s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
4590 | 2024-08-06T20:50:23.593Z | PASS [ 16.334s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
4591 | 2024-08-06T20:50:26.297Z | PASS [ 20.505s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
4592 | 2024-08-06T20:50:27.917Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4593 | 2024-08-06T20:50:31.728Z | PASS [ 16.238s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
4594 | 2024-08-06T20:50:33.797Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4595 | 2024-08-06T20:50:38.799Z | PASS [ 19.725s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
4596 | 2024-08-06T20:50:39.255Z | PASS [ 16.320s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
4597 | 2024-08-06T20:50:40.945Z | PASS [ 17.351s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
4598 | 2024-08-06T20:50:53.062Z | PASS [ 26.765s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
4599 | 2024-08-06T20:51:02.612Z | PASS [ 23.794s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
4600 | 2024-08-06T20:51:03.570Z | PASS [ 24.312s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
4601 | 2024-08-06T20:51:05.007Z | PASS [ 33.278s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
4602 | 2024-08-06T20:51:05.564Z | PASS [ 24.616s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
4603 | 2024-08-06T20:51:15.770Z | PASS [ 22.706s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge |
4604 | 2024-08-06T20:51:21.904Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4605 | 2024-08-06T20:51:26.887Z | PASS [ 24.289s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
4606 | 2024-08-06T20:51:27.922Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4607 | 2024-08-06T20:51:33.802Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4608 | 2024-08-06T20:51:36.927Z | PASS [ 33.356s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
4609 | 2024-08-06T20:51:38.865Z | PASS [ 23.093s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
4610 | 2024-08-06T20:51:42.070Z | PASS [ 37.060s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
4611 | 2024-08-06T20:51:49.575Z | PASS [ 44.008s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
4612 | 2024-08-06T20:51:49.973Z | PASS [ 23.085s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
4613 | 2024-08-06T20:51:56.041Z | PASS [ 19.112s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
4614 | 2024-08-06T20:51:56.706Z | PASS [ 17.839s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
4615 | 2024-08-06T20:52:03.911Z | PASS [ 21.839s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
4616 | 2024-08-06T20:52:07.885Z | PASS [ 18.309s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
4617 | 2024-08-06T20:52:15.097Z | PASS [ 25.123s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
4618 | 2024-08-06T20:52:20.715Z | PASS [ 24.008s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
4619 | 2024-08-06T20:52:21.909Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4620 | 2024-08-06T20:52:27.927Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4621 | 2024-08-06T20:52:29.398Z | PASS [ 25.486s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
4622 | 2024-08-06T20:52:30.609Z | PASS [ 296.807s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4623 | 2024-08-06T20:52:31.506Z | PASS [ 35.463s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
4624 | 2024-08-06T20:52:32.051Z | PASS [ 24.165s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
4625 | 2024-08-06T20:52:39.932Z | PASS [ 24.834s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
4626 | 2024-08-06T20:52:43.279Z | PASS [ 22.562s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent |
4627 | 2024-08-06T20:52:54.649Z | PASS [ 24.038s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
4628 | 2024-08-06T20:52:54.898Z | PASS [ 25.499s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
4629 | 2024-08-06T20:52:55.429Z | PASS [ 23.921s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete |
4630 | 2024-08-06T20:52:56.342Z | PASS [ 24.289s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent |
4631 | 2024-08-06T20:52:59.785Z | PASS [ 19.852s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary |
4632 | 2024-08-06T20:53:02.997Z | PASS [ 19.715s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate |
4633 | 2024-08-06T20:53:18.608Z | PASS [ 23.705s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools |
4634 | 2024-08-06T20:53:18.909Z | PASS [ 24.258s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace |
4635 | 2024-08-06T20:53:21.915Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4636 | 2024-08-06T20:53:22.979Z | PASS [ 27.544s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
4637 | 2024-08-06T20:53:27.932Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4638 | 2024-08-06T20:53:28.780Z | PASS [ 32.435s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
4639 | 2024-08-06T20:53:37.577Z | PASS [ 18.969s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
4640 | 2024-08-06T20:53:38.341Z | PASS [ 38.554s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
4641 | 2024-08-06T20:53:40.426Z | PASS [ 37.420s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
4642 | 2024-08-06T20:53:42.752Z | PASS [ 19.745s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
4643 | 2024-08-06T20:53:45.725Z | PASS [ 26.814s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
4644 | 2024-08-06T20:53:52.315Z | PASS [ 510.417s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4645 | 2024-08-06T20:53:55.823Z | PASS [ 17.479s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
4646 | 2024-08-06T20:53:56.167Z | PASS [ 0.343s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
4647 | 2024-08-06T20:53:56.426Z | PASS [ 27.644s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
4648 | 2024-08-06T20:53:56.463Z | PASS [ 18.886s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
4649 | 2024-08-06T20:53:56.593Z | PASS [ 0.427s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
4650 | 2024-08-06T20:53:56.805Z | PASS [ 0.379s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
4651 | 2024-08-06T20:53:56.820Z | PASS [ 0.357s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
4652 | 2024-08-06T20:53:58.381Z | PASS [ 17.961s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
4653 | 2024-08-06T20:53:59.288Z | PASS [ 511.361s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4654 | 2024-08-06T20:54:01.389Z | PASS [ 18.665s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin |
4655 | 2024-08-06T20:54:03.603Z | PASS [ 17.879s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
4656 | 2024-08-06T20:54:11.307Z | PASS [ 18.989s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
4657 | 2024-08-06T20:54:20.650Z | PASS [ 24.056s] omicron-nexus::test_all integration_tests::images::test_image_create |
4658 | 2024-08-06T20:54:21.247Z | PASS [ 24.440s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
4659 | 2024-08-06T20:54:22.568Z | PASS [ 24.186s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
4660 | 2024-08-06T20:54:23.829Z | PASS [ 24.541s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
4661 | 2024-08-06T20:54:23.903Z | PASS [ 27.075s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
4662 | 2024-08-06T20:54:24.724Z | PASS [ 23.334s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
4663 | 2024-08-06T20:54:26.529Z | PASS [ 22.924s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
4664 | 2024-08-06T20:54:28.329Z | PASS [ 7.677s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
4665 | 2024-08-06T20:54:29.452Z | PASS [ 8.206s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
4666 | 2024-08-06T20:54:29.639Z | PASS [ 7.071s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
4667 | 2024-08-06T20:54:30.342Z | PASS [ 18.851s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
4668 | 2024-08-06T20:54:32.929Z | PASS [ 9.095s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
4669 | 2024-08-06T20:54:47.394Z | PASS [ 23.496s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
4670 | 2024-08-06T20:54:48.298Z | PASS [ 18.657s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
4671 | 2024-08-06T20:54:48.797Z | PASS [ 18.637s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
4672 | 2024-08-06T20:54:55.356Z | PASS [ 28.822s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
4673 | 2024-08-06T20:54:56.167Z | PASS [ 26.710s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
4674 | 2024-08-06T20:55:01.218Z | PASS [ 36.491s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
4675 | 2024-08-06T20:55:04.449Z | PASS [ 36.117s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
4676 | 2024-08-06T20:55:05.893Z | PASS [ 18.498s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
4677 | 2024-08-06T20:55:13.689Z | PASS [ 17.521s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
4678 | 2024-08-06T20:55:14.939Z | PASS [ 42.008s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
4679 | 2024-08-06T20:55:19.003Z | PASS [ 23.641s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
4680 | 2024-08-06T20:55:23.020Z | PASS [ 34.718s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
4681 | 2024-08-06T20:55:29.380Z | PASS [ 28.159s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
4682 | 2024-08-06T20:55:34.666Z | PASS [ 30.215s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
4683 | 2024-08-06T20:55:38.242Z | PASS [ 32.346s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
4684 | 2024-08-06T20:55:43.693Z | PASS [ 28.751s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
4685 | 2024-08-06T20:55:47.139Z | PASS [ 33.448s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
4686 | 2024-08-06T20:55:48.802Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4687 | 2024-08-06T20:55:51.131Z | PASS [ 32.132s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
4688 | 2024-08-06T20:55:57.192Z | PASS [ 34.169s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
4689 | 2024-08-06T20:56:00.686Z | PASS [ 26.017s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
4690 | 2024-08-06T20:56:00.796Z | PASS [ 71.994s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4691 | 2024-08-06T20:56:01.511Z | PASS [ 23.265s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
4692 | 2024-08-06T20:56:15.598Z | PASS [ 46.215s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
4693 | 2024-08-06T20:56:16.859Z | PASS [ 33.165s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error |
4694 | 2024-08-06T20:56:23.673Z | PASS [ 36.531s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
4695 | 2024-08-06T20:56:27.535Z | PASS [ 33.729s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
4696 | 2024-08-06T20:56:28.685Z | PASS [ 31.491s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
4697 | 2024-08-06T20:56:31.625Z | PASS [ 30.937s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes |
4698 | 2024-08-06T20:56:33.093Z | PASS [ 31.582s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
4699 | 2024-08-06T20:56:34.107Z | PASS [ 17.247s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
4700 | 2024-08-06T20:56:39.830Z | PASS [ 39.030s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
4701 | 2024-08-06T20:56:43.872Z | PASS [ 19.008s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
4702 | 2024-08-06T20:56:49.878Z | PASS [ 34.277s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
4703 | 2024-08-06T20:56:51.105Z | PASS [ 18.011s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
4704 | 2024-08-06T20:56:53.029Z | PASS [ 29.356s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
4705 | 2024-08-06T20:56:53.380Z | PASS [ 24.693s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
4706 | 2024-08-06T20:56:54.766Z | PASS [ 23.140s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
4707 | 2024-08-06T20:57:03.162Z | PASS [ 23.331s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
4708 | 2024-08-06T20:57:06.994Z | PASS [ 17.105s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
4709 | 2024-08-06T20:57:08.543Z | PASS [ 34.435s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
4710 | 2024-08-06T20:57:09.229Z | PASS [ 18.123s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
4711 | 2024-08-06T20:57:09.896Z | PASS [ 26.022s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
4712 | 2024-08-06T20:57:10.445Z | PASS [ 17.413s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
4713 | 2024-08-06T20:57:11.541Z | PASS [ 18.156s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
4714 | 2024-08-06T20:57:11.570Z | PASS [ 16.802s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
4715 | 2024-08-06T20:57:23.640Z | PASS [ 20.478s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
4716 | 2024-08-06T20:57:26.053Z | PASS [ 19.068s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
4717 | 2024-08-06T20:57:26.270Z | PASS [ 17.725s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
4718 | 2024-08-06T20:57:27.133Z | PASS [ 17.903s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
4719 | 2024-08-06T20:57:27.141Z | PASS [ 17.245s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
4720 | 2024-08-06T20:57:27.388Z | PASS [ 16.942s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6 |
4721 | 2024-08-06T20:57:28.413Z | PASS [ 16.875s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
4722 | 2024-08-06T20:57:28.782Z | PASS [ 17.211s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
4723 | 2024-08-06T20:57:43.481Z | PASS [ 19.837s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
4724 | 2024-08-06T20:57:45.267Z | PASS [ 18.124s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total |
4725 | 2024-08-06T20:57:45.798Z | PASS [ 19.738s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
4726 | 2024-08-06T20:57:47.359Z | PASS [ 20.223s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
4727 | 2024-08-06T20:57:47.913Z | PASS [ 21.640s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination |
4728 | 2024-08-06T20:57:54.470Z | PASS [ 27.079s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
4729 | 2024-08-06T20:58:00.839Z | PASS [ 17.357s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list |
4730 | 2024-08-06T20:58:03.376Z | PASS [ 18.104s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
4731 | 2024-08-06T20:58:06.808Z | PASS [ 21.012s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
4732 | 2024-08-06T20:58:07.720Z | PASS [ 39.304s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics |
4733 | 2024-08-06T20:58:16.585Z | PASS [ 22.115s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
4734 | 2024-08-06T20:58:16.956Z | PASS [ 29.595s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
4735 | 2024-08-06T20:58:19.799Z | PASS [ 51.014s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4736 | 2024-08-06T20:58:23.503Z | PASS [ 22.662s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
4737 | 2024-08-06T20:58:25.664Z | PASS [ 22.288s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
4738 | 2024-08-06T20:58:32.393Z | PASS [ 44.476s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
4739 | 2024-08-06T20:58:40.254Z | PASS [ 23.665s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
4740 | 2024-08-06T20:58:49.719Z | PASS [ 42.907s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
4741 | 2024-08-06T20:58:50.224Z | PASS [ 42.501s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
4742 | 2024-08-06T20:58:53.075Z | PASS [ 33.274s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
4743 | 2024-08-06T20:58:54.091Z | PASS [ 30.472s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
4744 | 2024-08-06T20:58:54.381Z | PASS [ 21.982s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
4745 | 2024-08-06T20:58:55.721Z | PASS [ 30.057s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
4746 | 2024-08-06T20:59:00.597Z | PASS [ 42.407s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
4747 | 2024-08-06T20:59:13.066Z | PASS [ 19.087s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
4748 | 2024-08-06T20:59:13.920Z | PASS [ 20.843s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
4749 | 2024-08-06T20:59:18.087Z | PASS [ 23.710s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
4750 | 2024-08-06T20:59:18.111Z | PASS [ 18.742s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
4751 | 2024-08-06T20:59:18.263Z | PASS [ 22.541s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
4752 | 2024-08-06T20:59:18.901Z | PASS [ 38.645s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
4753 | 2024-08-06T20:59:33.846Z | PASS [ 44.125s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
4754 | 2024-08-06T20:59:36.273Z | PASS [ 23.207s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
4755 | 2024-08-06T20:59:37.330Z | PASS [ 19.220s] omicron-nexus::test_all integration_tests::projects::test_projects |
4756 | 2024-08-06T20:59:38.014Z | PASS [ 19.749s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits |
4757 | 2024-08-06T20:59:38.582Z | PASS [ 20.494s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
4758 | 2024-08-06T20:59:38.675Z | PASS [ 48.447s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4759 | 2024-08-06T20:59:39.985Z | PASS [ 26.063s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
4760 | 2024-08-06T20:59:50.081Z | PASS [ 16.233s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
4761 | 2024-08-06T20:59:53.187Z | PASS [ 16.911s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
4762 | 2024-08-06T20:59:55.576Z | PASS [ 18.243s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
4763 | 2024-08-06T20:59:55.917Z | PASS [ 17.902s] omicron-nexus::test_all integration_tests::rack::test_sled_add |
4764 | 2024-08-06T20:59:56.493Z | PASS [ 17.902s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
4765 | 2024-08-06T20:59:56.493Z | PASS [ 17.810s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
4766 | 2024-08-06T20:59:56.833Z | PASS [ 0.340s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
4767 | 2024-08-06T20:59:57.574Z | PASS [ 38.671s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
4768 | 2024-08-06T20:59:58.061Z | PASS [ 18.075s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
4769 | 2024-08-06T20:59:59.236Z | PASS [ 3.318s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
4770 | 2024-08-06T20:59:59.928Z | PASS [ 3.442s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
4771 | 2024-08-06T21:00:00.165Z | PASS [ 3.332s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
4772 | 2024-08-06T21:00:01.143Z | PASS [ 3.375s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
4773 | 2024-08-06T21:00:04.244Z | PASS [ 14.163s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
4774 | 2024-08-06T21:00:04.408Z | PASS [ 0.157s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
4775 | 2024-08-06T21:00:04.527Z | PASS [ 0.125s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
4776 | 2024-08-06T21:00:04.635Z | PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
4777 | 2024-08-06T21:00:04.740Z | PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
4778 | 2024-08-06T21:00:04.850Z | PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
4779 | 2024-08-06T21:00:08.566Z | PASS [ 15.378s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
4780 | 2024-08-06T21:00:12.925Z | PASS [ 17.348s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
4781 | 2024-08-06T21:00:18.679Z | PASS [ 20.616s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations |
4782 | 2024-08-06T21:00:19.780Z | PASS [ 20.543s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets |
4783 | 2024-08-06T21:00:20.228Z | PASS [ 20.061s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target |
4784 | 2024-08-06T21:00:21.091Z | PASS [ 20.141s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes |
4785 | 2024-08-06T21:00:21.175Z | PASS [ 0.084s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
4786 | 2024-08-06T21:00:21.614Z | PASS [ 16.767s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
4787 | 2024-08-06T21:00:24.989Z | PASS [ 25.059s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6 |
4788 | 2024-08-06T21:00:25.012Z | PASS [ 16.445s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
4789 | 2024-08-06T21:00:25.088Z | PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
4790 | 2024-08-06T21:00:25.103Z | PASS [ 0.091s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
4791 | 2024-08-06T21:00:28.509Z | PASS [ 15.583s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
4792 | 2024-08-06T21:00:36.170Z | PASS [ 17.487s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
4793 | 2024-08-06T21:00:37.510Z | PASS [ 17.737s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
4794 | 2024-08-06T21:00:37.599Z | PASS [ 17.378s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
4795 | 2024-08-06T21:00:39.156Z | PASS [ 17.987s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
4796 | 2024-08-06T21:00:39.351Z | PASS [ 17.738s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
4797 | 2024-08-06T21:00:41.735Z | PASS [ 16.639s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
4798 | 2024-08-06T21:00:41.872Z | PASS [ 16.791s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
4799 | 2024-08-06T21:00:42.948Z | PASS [ 14.447s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
4800 | 2024-08-06T21:00:47.104Z | PASS [ 10.938s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
4801 | 2024-08-06T21:00:47.521Z | PASS [ 8.170s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
4802 | 2024-08-06T21:00:55.008Z | PASS [ 7.903s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
4803 | 2024-08-06T21:00:55.453Z | PASS [ 7.931s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
4804 | 2024-08-06T21:01:02.880Z | PASS [ 7.872s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
4805 | 2024-08-06T21:01:03.325Z | PASS [ 7.871s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
4806 | 2024-08-06T21:01:10.852Z | PASS [ 7.971s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
4807 | 2024-08-06T21:01:15.338Z | PASS [ 4.485s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
4808 | 2024-08-06T21:01:49.760Z | PASS [ 46.431s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4809 | 2024-08-06T21:01:52.188Z | PASS [ 36.847s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
4810 | 2024-08-06T21:02:08.088Z | PASS [ 18.326s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
4811 | 2024-08-06T21:02:24.091Z | PASS [ 31.886s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
4812 | 2024-08-06T21:02:37.279Z | PASS [ 13.199s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
4813 | 2024-08-06T21:02:37.304Z | PASS [ 13.215s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
4814 | 2024-08-06T21:02:37.781Z | PASS [ 13.697s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
4815 | 2024-08-06T21:02:38.298Z | PASS [ 14.203s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
4816 | 2024-08-06T21:02:46.556Z | PASS [ 38.445s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
4817 | 2024-08-06T21:02:51.203Z | PASS [ 13.922s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
4818 | 2024-08-06T21:02:52.073Z | PASS [ 14.767s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
4819 | 2024-08-06T21:02:52.728Z | PASS [ 14.945s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
4820 | 2024-08-06T21:02:53.352Z | PASS [ 15.050s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
4821 | 2024-08-06T21:03:04.413Z | PASS [ 17.866s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
4822 | 2024-08-06T21:03:04.610Z | PASS [ 18.051s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
4823 | 2024-08-06T21:03:04.785Z | PASS [ 18.232s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
4824 | 2024-08-06T21:03:05.636Z | PASS [ 19.098s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
4825 | 2024-08-06T21:03:09.705Z | PASS [ 18.502s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
4826 | 2024-08-06T21:03:10.361Z | PASS [ 18.287s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
4827 | 2024-08-06T21:03:11.162Z | PASS [ 17.809s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
4828 | 2024-08-06T21:03:14.440Z | PASS [ 21.711s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
4829 | 2024-08-06T21:03:22.123Z | PASS [ 17.337s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
4830 | 2024-08-06T21:03:22.346Z | PASS [ 17.734s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
4831 | 2024-08-06T21:03:23.065Z | PASS [ 17.427s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
4832 | 2024-08-06T21:03:23.544Z | PASS [ 19.131s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
4833 | 2024-08-06T21:03:26.870Z | PASS [ 16.508s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
4834 | 2024-08-06T21:03:27.118Z | PASS [ 17.413s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
4835 | 2024-08-06T21:03:31.518Z | PASS [ 20.357s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
4836 | 2024-08-06T21:03:36.195Z | PASS [ 21.752s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
4837 | 2024-08-06T21:03:39.685Z | PASS [ 16.618s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
4838 | 2024-08-06T21:03:40.885Z | PASS [ 18.760s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
4839 | 2024-08-06T21:03:45.081Z | PASS [ 18.209s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
4840 | 2024-08-06T21:03:45.131Z | PASS [ 22.784s] omicron-nexus::test_all integration_tests::silos::test_silos |
4841 | 2024-08-06T21:03:47.615Z | PASS [ 24.064s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
4842 | 2024-08-06T21:03:49.817Z | PASS [ 18.298s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
4843 | 2024-08-06T21:03:50.298Z | PASS [ 23.177s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
4844 | 2024-08-06T21:04:02.727Z | PASS [ 17.644s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
4845 | 2024-08-06T21:04:03.544Z | PASS [ 27.348s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
4846 | 2024-08-06T21:04:03.915Z | PASS [ 18.785s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
4847 | 2024-08-06T21:04:07.171Z | PASS [ 19.559s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
4848 | 2024-08-06T21:04:07.928Z | PASS [ 27.042s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot |
4849 | 2024-08-06T21:04:08.099Z | PASS [ 18.279s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
4850 | 2024-08-06T21:04:08.889Z | PASS [ 29.201s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
4851 | 2024-08-06T21:04:09.440Z | PASS [ 1.340s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
4852 | 2024-08-06T21:04:11.650Z | PASS [ 4.481s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
4853 | 2024-08-06T21:04:12.350Z | PASS [ 4.422s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
4854 | 2024-08-06T21:04:13.202Z | PASS [ 4.313s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
4855 | 2024-08-06T21:04:13.764Z | PASS [ 4.325s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
4856 | 2024-08-06T21:04:16.025Z | PASS [ 2.261s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
4857 | 2024-08-06T21:04:17.451Z | PASS [ 27.151s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
4858 | 2024-08-06T21:04:26.406Z | PASS [ 22.487s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
4859 | 2024-08-06T21:04:27.391Z | PASS [ 23.844s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
4860 | 2024-08-06T21:04:28.784Z | PASS [ 26.056s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance |
4861 | 2024-08-06T21:04:28.913Z | PASS [ 17.251s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
4862 | 2024-08-06T21:04:32.558Z | PASS [ 16.532s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
4863 | 2024-08-06T21:04:36.893Z | PASS [ 19.440s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
4864 | 2024-08-06T21:04:41.967Z | PASS [ 15.560s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized |
4865 | 2024-08-06T21:04:43.751Z | PASS [ 31.392s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
4866 | 2024-08-06T21:04:43.751Z | PASS [ 16.353s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
4867 | 2024-08-06T21:04:55.443Z | PASS [ 26.536s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
4868 | 2024-08-06T21:04:58.560Z | PASS [ 29.774s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
4869 | 2024-08-06T21:04:59.921Z | PASS [ 27.361s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
4870 | 2024-08-06T21:05:03.132Z | PASS [ 26.237s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
4871 | 2024-08-06T21:05:09.114Z | PASS [ 27.146s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
4872 | 2024-08-06T21:05:09.609Z | PASS [ 25.853s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
4873 | 2024-08-06T21:05:09.695Z | PASS [ 25.947s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
4874 | 2024-08-06T21:05:13.209Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4875 | 2024-08-06T21:05:22.571Z | PASS [ 27.126s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
4876 | 2024-08-06T21:05:25.017Z | PASS [ 26.454s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
4877 | 2024-08-06T21:05:26.998Z | PASS [ 27.076s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
4878 | 2024-08-06T21:05:27.643Z | PASS [ 24.509s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
4879 | 2024-08-06T21:05:30.233Z | PASS [ 77.025s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4880 | 2024-08-06T21:05:31.429Z | PASS [ 22.313s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
4881 | 2024-08-06T21:05:40.260Z | PASS [ 30.651s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
4882 | 2024-08-06T21:05:40.268Z | PASS [ 30.573s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
4883 | 2024-08-06T21:05:55.605Z | PASS [ 25.372s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
4884 | 2024-08-06T21:05:55.966Z | PASS [ 33.393s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
4885 | 2024-08-06T21:05:56.346Z | PASS [ 16.077s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request |
4886 | 2024-08-06T21:05:58.157Z | PASS [ 33.138s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
4887 | 2024-08-06T21:05:59.249Z | PASS [ 27.819s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
4888 | 2024-08-06T21:05:59.967Z | PASS [ 32.965s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
4889 | 2024-08-06T21:06:00.577Z | PASS [ 32.931s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
4890 | 2024-08-06T21:06:04.203Z | PASS [ 23.941s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
4891 | 2024-08-06T21:06:12.989Z | PASS [ 17.383s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops |
4892 | 2024-08-06T21:06:13.283Z | PASS [ 17.314s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry |
4893 | 2024-08-06T21:06:13.531Z | PASS [ 17.183s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted |
4894 | 2024-08-06T21:06:15.199Z | PASS [ 17.040s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status |
4895 | 2024-08-06T21:06:16.281Z | PASS [ 17.030s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent |
4896 | 2024-08-06T21:06:16.439Z | PASS [ 16.471s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair |
4897 | 2024-08-06T21:06:17.477Z | PASS [ 16.900s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict |
4898 | 2024-08-06T21:06:20.182Z | PASS [ 15.976s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry |
4899 | 2024-08-06T21:06:30.005Z | PASS [ 16.723s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
4900 | 2024-08-06T21:06:30.265Z | PASS [ 16.732s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
4901 | 2024-08-06T21:06:32.019Z | PASS [ 16.820s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
4902 | 2024-08-06T21:06:32.174Z | PASS [ 19.183s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress |
4903 | 2024-08-06T21:06:32.880Z | PASS [ 16.598s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
4904 | 2024-08-06T21:06:33.128Z | PASS [ 16.689s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
4905 | 2024-08-06T21:06:34.614Z | PASS [ 17.134s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
4906 | 2024-08-06T21:06:35.465Z | PASS [ 15.283s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
4907 | 2024-08-06T21:06:46.708Z | PASS [ 16.701s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
4908 | 2024-08-06T21:06:47.018Z | PASS [ 16.753s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
4909 | 2024-08-06T21:06:48.650Z | PASS [ 16.630s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
4910 | 2024-08-06T21:06:49.008Z | PASS [ 16.834s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
4911 | 2024-08-06T21:06:49.594Z | PASS [ 16.713s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
4912 | 2024-08-06T21:06:50.361Z | PASS [ 17.226s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
4913 | 2024-08-06T21:06:51.681Z | PASS [ 17.067s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
4914 | 2024-08-06T21:06:51.751Z | PASS [ 16.283s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
4915 | 2024-08-06T21:07:04.409Z | PASS [ 17.699s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
4916 | 2024-08-06T21:07:04.532Z | PASS [ 17.511s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
4917 | 2024-08-06T21:07:07.270Z | PASS [ 18.260s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name |
4918 | 2024-08-06T21:07:10.180Z | PASS [ 21.527s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths |
4919 | 2024-08-06T21:07:10.519Z | PASS [ 20.923s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
4920 | 2024-08-06T21:07:14.480Z | PASS [ 22.797s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations |
4921 | 2024-08-06T21:07:14.663Z | PASS [ 24.304s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet |
4922 | 2024-08-06T21:07:14.787Z | PASS [ 0.124s] omicron-package dot::test::test_bad_dependency |
4923 | 2024-08-06T21:07:14.824Z | PASS [ 0.037s] omicron-package dot::test::test_dot_output |
4924 | 2024-08-06T21:07:19.896Z | PASS [ 5.416s] omicron-omdb::test_all_output test_omdb_usage_errors |
4925 | 2024-08-06T21:07:19.918Z | PASS [ 0.022s] omicron-passwords test::test_password_constraints |
4926 | 2024-08-06T21:07:21.847Z | PASS [ 7.021s] omicron-passwords test::test_compatible |
4927 | 2024-08-06T21:07:22.583Z | PASS [ 2.658s] omicron-passwords test::test_reproducible |
4928 | 2024-08-06T21:07:22.624Z | PASS [ 0.047s] omicron-passwords test::test_stable |
4929 | 2024-08-06T21:07:22.647Z | PASS [ 0.022s] omicron-passwords test::test_weak_hashes |
4930 | 2024-08-06T21:07:22.670Z | PASS [ 0.023s] omicron-rpaths internal::tests::test_configure_from_path |
4931 | 2024-08-06T21:07:22.723Z | PASS [ 0.052s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
4932 | 2024-08-06T21:07:22.749Z | PASS [ 0.023s] omicron-rpaths internal::tests::test_emit_rpath |
4933 | 2024-08-06T21:07:23.101Z | PASS [ 0.354s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
4934 | 2024-08-06T21:07:23.714Z | PASS [ 0.610s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
4935 | 2024-08-06T21:07:23.806Z | PASS [ 0.092s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
4936 | 2024-08-06T21:07:23.948Z | PASS [ 0.146s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
4937 | 2024-08-06T21:07:24.038Z | PASS [ 0.090s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
4938 | 2024-08-06T21:07:24.594Z | PASS [ 0.553s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
4939 | 2024-08-06T21:07:24.660Z | PASS [ 0.068s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
4940 | 2024-08-06T21:07:24.718Z | PASS [ 0.050s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1 |
4941 | 2024-08-06T21:07:24.772Z | PASS [ 0.057s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
4942 | 2024-08-06T21:07:24.839Z | PASS [ 0.068s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
4943 | 2024-08-06T21:07:24.869Z | PASS [ 0.034s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
4944 | 2024-08-06T21:07:24.901Z | PASS [ 0.032s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
4945 | 2024-08-06T21:07:24.950Z | PASS [ 0.048s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
4946 | 2024-08-06T21:07:24.984Z | PASS [ 0.033s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
4947 | 2024-08-06T21:07:25.016Z | PASS [ 0.033s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
4948 | 2024-08-06T21:07:25.048Z | PASS [ 0.032s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration |
4949 | 2024-08-06T21:07:25.077Z | PASS [ 0.029s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration |
4950 | 2024-08-06T21:07:25.108Z | PASS [ 0.032s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
4951 | 2024-08-06T21:07:25.172Z | PASS [ 0.063s] omicron-sled-agent config::test::test_smf_configs |
4952 | 2024-08-06T21:07:25.243Z | PASS [ 0.071s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores |
4953 | 2024-08-06T21:07:25.280Z | PASS [ 0.035s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
4954 | 2024-08-06T21:07:25.316Z | PASS [ 0.037s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
4955 | 2024-08-06T21:07:25.354Z | PASS [ 0.039s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
4956 | 2024-08-06T21:07:25.397Z | PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
4957 | 2024-08-06T21:07:25.435Z | PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
4958 | 2024-08-06T21:07:26.367Z | PASS [ 21.833s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
4959 | 2024-08-06T21:07:28.024Z | PASS [ 20.752s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
4960 | 2024-08-06T21:07:28.113Z | PASS [ 2.676s] omicron-sled-agent instance::tests::test_instance_create_events_normal |
4961 | 2024-08-06T21:07:29.793Z | PASS [ 25.382s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
4962 | 2024-08-06T21:07:29.884Z | PASS [ 38.134s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance |
4963 | 2024-08-06T21:07:29.918Z | PASS [ 0.033s] omicron-sled-agent probe_manager::test::probe_state_set_ops |
4964 | 2024-08-06T21:07:29.951Z | PASS [ 0.033s] omicron-sled-agent profile::tests::empty_profile |
4965 | 2024-08-06T21:07:29.983Z | PASS [ 0.031s] omicron-sled-agent profile::tests::test_disabled_instance |
4966 | 2024-08-06T21:07:30.008Z | PASS [ 0.026s] omicron-sled-agent profile::tests::test_instance |
4967 | 2024-08-06T21:07:30.037Z | PASS [ 0.029s] omicron-sled-agent profile::tests::test_multiple |
4968 | 2024-08-06T21:07:30.070Z | PASS [ 0.031s] omicron-sled-agent profile::tests::test_property |
4969 | 2024-08-06T21:07:30.095Z | PASS [ 0.027s] omicron-sled-agent profile::tests::test_property_group |
4970 | 2024-08-06T21:07:30.120Z | PASS [ 0.025s] omicron-sled-agent profile::tests::test_service |
4971 | 2024-08-06T21:07:30.149Z | PASS [ 0.029s] omicron-sled-agent profile::tests::test_service_property_group |
4972 | 2024-08-06T21:07:30.155Z | PASS [ 3.790s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone |
4973 | 2024-08-06T21:07:30.177Z | PASS [ 0.027s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
4974 | 2024-08-06T21:07:30.183Z | PASS [ 0.028s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
4975 | 2024-08-06T21:07:30.219Z | PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
4976 | 2024-08-06T21:07:30.225Z | PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema |
4977 | 2024-08-06T21:07:30.260Z | PASS [ 0.034s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
4978 | 2024-08-06T21:07:30.266Z | PASS [ 0.049s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans |
4979 | 2024-08-06T21:07:30.304Z | PASS [ 0.034s] omicron-sled-agent services::test::test_all_zones_requests_schema |
4980 | 2024-08-06T21:07:30.321Z | PASS [ 0.060s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
4981 | 2024-08-06T21:07:30.349Z | PASS [ 0.030s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
4982 | 2024-08-06T21:07:30.356Z | PASS [ 20.176s] omicron-omdb::test_all_output test_omdb_env_settings |
4983 | 2024-08-06T21:07:30.535Z | PASS [ 2.423s] omicron-sled-agent instance::tests::test_instance_manager_creation |
4984 | 2024-08-06T21:07:30.925Z | PASS [ 2.895s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis |
4985 | 2024-08-06T21:07:32.985Z | PASS [ 11.142s] omicron-passwords test::test_smoke |
4986 | 2024-08-06T21:07:33.087Z | PASS [ 2.550s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
4987 | 2024-08-06T21:07:33.114Z | PASS [ 0.030s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
4988 | 2024-08-06T21:07:33.143Z | PASS [ 0.029s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
4989 | 2024-08-06T21:07:33.171Z | PASS [ 0.028s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
4990 | 2024-08-06T21:07:33.177Z | PASS [ 2.877s] omicron-sled-agent services::test::test_bad_generations |
4991 | 2024-08-06T21:07:33.198Z | PASS [ 0.027s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
4992 | 2024-08-06T21:07:33.205Z | PASS [ 0.028s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
4993 | 2024-08-06T21:07:33.227Z | PASS [ 0.028s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
4994 | 2024-08-06T21:07:33.234Z | PASS [ 0.029s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
4995 | 2024-08-06T21:07:33.261Z | PASS [ 0.027s] omicron-sled-agent updates::test::test_query_no_components |
4996 | 2024-08-06T21:07:33.280Z | PASS [ 2.924s] omicron-sled-agent services::test::test_ensure_service_before_timesync |
4997 | 2024-08-06T21:07:33.286Z | PASS [ 0.026s] omicron-sled-agent updates::test::test_query_sled_agent_version |
4998 | 2024-08-06T21:07:33.313Z | PASS [ 0.033s] omicron-sled-agent updates::test::test_query_zone_version |
4999 | 2024-08-06T21:07:33.339Z | PASS [ 0.025s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
5000 | 2024-08-06T21:07:33.404Z | PASS [ 3.054s] omicron-sled-agent services::test::test_ensure_service |
5001 | 2024-08-06T21:07:33.410Z | PASS [ 0.124s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
5002 | 2024-08-06T21:07:33.440Z | PASS [ 0.028s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
5003 | 2024-08-06T21:07:33.767Z | PASS [ 2.850s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
5004 | 2024-08-06T21:07:33.830Z | PASS [ 23.311s] omicron-omdb::test_all_output test_omdb_success_cases |
5005 | 2024-08-06T21:07:35.468Z | PASS [ 2.065s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
5006 | 2024-08-06T21:07:35.692Z | PASS [ 0.195s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
5007 | 2024-08-06T21:07:35.707Z | PASS [ 0.024s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
5008 | 2024-08-06T21:07:35.721Z | PASS [ 0.033s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
5009 | 2024-08-06T21:07:35.741Z | PASS [ 0.020s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
5010 | 2024-08-06T21:07:35.773Z | PASS [ 0.029s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
5011 | 2024-08-06T21:07:35.798Z | PASS [ 0.026s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
5012 | 2024-08-06T21:07:35.983Z | PASS [ 2.995s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
5013 | 2024-08-06T21:07:36.049Z | PASS [ 2.607s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
5014 | 2024-08-06T21:07:36.141Z | PASS [ 2.372s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
5015 | 2024-08-06T21:07:36.316Z | PASS [ 0.176s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
5016 | 2024-08-06T21:07:36.335Z | PASS [ 2.997s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
5017 | 2024-08-06T21:07:36.367Z | PASS [ 0.052s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
5018 | 2024-08-06T21:07:36.394Z | PASS [ 0.026s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
5019 | 2024-08-06T21:07:36.417Z | PASS [ 0.024s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
5020 | 2024-08-06T21:07:36.423Z | PASS [ 0.627s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
5021 | 2024-08-06T21:07:36.464Z | PASS [ 0.036s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
5022 | 2024-08-06T21:07:36.505Z | PASS [ 0.087s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
5023 | 2024-08-06T21:07:36.574Z | PASS [ 2.742s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
5024 | 2024-08-06T21:07:36.614Z | PASS [ 0.566s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
5025 | 2024-08-06T21:07:36.707Z | PASS [ 0.246s] omicron-test-utils dev::db::test::test_bad_cmd |
5026 | 2024-08-06T21:07:36.771Z | PASS [ 0.062s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
5027 | 2024-08-06T21:07:36.802Z | PASS [ 0.031s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
5028 | 2024-08-06T21:07:36.833Z | PASS [ 0.030s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
5029 | 2024-08-06T21:07:36.878Z | PASS [ 0.033s] omicron-test-utils dev::db::test::test_process_exit_normal |
5030 | 2024-08-06T21:07:36.942Z | PASS [ 0.256s] omicron-test-utils dev::db::test::test_database_start_hang |
5031 | 2024-08-06T21:07:36.959Z | PASS [ 0.935s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
5032 | 2024-08-06T21:07:36.959Z | PASS [ 0.431s] omicron-test-utils dev::db::test::test_cmd_fails |
5033 | 2024-08-06T21:07:36.972Z | PASS [ 0.028s] omicron-test-utils dev::db::test::test_starter_tmpdir |
5034 | 2024-08-06T21:07:37.037Z | PASS [ 0.072s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
5035 | 2024-08-06T21:07:37.073Z | PASS [ 0.033s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
5036 | 2024-08-06T21:07:37.103Z | PASS [ 0.032s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port |
5037 | 2024-08-06T21:07:37.127Z | PASS [ 0.027s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path |
5038 | 2024-08-06T21:07:37.185Z | PASS [ 0.056s] omicron-test-utils dev::test_cmds::tests::test_redact_extra |
5039 | 2024-08-06T21:07:37.365Z | PASS [ 1.028s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
5040 | 2024-08-06T21:07:37.767Z | PASS [ 0.583s] openapi-manager check::tests::check_apis_up_to_date |
5041 | 2024-08-06T21:07:37.837Z | PASS [ 0.469s] oximeter test::timeseries_schema_consistency |
5042 | 2024-08-06T21:07:37.921Z | LEAK [ 1.054s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
5043 | 2024-08-06T21:07:37.934Z | PASS [ 0.164s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds |
5044 | 2024-08-06T21:07:38.155Z | PASS [ 0.221s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
5045 | 2024-08-06T21:07:38.176Z | PASS [ 0.255s] oximeter-collector agent::tests::test_self_stat_error_counter |
5046 | 2024-08-06T21:07:38.210Z | PASS [ 0.029s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
5047 | 2024-08-06T21:07:38.267Z | PASS [ 0.357s] oximeter-collector agent::tests::test_self_stat_collection_count |
5048 | 2024-08-06T21:07:38.274Z | PASS [ 0.077s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk |
5049 | 2024-08-06T21:07:38.275Z | PASS [ 0.077s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times |
5050 | 2024-08-06T21:07:38.311Z | PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group |
5051 | 2024-08-06T21:07:38.728Z | PASS [ 0.517s] oximeter-collector::test_commands test_oximeter_no_args |
5052 | 2024-08-06T21:07:41.627Z | PASS [ 1.537s] oximeter-db client::oxql::tests::test_get_entire_table |
5053 | 2024-08-06T21:07:41.627Z | PASS [ 1.612s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another |
5054 | 2024-08-06T21:07:41.627Z | PASS [ 1.268s] oximeter-db client::oxql::tests::test_get_one_timeseries |
5055 | 2024-08-06T21:07:41.628Z | PASS [ 0.071s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated |
5056 | 2024-08-06T21:07:41.628Z | PASS [ 0.055s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node |
5057 | 2024-08-06T21:07:41.628Z | PASS [ 7.172s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
5058 | 2024-08-06T21:07:41.628Z | PASS [ 1.129s] oximeter-db client::oxql::tests::test_limit_operations |
5059 | 2024-08-06T21:07:41.628Z | PASS [ 0.694s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
5060 | 2024-08-06T21:07:41.628Z | PASS [ 4.257s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
5061 | 2024-08-06T21:07:42.002Z | PASS [ 5.415s] omicron-test-utils dev::db::test::test_database_concurrent |
5062 | 2024-08-06T21:07:42.183Z | PASS [ 1.243s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
5063 | 2024-08-06T21:07:42.191Z | PASS [ 1.010s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
5064 | 2024-08-06T21:07:42.217Z | PASS [ 0.035s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
5065 | 2024-08-06T21:07:42.237Z | PASS [ 0.035s] oximeter-db client::tests::test_read_timeseries_to_delete |
5066 | 2024-08-06T21:07:42.246Z | PASS [ 0.031s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok |
5067 | 2024-08-06T21:07:42.258Z | PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok |
5068 | 2024-08-06T21:07:42.258Z | PASS [ 1.155s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
5069 | 2024-08-06T21:07:42.540Z | PASS [ 2.519s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node |
5070 | 2024-08-06T21:07:42.571Z | PASS [ 0.030s] oximeter-db client::tests::test_unravel_index |
5071 | 2024-08-06T21:07:42.604Z | PASS [ 0.038s] oximeter-db client::tests::test_verify_schema_upgrades |
5072 | 2024-08-06T21:07:42.629Z | PASS [ 0.029s] oximeter-db model::tests::test_db_bool |
5073 | 2024-08-06T21:07:43.279Z | PASS [ 1.035s] oximeter-db client::tests::test_select_all_field_types |
5074 | 2024-08-06T21:07:43.311Z | PASS [ 0.032s] oximeter-db model::tests::test_db_datum_type_conversion |
5075 | 2024-08-06T21:07:43.342Z | PASS [ 0.031s] oximeter-db model::tests::test_db_field_list_conversion |
5076 | 2024-08-06T21:07:43.371Z | PASS [ 0.031s] oximeter-db model::tests::test_db_field_type_conversion |
5077 | 2024-08-06T21:07:43.400Z | PASS [ 0.029s] oximeter-db model::tests::test_db_histogram |
5078 | 2024-08-06T21:07:43.433Z | PASS [ 0.806s] oximeter-db model::tests::test_db_bool_bad |
5079 | 2024-08-06T21:07:43.469Z | PASS [ 0.035s] oximeter-db model::tests::test_parse_bytes_measurement |
5080 | 2024-08-06T21:07:43.504Z | PASS [ 0.034s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
5081 | 2024-08-06T21:07:43.537Z | PASS [ 0.034s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
5082 | 2024-08-06T21:07:43.568Z | PASS [ 0.030s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
5083 | 2024-08-06T21:07:43.576Z | PASS [ 0.176s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
5084 | 2024-08-06T21:07:43.595Z | PASS [ 1.605s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node |
5085 | 2024-08-06T21:07:43.602Z | PASS [ 0.035s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
5086 | 2024-08-06T21:07:43.610Z | PASS [ 0.034s] oximeter-db model::tests::test_unroll_from_source |
5087 | 2024-08-06T21:07:43.628Z | PASS [ 0.032s] oximeter-db model::tests::test_unroll_measurement_row |
5088 | 2024-08-06T21:07:43.634Z | PASS [ 0.033s] oximeter-db model::tests::test_unroll_missing_measurement_row |
5089 | 2024-08-06T21:07:43.641Z | PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_align_table_op |
5090 | 2024-08-06T21:07:43.653Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal |
5091 | 2024-08-06T21:07:43.660Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_comparison |
5092 | 2024-08-06T21:07:43.668Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations |
5093 | 2024-08-06T21:07:43.682Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_double_literal |
5094 | 2024-08-06T21:07:43.690Z | PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal |
5095 | 2024-08-06T21:07:43.698Z | PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_duration_literal |
5096 | 2024-08-06T21:07:43.714Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence |
5097 | 2024-08-06T21:07:43.722Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence |
5098 | 2024-08-06T21:07:43.732Z | PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression |
5099 | 2024-08-06T21:07:43.744Z | PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression |
5100 | 2024-08-06T21:07:43.762Z | PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions |
5101 | 2024-08-06T21:07:43.802Z | PASS [ 0.051s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op |
5102 | 2024-08-06T21:07:43.841Z | PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_ident |
5103 | 2024-08-06T21:07:43.861Z | PASS [ 0.108s] oximeter-db oxql::ast::grammar::tests::test_get_table_op |
5104 | 2024-08-06T21:07:43.861Z | PASS [ 0.097s] oximeter-db oxql::ast::grammar::tests::test_group_by |
5105 | 2024-08-06T21:07:44.109Z | PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_integer_literal |
5106 | 2024-08-06T21:07:44.109Z | PASS [ 0.070s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings |
5107 | 2024-08-06T21:07:44.109Z | PASS [ 0.061s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops |
5108 | 2024-08-06T21:07:44.114Z | PASS [ 0.111s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation |
5109 | 2024-08-06T21:07:44.114Z | PASS [ 0.086s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr |
5110 | 2024-08-06T21:07:44.114Z | PASS [ 0.049s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal |
5111 | 2024-08-06T21:07:44.114Z | PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string |
5112 | 2024-08-06T21:07:44.114Z | PASS [ 0.068s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal |
5113 | 2024-08-06T21:07:44.114Z | PASS [ 1.831s] oximeter-db client::tests::test_sql_query_output |
5114 | 2024-08-06T21:07:44.114Z | PASS [ 0.049s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get |
5115 | 2024-08-06T21:07:44.114Z | PASS [ 0.082s] oximeter-db oxql::ast::grammar::tests::test_query |
5116 | 2024-08-06T21:07:44.119Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence |
5117 | 2024-08-06T21:07:44.141Z | PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none |
5118 | 2024-08-06T21:07:44.167Z | PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence |
5119 | 2024-08-06T21:07:44.167Z | PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_reducer |
5120 | 2024-08-06T21:07:44.167Z | PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal |
5121 | 2024-08-06T21:07:44.182Z | PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal |
5122 | 2024-08-06T21:07:44.188Z | PASS [ 0.032s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval |
5123 | 2024-08-06T21:07:44.194Z | PASS [ 0.030s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field |
5124 | 2024-08-06T21:07:44.208Z | PASS [ 0.027s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type |
5125 | 2024-08-06T21:07:44.214Z | PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window |
5126 | 2024-08-06T21:07:44.220Z | PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values |
5127 | 2024-08-06T21:07:44.255Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window |
5128 | 2024-08-06T21:07:44.258Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values |
5129 | 2024-08-06T21:07:44.258Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window |
5130 | 2024-08-06T21:07:44.263Z | PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio |
5131 | 2024-08-06T21:07:44.272Z | PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names |
5132 | 2024-08-06T21:07:44.281Z | PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points |
5133 | 2024-08-06T21:07:44.293Z | PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type |
5134 | 2024-08-06T21:07:44.312Z | PASS [ 0.040s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions |
5135 | 2024-08-06T21:07:44.319Z | PASS [ 0.040s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions |
5136 | 2024-08-06T21:07:44.326Z | PASS [ 0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names |
5137 | 2024-08-06T21:07:44.340Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries |
5138 | 2024-08-06T21:07:44.346Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic |
5139 | 2024-08-06T21:07:44.352Z | PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf |
5140 | 2024-08-06T21:07:44.369Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by |
5141 | 2024-08-06T21:07:44.378Z | PASS [ 0.029s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays |
5142 | 2024-08-06T21:07:44.385Z | PASS [ 0.032s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values |
5143 | 2024-08-06T21:07:44.396Z | PASS [ 0.029s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k |
5144 | 2024-08-06T21:07:44.403Z | PASS [ 0.027s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k |
5145 | 2024-08-06T21:07:44.411Z | PASS [ 0.025s] oximeter-db oxql::point::tests::test_cast_points_from_bool |
5146 | 2024-08-06T21:07:44.425Z | PASS [ 0.029s] oximeter-db oxql::point::tests::test_cast_points_from_double |
5147 | 2024-08-06T21:07:44.433Z | PASS [ 0.028s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution |
5148 | 2024-08-06T21:07:44.437Z | PASS [ 0.028s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution |
5149 | 2024-08-06T21:07:44.462Z | PASS [ 0.027s] oximeter-db oxql::point::tests::test_cast_points_from_string |
5150 | 2024-08-06T21:07:44.515Z | PASS [ 0.031s] oximeter-db oxql::point::tests::test_point_delta_between |
5151 | 2024-08-06T21:07:44.518Z | PASS [ 0.044s] oximeter-db oxql::point::tests::test_cast_points_from_integer |
5152 | 2024-08-06T21:07:44.519Z | PASS [ 0.049s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges |
5153 | 2024-08-06T21:07:44.519Z | PASS [ 0.038s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch |
5154 | 2024-08-06T21:07:44.569Z | PASS [ 0.080s] oximeter-db oxql::point::tests::test_sub_between_histogram_distributions |
5155 | 2024-08-06T21:07:44.604Z | PASS [ 0.076s] oximeter-db oxql::query::tests::test_coalesce_limits |
5156 | 2024-08-06T21:07:44.604Z | PASS [ 0.047s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query |
5157 | 2024-08-06T21:07:44.650Z | PASS [ 0.054s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query |
5158 | 2024-08-06T21:07:44.653Z | PASS [ 0.055s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query |
5159 | 2024-08-06T21:07:44.653Z | PASS [ 0.054s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters |
5160 | 2024-08-06T21:07:44.711Z | PASS [ 0.050s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query |
5161 | 2024-08-06T21:07:44.711Z | PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query |
5162 | 2024-08-06T21:07:44.714Z | PASS [ 0.046s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters |
5163 | 2024-08-06T21:07:44.714Z | PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_predicates |
5164 | 2024-08-06T21:07:44.735Z | PASS [ 0.050s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries |
5165 | 2024-08-06T21:07:44.747Z | PASS [ 0.049s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by |
5166 | 2024-08-06T21:07:44.755Z | PASS [ 0.052s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries |
5167 | 2024-08-06T21:07:44.778Z | PASS [ 0.044s] oximeter-db oxql::query::tests::test_query_end_time |
5168 | 2024-08-06T21:07:44.793Z | PASS [ 0.031s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr |
5169 | 2024-08-06T21:07:44.793Z | PASS [ 0.043s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries |
5170 | 2024-08-06T21:07:44.807Z | PASS [ 0.028s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom |
5171 | 2024-08-06T21:07:44.818Z | PASS [ 0.029s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp |
5172 | 2024-08-06T21:07:44.834Z | PASS [ 0.038s] oximeter-db oxql::query::tests::test_split_query |
5173 | 2024-08-06T21:07:44.850Z | PASS [ 0.035s] oximeter-db query::tests::test_field_cmp |
5174 | 2024-08-06T21:07:44.868Z | PASS [ 0.043s] oximeter-db query::tests::test_field_selector_as_query |
5175 | 2024-08-06T21:07:44.868Z | PASS [ 0.038s] oximeter-db query::tests::test_field_value_as_db_str |
5176 | 2024-08-06T21:07:44.889Z | PASS [ 0.046s] oximeter-db query::tests::test_select_query_builder_field_selectors |
5177 | 2024-08-06T21:07:44.898Z | PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_from_parts |
5178 | 2024-08-06T21:07:44.906Z | PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_filter_raw |
5179 | 2024-08-06T21:07:44.927Z | PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_full |
5180 | 2024-08-06T21:07:44.943Z | PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_limit_offset |
5181 | 2024-08-06T21:07:44.964Z | PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_no_fields |
5182 | 2024-08-06T21:07:44.982Z | PASS [ 0.047s] oximeter-db query::tests::test_select_query_builder_no_selectors |
5183 | 2024-08-06T21:07:44.999Z | PASS [ 0.056s] oximeter-db query::tests::test_string_field_selector |
5184 | 2024-08-06T21:07:45.024Z | PASS [ 0.058s] oximeter-db query::tests::test_time_range |
5185 | 2024-08-06T21:07:45.033Z | PASS [ 0.060s] oximeter-db sql::tests::test_allow_limit_offset |
5186 | 2024-08-06T21:07:45.042Z | PASS [ 0.050s] oximeter-db sql::tests::test_allow_subqueries |
5187 | 2024-08-06T21:07:45.068Z | PASS [ 0.050s] oximeter-db sql::tests::test_cannot_name_database |
5188 | 2024-08-06T21:07:45.081Z | PASS [ 0.044s] oximeter-db sql::tests::test_ctes_are_not_supported |
5189 | 2024-08-06T21:07:45.093Z | PASS [ 0.047s] oximeter-db sql::tests::test_function_allow_list |
5190 | 2024-08-06T21:07:45.121Z | PASS [ 0.038s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
5191 | 2024-08-06T21:07:45.155Z | PASS [ 0.055s] oximeter-db sql::tests::test_query_must_be_select_statement |
5192 | 2024-08-06T21:07:45.155Z | PASS [ 0.087s] oximeter-db sql::tests::test_join_must_be_inner |
5193 | 2024-08-06T21:07:45.164Z | PASS [ 0.049s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
5194 | 2024-08-06T21:07:45.219Z | PASS [ 0.048s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
5195 | 2024-08-06T21:07:45.245Z | PASS [ 0.064s] oximeter-db sql::tests::test_with_comma_join_fails |
5196 | 2024-08-06T21:07:45.248Z | PASS [ 0.083s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
5197 | 2024-08-06T21:07:45.254Z | PASS [ 0.048s] oximeter-db tests::test_timeseries_key_field_stability |
5198 | 2024-08-06T21:07:45.278Z | PASS [ 0.042s] oximeter-db tests::test_timeseries_key_sample_stability |
5199 | 2024-08-06T21:07:45.289Z | PASS [ 0.043s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
5200 | 2024-08-06T21:07:45.318Z | PASS [ 0.030s] oximeter-impl histogram::tests::test_bin_range |
5201 | 2024-08-06T21:07:45.343Z | PASS [ 0.026s] oximeter-impl histogram::tests::test_bin_range_from |
5202 | 2024-08-06T21:07:45.377Z | PASS [ 0.035s] oximeter-impl histogram::tests::test_bin_range_to |
5203 | 2024-08-06T21:07:45.419Z | PASS [ 0.036s] oximeter-impl histogram::tests::test_empty_bins_not_supported |
5204 | 2024-08-06T21:07:45.482Z | PASS [ 0.034s] oximeter-impl histogram::tests::test_ensure_finite |
5205 | 2024-08-06T21:07:45.605Z | PASS [ 0.129s] oximeter-impl histogram::tests::test_histogram |
5206 | 2024-08-06T21:07:45.668Z | PASS [ 0.076s] oximeter-impl histogram::tests::test_histogram_construct_with |
5207 | 2024-08-06T21:07:45.717Z | PASS [ 0.038s] oximeter-impl histogram::tests::test_histogram_extreme_bins |
5208 | 2024-08-06T21:07:45.751Z | PASS [ 0.035s] oximeter-impl histogram::tests::test_histogram_extreme_samples |
5209 | 2024-08-06T21:07:45.789Z | PASS [ 0.034s] oximeter-impl histogram::tests::test_histogram_float_bins |
5210 | 2024-08-06T21:07:45.885Z | PASS [ 0.092s] oximeter-impl histogram::tests::test_histogram_unbounded_samples |
5211 | 2024-08-06T21:07:45.947Z | PASS [ 0.091s] oximeter-impl histogram::tests::test_histogram_unsorted_bins |
5212 | 2024-08-06T21:07:45.974Z | PASS [ 0.030s] oximeter-impl histogram::tests::test_histogram_with_bins |
5213 | 2024-08-06T21:07:46.003Z | PASS [ 0.029s] oximeter-impl histogram::tests::test_histogram_with_non_partitioned_bins |
5214 | 2024-08-06T21:07:46.031Z | PASS [ 0.027s] oximeter-impl histogram::tests::test_histogram_with_overlapping_bins |
5215 | 2024-08-06T21:07:46.056Z | PASS [ 1.977s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence |
5216 | 2024-08-06T21:07:46.085Z | PASS [ 0.034s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
5217 | 2024-08-06T21:07:46.100Z | PASS [ 0.069s] oximeter-impl histogram::tests::test_log_linear_bins_all_representable |
5218 | 2024-08-06T21:07:46.114Z | PASS [ 0.028s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
5219 | 2024-08-06T21:07:46.129Z | PASS [ 0.029s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
5220 | 2024-08-06T21:07:46.143Z | PASS [ 0.030s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
5221 | 2024-08-06T21:07:46.157Z | PASS [ 0.029s] oximeter-impl histogram::tests::test_log_linear_bins_integer_size_checks |
5222 | 2024-08-06T21:07:46.168Z | PASS [ 0.026s] oximeter-impl histogram::tests::test_log_linear_bins_small_bin_count |
5223 | 2024-08-06T21:07:46.183Z | PASS [ 0.023s] oximeter-impl histogram::tests::test_span_decades |
5224 | 2024-08-06T21:07:46.198Z | PASS [ 0.022s] oximeter-impl histogram::tests::test_span_decades_other_counts_f64 |
5225 | 2024-08-06T21:07:46.204Z | PASS [ 0.020s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
5226 | 2024-08-06T21:07:46.216Z | PASS [ 0.023s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
5227 | 2024-08-06T21:07:46.224Z | PASS [ 0.023s] oximeter-impl quantile::tests::test_default_percentiles |
5228 | 2024-08-06T21:07:46.241Z | PASS [ 0.021s] oximeter-impl quantile::tests::test_empty_observations |
5229 | 2024-08-06T21:07:46.249Z | PASS [ 0.025s] oximeter-impl quantile::tests::test_find_cells |
5230 | 2024-08-06T21:07:46.262Z | PASS [ 0.029s] oximeter-impl quantile::tests::test_float_observations |
5231 | 2024-08-06T21:07:46.272Z | PASS [ 0.024s] oximeter-impl quantile::tests::test_integer_observations |
5232 | 2024-08-06T21:07:46.287Z | PASS [ 0.019s] oximeter-impl quantile::tests::test_invalid_p_value |
5233 | 2024-08-06T21:07:46.292Z | PASS [ 0.020s] oximeter-impl quantile::tests::test_max_p |
5234 | 2024-08-06T21:07:46.304Z | PASS [ 0.019s] oximeter-impl quantile::tests::test_min_p |
5235 | 2024-08-06T21:07:46.313Z | PASS [ 0.020s] oximeter-impl quantile::tests::test_non_filled_observations |
5236 | 2024-08-06T21:07:46.339Z | PASS [ 0.036s] oximeter-impl quantile::tests::test_rounding |
5237 | 2024-08-06T21:07:46.372Z | PASS [ 0.058s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives |
5238 | 2024-08-06T21:07:46.378Z | PASS [ 0.040s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_datum_types |
5239 | 2024-08-06T21:07:46.397Z | PASS [ 0.028s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_fields |
5240 | 2024-08-06T21:07:46.404Z | PASS [ 0.026s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types |
5241 | 2024-08-06T21:07:46.425Z | PASS [ 0.022s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types |
5242 | 2024-08-06T21:07:46.431Z | PASS [ 0.024s] oximeter-impl schema::codegen::tests::emit_schema_types_generates_expected_tokens |
5243 | 2024-08-06T21:07:46.448Z | PASS [ 0.027s] oximeter-impl schema::codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens |
5244 | 2024-08-06T21:07:46.466Z | PASS [ 0.032s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_duplicate_field_names |
5245 | 2024-08-06T21:07:46.471Z | PASS [ 0.024s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_reference_to_unknown_field |
5246 | 2024-08-06T21:07:46.495Z | PASS [ 0.035s] oximeter-impl schema::ir::tests::construct_field_schema_picks_up_correct_fields |
5247 | 2024-08-06T21:07:46.509Z | PASS [ 0.038s] oximeter-impl schema::ir::tests::ensures_target_has_at_least_one_field |
5248 | 2024-08-06T21:07:46.519Z | PASS [ 0.023s] oximeter-impl schema::ir::tests::extract_authz_scope_requires_relevant_field |
5249 | 2024-08-06T21:07:46.532Z | PASS [ 0.023s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_add_existing_metric |
5250 | 2024-08-06T21:07:46.540Z | PASS [ 0.022s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric |
5251 | 2024-08-06T21:07:46.562Z | PASS [ 0.024s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_with_non_increasing_versions |
5252 | 2024-08-06T21:07:46.572Z | PASS [ 0.024s] oximeter-impl schema::ir::tests::extract_metric_fields_requires_adding_first |
5253 | 2024-08-06T21:07:46.583Z | PASS [ 0.025s] oximeter-impl schema::ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions |
5254 | 2024-08-06T21:07:46.590Z | PASS [ 0.026s] oximeter-impl schema::ir::tests::fail_on_empty_descriptions |
5255 | 2024-08-06T21:07:46.610Z | PASS [ 0.030s] oximeter-impl schema::ir::tests::fail_on_empty_metric_name |
5256 | 2024-08-06T21:07:46.616Z | PASS [ 0.028s] oximeter-impl schema::ir::tests::fail_on_empty_target_name |
5257 | 2024-08-06T21:07:46.631Z | PASS [ 0.021s] oximeter-impl schema::ir::tests::fail_on_very_long_field_names |
5258 | 2024-08-06T21:07:46.640Z | PASS [ 0.024s] oximeter-impl schema::ir::tests::fail_on_very_long_timeseries_name |
5259 | 2024-08-06T21:07:46.653Z | PASS [ 0.022s] oximeter-impl schema::ir::tests::into_schema_list_fails_with_zero_metrics |
5260 | 2024-08-06T21:07:46.670Z | PASS [ 0.025s] oximeter-impl schema::ir::tests::load_schema_catches_metric_versions_not_added_in |
5261 | 2024-08-06T21:07:46.686Z | PASS [ 0.033s] oximeter-impl schema::ir::tests::load_schema_fails_with_duplicate_timeseries |
5262 | 2024-08-06T21:07:46.695Z | PASS [ 0.026s] oximeter-impl schema::ir::tests::load_schema_fails_with_nonexistent_target_version |
5263 | 2024-08-06T21:07:46.715Z | PASS [ 0.028s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions |
5264 | 2024-08-06T21:07:46.722Z | PASS [ 0.029s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified |
5265 | 2024-08-06T21:07:46.747Z | PASS [ 0.031s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed |
5266 | 2024-08-06T21:07:46.756Z | PASS [ 0.033s] oximeter-impl schema::ir::tests::load_schema_fills_in_late_implied_metric_versions |
5267 | 2024-08-06T21:07:46.788Z | PASS [ 0.039s] oximeter-impl schema::ir::tests::load_schema_skips_versions_until_metric_is_added |
5268 | 2024-08-06T21:07:46.796Z | PASS [ 0.041s] oximeter-impl schema::ir::tests::only_support_format_version_1 |
5269 | 2024-08-06T21:07:46.814Z | PASS [ 0.025s] oximeter-impl schema::ir::tests::validate_field_name_disallows_bad_names |
5270 | 2024-08-06T21:07:46.822Z | PASS [ 0.023s] oximeter-impl schema::ir::tests::validate_field_name_verifies_uuid_field_names |
5271 | 2024-08-06T21:07:46.838Z | PASS [ 0.023s] oximeter-impl schema::tests::test_field_schema_ordering |
5272 | 2024-08-06T21:07:46.854Z | PASS [ 0.032s] oximeter-impl schema::tests::test_schema_field_ordering_across_target_metric |
5273 | 2024-08-06T21:07:46.866Z | PASS [ 0.025s] oximeter-impl schema::tests::test_timeseries_name |
5274 | 2024-08-06T21:07:46.882Z | PASS [ 0.029s] oximeter-impl schema::tests::test_timeseries_name_from_str |
5275 | 2024-08-06T21:07:46.887Z | PASS [ 0.029s] oximeter-impl schema::tests::test_timeseries_schema_from_parts |
5276 | 2024-08-06T21:07:46.908Z | PASS [ 0.027s] oximeter-impl schema::tests::test_timeseries_schema_from_sample |
5277 | 2024-08-06T21:07:46.918Z | PASS [ 0.033s] oximeter-impl test_util::tests::test_gen_test_samples |
5278 | 2024-08-06T21:07:46.927Z | PASS [ 0.020s] oximeter-impl traits::tests::test_metric_trait |
5279 | 2024-08-06T21:07:46.941Z | PASS [ 0.022s] oximeter-impl traits::tests::test_producer_trait |
5280 | 2024-08-06T21:07:46.947Z | PASS [ 0.020s] oximeter-impl traits::tests::test_target_trait |
5281 | 2024-08-06T21:07:46.962Z | PASS [ 0.021s] oximeter-impl types::tests::test_cumulative_f64 |
5282 | 2024-08-06T21:07:46.969Z | PASS [ 0.022s] oximeter-impl types::tests::test_cumulative_i64 |
5283 | 2024-08-06T21:07:46.988Z | PASS [ 0.025s] oximeter-impl types::tests::test_datum |
5284 | 2024-08-06T21:07:46.995Z | PASS [ 0.026s] oximeter-impl types::tests::test_field_value_parse_as_type::case_01_as_string |
5285 | 2024-08-06T21:07:47.014Z | PASS [ 0.023s] oximeter-impl types::tests::test_field_value_parse_as_type::case_02_as_i8 |
5286 | 2024-08-06T21:07:47.039Z | PASS [ 0.029s] oximeter-impl types::tests::test_field_value_parse_as_type::case_03_as_u8 |
5287 | 2024-08-06T21:07:47.058Z | PASS [ 0.044s] oximeter-impl types::tests::test_field_value_parse_as_type::case_04_as_i16 |
5288 | 2024-08-06T21:07:47.070Z | PASS [ 0.040s] oximeter-impl types::tests::test_field_value_parse_as_type::case_05_as_u16 |
5289 | 2024-08-06T21:07:47.090Z | PASS [ 0.031s] oximeter-impl types::tests::test_field_value_parse_as_type::case_06_as_i32 |
5290 | 2024-08-06T21:07:47.098Z | PASS [ 0.032s] oximeter-impl types::tests::test_field_value_parse_as_type::case_07_as_u32 |
5291 | 2024-08-06T21:07:47.116Z | PASS [ 0.027s] oximeter-impl types::tests::test_field_value_parse_as_type::case_08_as_i64 |
5292 | 2024-08-06T21:07:47.129Z | PASS [ 0.028s] oximeter-impl types::tests::test_field_value_parse_as_type::case_09_as_u64 |
5293 | 2024-08-06T21:07:47.147Z | PASS [ 0.031s] oximeter-impl types::tests::test_field_value_parse_as_type::case_10_as_uuid |
5294 | 2024-08-06T21:07:47.155Z | PASS [ 0.029s] oximeter-impl types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
5295 | 2024-08-06T21:07:47.172Z | PASS [ 0.024s] oximeter-impl types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
5296 | 2024-08-06T21:07:47.176Z | PASS [ 0.023s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
5297 | 2024-08-06T21:07:47.195Z | PASS [ 0.024s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
5298 | 2024-08-06T21:07:47.201Z | PASS [ 0.024s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
5299 | 2024-08-06T21:07:47.221Z | PASS [ 0.023s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
5300 | 2024-08-06T21:07:47.225Z | PASS [ 0.023s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
5301 | 2024-08-06T21:07:47.248Z | PASS [ 0.028s] oximeter-impl types::tests::test_measurement |
5302 | 2024-08-06T21:07:47.264Z | PASS [ 0.036s] oximeter-impl types::tests::test_sample_struct |
5303 | 2024-08-06T21:07:47.278Z | PASS [ 0.032s] oximeter-impl types::tests::test_verify_field_names |
5304 | 2024-08-06T21:07:47.336Z | PASS [ 0.059s] oximeter-instruments http::tests::test_normalize_uri_path |
5305 | 2024-08-06T21:07:47.361Z | PASS [ 0.095s] oximeter-instruments http::tests::test_latency_tracker |
5306 | 2024-08-06T21:07:47.537Z | PASS [ 0.199s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
5307 | 2024-08-06T21:07:47.544Z | PASS [ 0.188s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
5308 | 2024-08-06T21:07:47.609Z | PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
5309 | 2024-08-06T21:07:47.615Z | PASS [ 0.081s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
5310 | 2024-08-06T21:07:47.652Z | PASS [ 0.044s] oximeter-instruments kstat::link::tests::test_physical_datalink |
5311 | 2024-08-06T21:07:47.665Z | PASS [ 0.049s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
5312 | 2024-08-06T21:07:47.698Z | PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
5313 | 2024-08-06T21:07:47.706Z | PASS [ 0.053s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
5314 | 2024-08-06T21:07:47.724Z | PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
5315 | 2024-08-06T21:07:47.747Z | PASS [ 0.039s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
5316 | 2024-08-06T21:07:47.766Z | PASS [ 0.042s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
5317 | 2024-08-06T21:07:47.775Z | PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
5318 | 2024-08-06T21:07:47.792Z | PASS [ 0.029s] oximeter-macro-impl tests::test_metric_annotated_field |
5319 | 2024-08-06T21:07:47.801Z | PASS [ 0.026s] oximeter-macro-impl tests::test_metric_datum_field |
5320 | 2024-08-06T21:07:47.813Z | PASS [ 0.020s] oximeter-macro-impl tests::test_metric_enum |
5321 | 2024-08-06T21:07:47.819Z | PASS [ 0.020s] oximeter-macro-impl tests::test_metric_without_datum_field |
5322 | 2024-08-06T21:07:47.833Z | PASS [ 0.020s] oximeter-macro-impl tests::test_target |
5323 | 2024-08-06T21:07:47.840Z | PASS [ 0.020s] oximeter-macro-impl tests::test_target_empty_struct |
5324 | 2024-08-06T21:07:47.851Z | PASS [ 0.019s] oximeter-macro-impl tests::test_target_enum |
5325 | 2024-08-06T21:07:47.857Z | PASS [ 0.018s] oximeter-macro-impl tests::test_target_unit_struct |
5326 | 2024-08-06T21:07:47.870Z | PASS [ 0.017s] oximeter-macro-impl tests::test_target_with_datum_field |
5327 | 2024-08-06T21:07:47.890Z | PASS [ 0.020s] oxlog tests::test_is_oxide_smf_log_file |
5328 | 2024-08-06T21:07:47.908Z | PASS [ 0.017s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
5329 | 2024-08-06T21:07:47.930Z | PASS [ 0.021s] oxlog tests::test_sort_logs |
5330 | 2024-08-06T21:07:49.210Z | PASS [ 12.332s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
5331 | 2024-08-06T21:07:49.256Z | PASS [ 1.325s] reconfigurator-cli::test_basic test_basic |
5332 | 2024-08-06T21:07:49.424Z | PASS [ 0.168s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion |
5333 | 2024-08-06T21:07:49.457Z | PASS [ 0.034s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion |
5334 | 2024-08-06T21:07:49.507Z | PASS [ 0.048s] sled-agent-types rack_init::tests::parse_rack_initialization |
5335 | 2024-08-06T21:07:49.544Z | PASS [ 0.030s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash |
5336 | 2024-08-06T21:07:49.596Z | PASS [ 0.057s] sled-agent-types rack_init::tests::test_extra_certs |
5337 | 2024-08-06T21:07:49.620Z | PASS [ 0.026s] sled-agent-types rack_init::tests::test_subnets |
5338 | 2024-08-06T21:07:49.664Z | PASS [ 0.047s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
5339 | 2024-08-06T21:07:49.752Z | PASS [ 0.081s] sled-hardware disk::test::test_disk_paths |
5340 | 2024-08-06T21:07:49.775Z | PASS [ 0.030s] sled-hardware disk::test::test_partition_device_paths |
5341 | 2024-08-06T21:07:49.877Z | PASS [ 0.093s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
5342 | 2024-08-06T21:07:49.889Z | PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
5343 | 2024-08-06T21:07:49.912Z | PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
5344 | 2024-08-06T21:07:49.936Z | PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
5345 | 2024-08-06T21:07:49.992Z | PASS [ 0.055s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
5346 | 2024-08-06T21:07:50.016Z | PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
5347 | 2024-08-06T21:07:50.051Z | PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
5348 | 2024-08-06T21:07:50.083Z | PASS [ 0.033s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip |
5349 | 2024-08-06T21:07:50.157Z | PASS [ 0.073s] sled-storage dataset::test::serialize_dataset_name |
5350 | 2024-08-06T21:07:50.242Z | PASS [ 0.085s] sled-storage manager::test::test_omicron_physical_disks_schema |
5351 | 2024-08-06T21:07:51.398Z | PASS [ 3.539s] oximeter-producer tests::test_producer_registration_task |
5352 | 2024-08-06T21:07:51.949Z | PASS [ 1.703s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager |
5353 | 2024-08-06T21:07:51.989Z | PASS [ 0.043s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification |
5354 | 2024-08-06T21:07:52.496Z | PASS [ 1.098s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool |
5355 | 2024-08-06T21:07:52.552Z | PASS [ 0.055s] sled-storage manager::tests::ensure_using_exactly_these_disks |
5356 | 2024-08-06T21:07:54.237Z | PASS [ 1.685s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 |
5357 | 2024-08-06T21:07:54.595Z | PASS [ 2.606s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready |
5358 | 2024-08-06T21:07:55.489Z | PASS [ 0.894s] sled-storage manager::tests::update_rawdisk_firmware |
5359 | 2024-08-06T21:07:55.535Z | PASS [ 13.283s] oximeter-db client::tests::test_single_node |
5360 | 2024-08-06T21:07:56.369Z | PASS [ 2.133s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
5361 | 2024-08-06T21:07:56.650Z | PASS [ 1.114s] sled-storage manager::tests::wait_for_boot_disk |
5362 | 2024-08-06T21:07:57.430Z | PASS [ 1.941s] sled-storage manager::tests::upsert_filesystem |
5363 | 2024-08-06T21:07:57.444Z | PASS [ 0.796s] tufaceous::integration-tests command_tests::test_init_and_add |
5364 | 2024-08-06T21:07:57.503Z | PASS [ 0.056s] tufaceous-lib archive::tests::test_validate_path |
5365 | 2024-08-06T21:07:57.590Z | PASS [ 0.090s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
5366 | 2024-08-06T21:07:57.620Z | PASS [ 0.031s] tufaceous-lib key::tests::test_from_str |
5367 | 2024-08-06T21:07:57.634Z | PASS [ 1.266s] tufaceous::integration-tests command_tests::test_assemble_fake |
5368 | 2024-08-06T21:07:57.841Z | PASS [ 0.216s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
5369 | 2024-08-06T21:07:58.106Z | PASS [ 0.676s] tufaceous::manifest-tests check_manifest::fake.toml |
5370 | 2024-08-06T21:07:58.222Z | PASS [ 0.116s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
5371 | 2024-08-06T21:07:58.607Z | PASS [ 0.972s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
5372 | 2024-08-06T21:07:58.623Z | PASS [ 0.402s] update-engine buffer::tests::test_buffer |
5373 | 2024-08-06T21:07:58.656Z | PASS [ 0.033s] update-engine display::line_display_shared::tests::test_format_progress_counter |
5374 | 2024-08-06T21:07:58.678Z | PASS [ 0.024s] update-engine engine::tests::error_exits_early |
5375 | 2024-08-06T21:07:58.688Z | PASS [ 0.083s] update-engine display::group_display::tests::test_stats |
5376 | 2024-08-06T21:07:58.713Z | PASS [ 0.033s] update-engine events::tests::progress_event_parse_unknown |
5377 | 2024-08-06T21:07:58.721Z | PASS [ 0.031s] update-engine events::tests::step_event_parse_unknown |
5378 | 2024-08-06T21:07:58.758Z | PASS [ 0.037s] wicket state::inventory::tests::component_id_display |
5379 | 2024-08-06T21:07:58.908Z | PASS [ 0.194s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
5380 | 2024-08-06T21:07:59.004Z | PASS [ 0.096s] wicket-common rack_setup::tests::roundtrip_import_export_policy |
5381 | 2024-08-06T21:07:59.137Z | PASS [ 0.136s] wicketd installinator_progress::tests::test_states |
5382 | 2024-08-06T21:07:59.228Z | PASS [ 0.091s] wicketd rss_config::tests::test_bgp_auth_key_states |
5383 | 2024-08-06T21:07:59.237Z | PASS [ 0.480s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
5384 | 2024-08-06T21:08:00.242Z | PASS [ 1.015s] wicketd::mod integration_tests::inventory::test_inventory |
5385 | 2024-08-06T21:08:01.224Z | PASS [ 3.387s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
5386 | 2024-08-06T21:08:01.385Z | PASS [ 1.149s] wicketd::mod integration_tests::updates::test_update_races |
5387 | 2024-08-06T21:08:01.918Z | PASS [ 32.131s] omicron-sled-agent nexus::test::nexus_self_notification_test |
5388 | 2024-08-06T21:08:02.189Z | PASS [ 16.926s] oximeter-db::integration_test test_schemas_disjoint |
5389 | 2024-08-06T21:08:02.796Z | PASS [ 3.565s] wicketd::mod integration_tests::updates::test_installinator_fetch |
5390 | 2024-08-06T21:08:04.065Z | PASS [ 14.868s] reconfigurator-cli::test_basic test_blueprint_edit |
5391 | 2024-08-06T21:08:07.128Z | PASS [ 5.910s] wicketd::mod integration_tests::updates::test_updates |
5392 | 2024-08-06T21:08:15.911Z | PASS [ 35.942s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
5393 | 2024-08-06T21:08:17.707Z | PASS [ 32.459s] oximeter-db::integration_test test_cluster |
5394 | 2024-08-06T21:08:18.661Z | PASS [ 2.751s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
5395 | 2024-08-06T21:08:31.022Z | PASS [ 12.360s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
5396 | 2024-08-06T21:08:46.766Z | PASS [ 15.744s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated |
5397 | 2024-08-06T21:09:46.772Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
5398 | 2024-08-06T21:10:46.777Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
5399 | 2024-08-06T21:11:46.782Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
5400 | 2024-08-06T21:12:46.788Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
5401 | 2024-08-06T21:13:09.895Z | PASS [ 263.116s] oximeter-db client::tests::test_replicated |
5402 | 2024-08-06T21:13:09.900Z | ------------ |
5403 | 2024-08-06T21:13:09.900Z | Summary [1940.413s] 1374 tests run: 1374 passed (8 slow, 1 leaky), 3 skipped |
5404 | 2024-08-06T21:13:09.925Z | |
5405 | 2024-08-06T21:13:09.930Z | real 32:43.066684367 |
5406 | 2024-08-06T21:13:09.930Z | user 2:33:21.052515343 |
5407 | 2024-08-06T21:13:09.930Z | sys 31:34.826055163 |
5408 | 2024-08-06T21:13:09.930Z | trap 2:04.760860791 |
5409 | 2024-08-06T21:13:09.930Z | tflt 27.874601162 |
5410 | 2024-08-06T21:13:09.930Z | dflt 1:22.297848554 |
5411 | 2024-08-06T21:13:09.930Z | kflt 0.474898172 |
5412 | 2024-08-06T21:13:09.930Z | lock 895:28:30.492453467 |
5413 | 2024-08-06T21:13:09.930Z | slp 39:40:43.114298616 |
5414 | 2024-08-06T21:13:09.930Z | lat 2:21:40.232113779 |
5415 | 2024-08-06T21:13:09.930Z | stop 37:13.110582332 |
5416 | 2024-08-06T21:13:09.930Z | + banner doctest |
5417 | 2024-08-06T21:13:09.930Z | |
5418 | 2024-08-06T21:13:09.930Z | + ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast |
5419 | 2024-08-06T21:13:09.930Z | ##### #### #### ##### ###### #### ##### |
5420 | 2024-08-06T21:13:09.930Z | # # # # # # # # # # |
5421 | 2024-08-06T21:13:09.930Z | # # # # # # ##### #### # |
5422 | 2024-08-06T21:13:09.930Z | # # # # # # # # # |
5423 | 2024-08-06T21:13:09.930Z | # # # # # # # # # # # |
5424 | 2024-08-06T21:13:09.930Z | ##### #### #### # ###### #### # |
5425 | 2024-08-06T21:13:09.930Z | |
5426 | 2024-08-06T21:13:11.849Z | Fresh unicode-ident v1.0.12 |
5427 | 2024-08-06T21:13:11.854Z | Fresh cfg-if v1.0.0 |
5428 | 2024-08-06T21:13:11.854Z | Fresh autocfg v1.3.0 |
5429 | 2024-08-06T21:13:11.854Z | Fresh version_check v0.9.4 |
5430 | 2024-08-06T21:13:11.854Z | Fresh memchr v2.7.2 |
5431 | 2024-08-06T21:13:11.854Z | Fresh scopeguard v1.2.0 |
5432 | 2024-08-06T21:13:11.854Z | Fresh log v0.4.21 |
5433 | 2024-08-06T21:13:11.854Z | Fresh byteorder v1.5.0 |
5434 | 2024-08-06T21:13:11.855Z | Fresh once_cell v1.19.0 |
5435 | 2024-08-06T21:13:11.855Z | Fresh itoa v1.0.11 |
5436 | 2024-08-06T21:13:11.855Z | Fresh proc-macro2 v1.0.86 |
5437 | 2024-08-06T21:13:11.855Z | Fresh libc v0.2.155 |
5438 | 2024-08-06T21:13:11.855Z | Fresh smallvec v1.13.2 |
5439 | 2024-08-06T21:13:11.855Z | Fresh cc v1.0.97 |
5440 | 2024-08-06T21:13:11.860Z | Fresh quote v1.0.36 |
5441 | 2024-08-06T21:13:11.860Z | Fresh getrandom v0.2.14 |
5442 | 2024-08-06T21:13:11.860Z | Fresh lock_api v0.4.12 |
5443 | 2024-08-06T21:13:11.860Z | Fresh pin-project-lite v0.2.14 |
5444 | 2024-08-06T21:13:11.860Z | Fresh ryu v1.0.18 |
5445 | 2024-08-06T21:13:11.860Z | Fresh syn v2.0.72 |
5446 | 2024-08-06T21:13:11.860Z | Fresh parking_lot_core v0.9.10 |
5447 | 2024-08-06T21:13:11.860Z | Fresh libm v0.2.8 |
5448 | 2024-08-06T21:13:11.860Z | Fresh spin v0.9.8 |
5449 | 2024-08-06T21:13:11.860Z | Fresh signal-hook-registry v1.4.2 |
5450 | 2024-08-06T21:13:11.860Z | Fresh mio v0.8.11 |
5451 | 2024-08-06T21:13:11.860Z | Fresh serde_derive v1.0.204 |
5452 | 2024-08-06T21:13:11.860Z | Fresh zerocopy-derive v0.7.34 |
5453 | 2024-08-06T21:13:11.860Z | Fresh parking_lot v0.12.2 |
5454 | 2024-08-06T21:13:11.860Z | Fresh num-traits v0.2.19 |
5455 | 2024-08-06T21:13:11.860Z | Fresh thiserror-impl v1.0.63 |
5456 | 2024-08-06T21:13:11.861Z | Fresh num_cpus v1.16.0 |
5457 | 2024-08-06T21:13:11.861Z | Fresh serde v1.0.204 |
5458 | 2024-08-06T21:13:11.861Z | Fresh zerocopy v0.7.34 |
5459 | 2024-08-06T21:13:11.861Z | Fresh thiserror v1.0.63 |
5460 | 2024-08-06T21:13:11.861Z | Fresh allocator-api2 v0.2.18 |
5461 | 2024-08-06T21:13:11.861Z | Fresh tokio-macros v2.3.0 |
5462 | 2024-08-06T21:13:11.861Z | Fresh socket2 v0.5.7 |
5463 | 2024-08-06T21:13:11.861Z | Fresh futures-core v0.3.30 |
5464 | 2024-08-06T21:13:11.861Z | Fresh bytes v1.6.0 |
5465 | 2024-08-06T21:13:11.861Z | Fresh ahash v0.8.11 |
5466 | 2024-08-06T21:13:11.861Z | Fresh bitflags v2.6.0 |
5467 | 2024-08-06T21:13:11.861Z | Fresh rand_core v0.6.4 |
5468 | 2024-08-06T21:13:11.861Z | Fresh equivalent v1.0.1 |
5469 | 2024-08-06T21:13:11.861Z | Fresh zeroize_derive v1.4.2 |
5470 | 2024-08-06T21:13:11.861Z | Fresh futures-sink v0.3.30 |
5471 | 2024-08-06T21:13:11.861Z | Fresh hashbrown v0.14.5 |
5472 | 2024-08-06T21:13:11.861Z | Fresh serde_json v1.0.122 |
5473 | 2024-08-06T21:13:11.861Z | Fresh tokio v1.38.1 |
5474 | 2024-08-06T21:13:11.861Z | Fresh zeroize v1.7.0 |
5475 | 2024-08-06T21:13:11.861Z | Fresh fnv v1.0.7 |
5476 | 2024-08-06T21:13:11.861Z | Fresh futures-channel v0.3.30 |
5477 | 2024-08-06T21:13:11.862Z | Fresh futures-macro v0.3.30 |
5478 | 2024-08-06T21:13:11.862Z | Fresh indexmap v2.2.6 |
5479 | 2024-08-06T21:13:11.862Z | Fresh regex-syntax v0.8.3 |
5480 | 2024-08-06T21:13:11.862Z | Fresh pin-utils v0.1.0 |
5481 | 2024-08-06T21:13:11.862Z | Fresh futures-task v0.3.30 |
5482 | 2024-08-06T21:13:11.862Z | Fresh futures-io v0.3.30 |
5483 | 2024-08-06T21:13:11.862Z | Fresh aho-corasick v1.1.3 |
5484 | 2024-08-06T21:13:11.866Z | Fresh slab v0.4.9 |
5485 | 2024-08-06T21:13:11.867Z | Fresh regex-automata v0.4.6 |
5486 | 2024-08-06T21:13:11.867Z | Fresh iana-time-zone v0.1.60 |
5487 | 2024-08-06T21:13:11.867Z | Fresh uuid v1.10.0 |
5488 | 2024-08-06T21:13:11.867Z | Fresh subtle v2.5.0 |
5489 | 2024-08-06T21:13:11.867Z | Fresh futures-util v0.3.30 |
5490 | 2024-08-06T21:13:11.867Z | Fresh syn v1.0.109 |
5491 | 2024-08-06T21:13:11.867Z | Fresh chrono v0.4.38 |
5492 | 2024-08-06T21:13:11.867Z | Fresh heck v0.5.0 |
5493 | 2024-08-06T21:13:11.867Z | Fresh regex v1.10.5 |
5494 | 2024-08-06T21:13:11.867Z | Fresh tinyvec_macros v0.1.1 |
5495 | 2024-08-06T21:13:11.867Z | Fresh typenum v1.17.0 |
5496 | 2024-08-06T21:13:11.867Z | Fresh tinyvec v1.6.0 |
5497 | 2024-08-06T21:13:11.867Z | Fresh lazy_static v1.5.0 |
5498 | 2024-08-06T21:13:11.867Z | Fresh serde_derive_internals v0.29.1 |
5499 | 2024-08-06T21:13:11.867Z | Fresh pkg-config v0.3.30 |
5500 | 2024-08-06T21:13:11.867Z | Fresh generic-array v0.14.7 |
5501 | 2024-08-06T21:13:11.867Z | Fresh dyn-clone v1.0.17 |
5502 | 2024-08-06T21:13:11.867Z | Fresh unicode-normalization v0.1.23 |
5503 | 2024-08-06T21:13:11.867Z | Fresh schemars_derive v0.8.21 |
5504 | 2024-08-06T21:13:11.867Z | Fresh errno v0.3.9 |
5505 | 2024-08-06T21:13:11.867Z | Fresh crypto-common v0.1.6 |
5506 | 2024-08-06T21:13:11.867Z | Fresh semver v1.0.23 |
5507 | 2024-08-06T21:13:11.867Z | Fresh const-oid v0.9.6 |
5508 | 2024-08-06T21:13:11.867Z | Fresh rustix v0.38.34 |
5509 | 2024-08-06T21:13:11.868Z | Fresh schemars v0.8.21 |
5510 | 2024-08-06T21:13:11.868Z | Fresh unicode-bidi v0.3.15 |
5511 | 2024-08-06T21:13:11.868Z | Fresh tracing-attributes v0.1.27 |
5512 | 2024-08-06T21:13:11.868Z | Fresh tracing-core v0.1.32 |
5513 | 2024-08-06T21:13:11.868Z | Fresh tracing v0.1.40 |
5514 | 2024-08-06T21:13:11.868Z | Fresh percent-encoding v2.3.1 |
5515 | 2024-08-06T21:13:11.868Z | Fresh ppv-lite86 v0.2.17 |
5516 | 2024-08-06T21:13:11.868Z | Fresh block-buffer v0.10.4 |
5517 | 2024-08-06T21:13:11.868Z | Fresh unicode-width v0.1.13 |
5518 | 2024-08-06T21:13:11.868Z | Fresh http v0.2.12 |
5519 | 2024-08-06T21:13:11.874Z | Fresh rand_chacha v0.3.1 |
5520 | 2024-08-06T21:13:11.874Z | Fresh form_urlencoded v1.2.1 |
5521 | 2024-08-06T21:13:11.874Z | Fresh digest v0.10.7 |
5522 | 2024-08-06T21:13:11.874Z | Fresh either v1.12.0 |
5523 | 2024-08-06T21:13:11.874Z | Fresh powerfmt v0.2.0 |
5524 | 2024-08-06T21:13:11.874Z | Fresh time-core v0.1.2 |
5525 | 2024-08-06T21:13:11.874Z | Fresh rand v0.8.5 |
5526 | 2024-08-06T21:13:11.875Z | Fresh httparse v1.8.0 |
5527 | 2024-08-06T21:13:11.875Z | Fresh num-conv v0.1.0 |
5528 | 2024-08-06T21:13:11.875Z | Fresh deranged v0.3.11 |
5529 | 2024-08-06T21:13:11.875Z | Fresh num_threads v0.1.7 |
5530 | 2024-08-06T21:13:11.875Z | Fresh idna v0.5.0 |
5531 | 2024-08-06T21:13:11.875Z | Fresh untrusted v0.9.0 |
5532 | 2024-08-06T21:13:11.875Z | Fresh time-macros v0.2.18 |
5533 | 2024-08-06T21:13:11.875Z | Fresh ring v0.17.8 |
5534 | 2024-08-06T21:13:11.875Z | Fresh url v2.5.2 |
5535 | 2024-08-06T21:13:11.875Z | Fresh serde_tokenstream v0.2.1 |
5536 | 2024-08-06T21:13:11.875Z | Fresh adler v1.0.2 |
5537 | 2024-08-06T21:13:11.875Z | Fresh vcpkg v0.2.15 |
5538 | 2024-08-06T21:13:11.875Z | Fresh time v0.3.36 |
5539 | 2024-08-06T21:13:11.875Z | Fresh miniz_oxide v0.7.2 |
5540 | 2024-08-06T21:13:11.875Z | Fresh rustversion v1.0.17 |
5541 | 2024-08-06T21:13:11.875Z | Fresh serde_spanned v0.6.7 |
5542 | 2024-08-06T21:13:11.875Z | Fresh toml_datetime v0.6.8 |
5543 | 2024-08-06T21:13:11.875Z | Fresh try-lock v0.2.5 |
5544 | 2024-08-06T21:13:11.875Z | Fresh cpufeatures v0.2.12 |
5545 | 2024-08-06T21:13:11.875Z | Fresh slog v2.7.0 |
5546 | 2024-08-06T21:13:11.875Z | Fresh want v0.3.1 |
5547 | 2024-08-06T21:13:11.875Z | Fresh tower-service v0.3.2 |
5548 | 2024-08-06T21:13:11.875Z | Fresh tokio-util v0.7.11 |
5549 | 2024-08-06T21:13:11.876Z | Fresh async-trait v0.1.81 |
5550 | 2024-08-06T21:13:11.876Z | Fresh base64 v0.21.7 |
5551 | 2024-08-06T21:13:11.876Z | Fresh httpdate v1.0.3 |
5552 | 2024-08-06T21:13:11.876Z | Fresh h2 v0.3.26 |
5553 | 2024-08-06T21:13:11.876Z | Fresh http-body v0.4.6 |
5554 | 2024-08-06T21:13:11.876Z | Fresh futures-executor v0.3.30 |
5555 | 2024-08-06T21:13:11.876Z | Fresh foreign-types-shared v0.1.1 |
5556 | 2024-08-06T21:13:11.876Z | Fresh openssl-probe v0.1.5 |
5557 | 2024-08-06T21:13:11.876Z | Fresh strsim v0.11.1 |
5558 | 2024-08-06T21:13:11.876Z | Fresh gimli v0.28.1 |
5559 | 2024-08-06T21:13:11.876Z | Fresh foreign-types v0.3.2 |
5560 | 2024-08-06T21:13:11.876Z | Fresh hyper v0.14.30 |
5561 | 2024-08-06T21:13:11.876Z | Fresh openssl-sys v0.9.103 |
5562 | 2024-08-06T21:13:11.876Z | Fresh openssl-macros v0.1.1 |
5563 | 2024-08-06T21:13:11.876Z | Fresh addr2line v0.21.0 |
5564 | 2024-08-06T21:13:11.876Z | Fresh object v0.32.2 |
5565 | 2024-08-06T21:13:11.876Z | Fresh rustc-demangle v0.1.24 |
5566 | 2024-08-06T21:13:11.876Z | Fresh mime v0.3.17 |
5567 | 2024-08-06T21:13:11.881Z | Fresh openssl v0.10.66 |
5568 | 2024-08-06T21:13:11.881Z | Fresh futures v0.3.30 |
5569 | 2024-08-06T21:13:11.881Z | Fresh backtrace v0.3.71 |
5570 | 2024-08-06T21:13:11.881Z | Fresh ipnet v2.9.0 |
5571 | 2024-08-06T21:13:11.881Z | Fresh heck v0.4.1 |
5572 | 2024-08-06T21:13:11.881Z | Fresh winnow v0.5.40 |
5573 | 2024-08-06T21:13:11.881Z | Fresh toml_edit v0.19.15 |
5574 | 2024-08-06T21:13:11.881Z | Fresh crossbeam-utils v0.8.19 |
5575 | 2024-08-06T21:13:11.881Z | Fresh anyhow v1.0.86 |
5576 | 2024-08-06T21:13:11.881Z | Fresh rustls-webpki v0.101.7 |
5577 | 2024-08-06T21:13:11.881Z | Fresh sct v0.7.1 |
5578 | 2024-08-06T21:13:11.881Z | Fresh utf8parse v0.2.1 |
5579 | 2024-08-06T21:13:11.881Z | Fresh ucd-trie v0.1.6 |
5580 | 2024-08-06T21:13:11.881Z | Fresh native-tls v0.2.11 |
5581 | 2024-08-06T21:13:11.881Z | Fresh rustls v0.21.12 |
5582 | 2024-08-06T21:13:11.881Z | Fresh serde_urlencoded v0.7.1 |
5583 | 2024-08-06T21:13:11.881Z | Fresh idna v0.3.0 |
5584 | 2024-08-06T21:13:11.881Z | Fresh encoding_rs v0.8.34 |
5585 | 2024-08-06T21:13:11.881Z | Fresh pest v2.7.10 |
5586 | 2024-08-06T21:13:11.881Z | Fresh psl-types v2.0.11 |
5587 | 2024-08-06T21:13:11.882Z | Fresh cookie v0.17.0 |
5588 | 2024-08-06T21:13:11.882Z | Fresh tokio-rustls v0.24.1 |
5589 | 2024-08-06T21:13:11.882Z | Fresh tokio-native-tls v0.3.1 |
5590 | 2024-08-06T21:13:11.882Z | Fresh scroll_derive v0.12.0 |
5591 | 2024-08-06T21:13:11.882Z | Fresh anstyle v1.0.8 |
5592 | 2024-08-06T21:13:11.882Z | Fresh rustls-pemfile v1.0.4 |
5593 | 2024-08-06T21:13:11.882Z | Fresh pest_meta v2.7.10 |
5594 | 2024-08-06T21:13:11.882Z | Fresh publicsuffix v2.2.3 |
5595 | 2024-08-06T21:13:11.882Z | Fresh scroll v0.12.0 |
5596 | 2024-08-06T21:13:11.882Z | Fresh hyper-rustls v0.24.2 |
5597 | 2024-08-06T21:13:11.882Z | Fresh hyper-tls v0.5.0 |
5598 | 2024-08-06T21:13:11.882Z | Fresh openapiv3 v2.0.0 |
5599 | 2024-08-06T21:13:11.882Z | Fresh webpki-roots v0.25.4 |
5600 | 2024-08-06T21:13:11.882Z | Fresh base64ct v1.6.0 |
5601 | 2024-08-06T21:13:11.882Z | Fresh pest_generator v2.7.10 |
5602 | 2024-08-06T21:13:11.882Z | Fresh cookie_store v0.20.0 |
5603 | 2024-08-06T21:13:11.882Z | Fresh plain v0.2.3 |
5604 | 2024-08-06T21:13:11.882Z | Fresh bitflags v1.3.2 |
5605 | 2024-08-06T21:13:11.882Z | Fresh sync_wrapper v0.1.2 |
5606 | 2024-08-06T21:13:11.882Z | Fresh rustc_version v0.4.0 |
5607 | 2024-08-06T21:13:11.882Z | Fresh pretty-hex v0.4.1 |
5608 | 2024-08-06T21:13:11.883Z | Fresh goblin v0.8.2 |
5609 | 2024-08-06T21:13:11.883Z | Fresh reqwest v0.11.27 |
5610 | 2024-08-06T21:13:11.883Z | Fresh pest_derive v2.7.10 |
5611 | 2024-08-06T21:13:11.883Z | Fresh anstyle-parse v0.2.4 |
5612 | 2024-08-06T21:13:11.883Z | Fresh thread-id v4.2.1 |
5613 | 2024-08-06T21:13:11.883Z | Fresh anstyle-query v1.0.3 |
5614 | 2024-08-06T21:13:11.883Z | Fresh colorchoice v1.0.1 |
5615 | 2024-08-06T21:13:11.883Z | Fresh dof v0.3.0 |
5616 | 2024-08-06T21:13:11.883Z | Fresh dtrace-parser v0.2.0 |
5617 | 2024-08-06T21:13:11.883Z | Fresh data-encoding v2.6.0 |
5618 | 2024-08-06T21:13:11.883Z | Fresh is_terminal_polyfill v1.70.0 |
5619 | 2024-08-06T21:13:11.890Z | Fresh pem-rfc7468 v0.7.0 |
5620 | 2024-08-06T21:13:11.890Z | Fresh terminal_size v0.3.0 |
5621 | 2024-08-06T21:13:11.890Z | Fresh der_derive v0.7.2 |
5622 | 2024-08-06T21:13:11.890Z | Fresh usdt-impl v0.5.0 |
5623 | 2024-08-06T21:13:11.891Z | Fresh anstream v0.6.14 |
5624 | 2024-08-06T21:13:11.891Z | Fresh flagset v0.4.5 |
5625 | 2024-08-06T21:13:11.891Z | Fresh base64 v0.22.1 |
5626 | 2024-08-06T21:13:11.891Z | Fresh unicode-segmentation v1.11.0 |
5627 | 2024-08-06T21:13:11.891Z | Fresh bit-vec v0.6.3 |
5628 | 2024-08-06T21:13:11.891Z | Fresh clap_lex v0.7.0 |
5629 | 2024-08-06T21:13:11.891Z | Fresh der v0.7.9 |
5630 | 2024-08-06T21:13:11.891Z | Fresh clap_builder v4.5.13 |
5631 | 2024-08-06T21:13:11.891Z | Fresh clap_derive v4.5.13 |
5632 | 2024-08-06T21:13:11.891Z | Fresh num-integer v0.1.46 |
5633 | 2024-08-06T21:13:11.891Z | Fresh siphasher v0.3.11 |
5634 | 2024-08-06T21:13:11.891Z | Fresh crc32fast v1.4.0 |
5635 | 2024-08-06T21:13:11.891Z | Fresh usdt-attr-macro v0.5.0 |
5636 | 2024-08-06T21:13:11.891Z | Fresh usdt-macro v0.5.0 |
5637 | 2024-08-06T21:13:11.891Z | Fresh clap v4.5.13 |
5638 | 2024-08-06T21:13:11.891Z | Fresh spki v0.7.3 |
5639 | 2024-08-06T21:13:11.892Z | Fresh crossbeam-epoch v0.9.18 |
5640 | 2024-08-06T21:13:11.892Z | Fresh itertools v0.10.5 |
5641 | 2024-08-06T21:13:11.892Z | Fresh memmap v0.7.0 |
5642 | 2024-08-06T21:13:11.892Z | Fresh stable_deref_trait v1.2.0 |
5643 | 2024-08-06T21:13:11.892Z | Fresh bit-set v0.5.3 |
5644 | 2024-08-06T21:13:11.892Z | Fresh ipnetwork v0.20.0 |
5645 | 2024-08-06T21:13:11.892Z | Fresh usdt v0.5.0 |
5646 | 2024-08-06T21:13:11.892Z | Fresh hex v0.4.3 |
5647 | 2024-08-06T21:13:11.892Z | Fresh pkcs8 v0.10.2 |
5648 | 2024-08-06T21:13:11.892Z | Fresh toml v0.7.8 |
5649 | 2024-08-06T21:13:11.892Z | Fresh itertools v0.12.1 |
5650 | 2024-08-06T21:13:11.892Z | Fresh zerocopy-derive v0.6.6 |
5651 | 2024-08-06T21:13:11.892Z | Fresh managed v0.8.0 |
5652 | 2024-08-06T21:13:11.892Z | Fresh fixedbitset v0.4.2 |
5653 | 2024-08-06T21:13:11.892Z | Fresh winnow v0.6.18 |
5654 | 2024-08-06T21:13:11.892Z | Fresh zerocopy v0.6.6 |
5655 | 2024-08-06T21:13:11.892Z | Fresh petgraph v0.6.5 |
5656 | 2024-08-06T21:13:11.892Z | Fresh flate2 v1.0.31 |
5657 | 2024-08-06T21:13:11.892Z | Fresh phf_shared v0.10.0 |
5658 | 2024-08-06T21:13:11.892Z | Fresh sha2 v0.10.8 |
5659 | 2024-08-06T21:13:11.893Z | Fresh unicode-xid v0.2.4 |
5660 | 2024-08-06T21:13:11.893Z | Fresh toml_edit v0.22.20 |
5661 | 2024-08-06T21:13:11.893Z | Fresh precomputed-hash v0.1.1 |
5662 | 2024-08-06T21:13:11.893Z | Fresh new_debug_unreachable v1.0.6 |
5663 | 2024-08-06T21:13:11.893Z | Fresh minimal-lexical v0.2.1 |
5664 | 2024-08-06T21:13:11.893Z | Fresh num-iter v0.1.45 |
5665 | 2024-08-06T21:13:11.893Z | Fresh hmac v0.12.1 |
5666 | 2024-08-06T21:13:11.893Z | Fresh static_assertions v1.1.0 |
5667 | 2024-08-06T21:13:11.893Z | Fresh signal-hook v0.3.17 |
5668 | 2024-08-06T21:13:11.893Z | Fresh nom v7.1.3 |
5669 | 2024-08-06T21:13:11.893Z | Fresh string_cache v0.8.7 |
5670 | 2024-08-06T21:13:11.893Z | Fresh matches v0.1.10 |
5671 | 2024-08-06T21:13:11.893Z | Fresh regex-automata v0.1.10 |
5672 | 2024-08-06T21:13:11.893Z | Fresh lalrpop-util v0.19.12 |
5673 | 2024-08-06T21:13:11.893Z | Fresh bstr v0.2.17 |
5674 | 2024-08-06T21:13:11.893Z | Fresh signal-hook-mio v0.2.3 |
5675 | 2024-08-06T21:13:11.893Z | Fresh idna v0.2.3 |
5676 | 2024-08-06T21:13:11.893Z | Fresh enum-as-inner v0.5.1 |
5677 | 2024-08-06T21:13:11.893Z | Fresh block-padding v0.3.3 |
5678 | 2024-08-06T21:13:11.893Z | Fresh scheduled-thread-pool v0.2.7 |
5679 | 2024-08-06T21:13:11.893Z | Fresh diesel_table_macro_syntax v0.1.0 |
5680 | 2024-08-06T21:13:11.894Z | Fresh hash32 v0.2.1 |
5681 | 2024-08-06T21:13:11.894Z | Fresh predicates-core v1.0.6 |
5682 | 2024-08-06T21:13:11.894Z | Fresh finl_unicode v1.2.0 |
5683 | 2024-08-06T21:13:11.894Z | Fresh crossterm v0.27.0 |
5684 | 2024-08-06T21:13:11.894Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
5685 | 2024-08-06T21:13:11.894Z | Fresh trust-dns-proto v0.22.0 |
5686 | 2024-08-06T21:13:11.894Z | Fresh heapless v0.7.17 |
5687 | 2024-08-06T21:13:11.894Z | Fresh diesel_derives v2.1.4 |
5688 | 2024-08-06T21:13:11.894Z | Fresh stringprep v0.1.4 |
5689 | 2024-08-06T21:13:11.894Z | Fresh inout v0.1.3 |
5690 | 2024-08-06T21:13:11.894Z | Fresh r2d2 v0.8.10 |
5691 | 2024-08-06T21:13:11.894Z | Fresh md-5 v0.10.6 |
5692 | 2024-08-06T21:13:11.894Z | Fresh console v0.15.8 |
5693 | 2024-08-06T21:13:11.894Z | Fresh hubpack_derive v0.1.1 |
5694 | 2024-08-06T21:13:11.894Z | Fresh bstr v1.9.1 |
5695 | 2024-08-06T21:13:11.894Z | Fresh ff v0.13.0 |
5696 | 2024-08-06T21:13:11.894Z | Fresh float-cmp v0.9.0 |
5697 | 2024-08-06T21:13:11.894Z | Fresh fallible-iterator v0.2.0 |
5698 | 2024-08-06T21:13:11.894Z | Fresh normalize-line-endings v0.3.0 |
5699 | 2024-08-06T21:13:11.895Z | Fresh difflib v0.4.0 |
5700 | 2024-08-06T21:13:11.895Z | Fresh base16ct v0.2.0 |
5701 | 2024-08-06T21:13:11.895Z | Fresh postgres-protocol v0.6.7 |
5702 | 2024-08-06T21:13:11.895Z | Fresh predicates v3.1.2 |
5703 | 2024-08-06T21:13:11.895Z | Fresh sec1 v0.7.3 |
5704 | 2024-08-06T21:13:11.895Z | Fresh hubpack v0.1.2 |
5705 | 2024-08-06T21:13:11.895Z | Fresh group v0.13.0 |
5706 | 2024-08-06T21:13:11.895Z | Fresh smoltcp v0.9.1 |
5707 | 2024-08-06T21:13:11.895Z | Fresh diesel v2.1.6 |
5708 | 2024-08-06T21:13:11.895Z | Fresh cipher v0.4.4 |
5709 | 2024-08-06T21:13:11.895Z | Fresh similar v2.5.0 |
5710 | 2024-08-06T21:13:11.895Z | Fresh hkdf v0.12.4 |
5711 | 2024-08-06T21:13:11.895Z | Fresh num-bigint v0.4.5 |
5712 | 2024-08-06T21:13:11.895Z | Fresh phf_shared v0.11.2 |
5713 | 2024-08-06T21:13:11.895Z | Fresh strum_macros v0.25.3 |
5714 | 2024-08-06T21:13:11.895Z | Fresh crypto-bigint v0.5.5 |
5715 | 2024-08-06T21:13:11.895Z | Fresh serde_repr v0.1.19 |
5716 | 2024-08-06T21:13:11.895Z | Fresh peg-runtime v0.8.3 |
5717 | 2024-08-06T21:13:11.895Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
5718 | 2024-08-06T21:13:11.895Z | Fresh yasna v0.5.2 |
5719 | 2024-08-06T21:13:11.902Z | Fresh elliptic-curve v0.13.8 |
5720 | 2024-08-06T21:13:11.902Z | Fresh phf v0.11.2 |
5721 | 2024-08-06T21:13:11.902Z | Fresh postgres-types v0.2.7 |
5722 | 2024-08-06T21:13:11.902Z | Fresh whoami v1.5.1 |
5723 | 2024-08-06T21:13:11.903Z | Fresh tokio-postgres v0.7.11 |
5724 | 2024-08-06T21:13:11.903Z | Fresh fs-err v2.11.0 |
5725 | 2024-08-06T21:13:11.903Z | Fresh tokio-stream v0.1.15 |
5726 | 2024-08-06T21:13:11.903Z | Fresh regress v0.9.1 |
5727 | 2024-08-06T21:13:11.903Z | Fresh getopts v0.2.21 |
5728 | 2024-08-06T21:13:11.903Z | Fresh unsafe-libyaml v0.2.11 |
5729 | 2024-08-06T21:13:11.903Z | Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
5730 | 2024-08-06T21:13:11.903Z | Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
5731 | 2024-08-06T21:13:11.903Z | Fresh serde_yaml v0.9.34+deprecated |
5732 | 2024-08-06T21:13:11.903Z | Fresh is-terminal v0.4.12 |
5733 | 2024-08-06T21:13:11.903Z | Fresh dirs-sys-next v0.1.2 |
5734 | 2024-08-06T21:13:11.903Z | Fresh strum_macros v0.26.4 |
5735 | 2024-08-06T21:13:11.903Z | Fresh http v1.1.0 |
5736 | 2024-08-06T21:13:11.903Z | Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
5737 | 2024-08-06T21:13:11.903Z | Fresh camino v1.1.7 |
5738 | 2024-08-06T21:13:11.903Z | Fresh dirs-next v2.0.0 |
5739 | 2024-08-06T21:13:11.903Z | Fresh strum v0.26.3 |
5740 | 2024-08-06T21:13:11.903Z | Fresh sha1 v0.10.6 |
5741 | 2024-08-06T21:13:11.904Z | Fresh ident_case v1.0.1 |
5742 | 2024-08-06T21:13:11.904Z | Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
5743 | 2024-08-06T21:13:11.904Z | Fresh term v0.7.0 |
5744 | 2024-08-06T21:13:11.904Z | Fresh darling_core v0.20.9 |
5745 | 2024-08-06T21:13:11.904Z | Fresh toml v0.8.19 |
5746 | 2024-08-06T21:13:11.904Z | Fresh crossbeam-channel v0.5.12 |
5747 | 2024-08-06T21:13:11.904Z | Fresh thread_local v1.1.8 |
5748 | 2024-08-06T21:13:11.904Z | Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
5749 | 2024-08-06T21:13:11.904Z | Fresh paste v1.0.15 |
5750 | 2024-08-06T21:13:11.904Z | Fresh rustls-pki-types v1.7.0 |
5751 | 2024-08-06T21:13:11.904Z | Fresh match_cfg v0.1.0 |
5752 | 2024-08-06T21:13:11.904Z | Fresh darling_macro v0.20.9 |
5753 | 2024-08-06T21:13:11.904Z | Fresh fastrand v2.1.0 |
5754 | 2024-08-06T21:13:11.904Z | Fresh take_mut v0.2.2 |
5755 | 2024-08-06T21:13:11.904Z | Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
5756 | 2024-08-06T21:13:11.904Z | Fresh hostname v0.3.1 |
5757 | 2024-08-06T21:13:11.904Z | Fresh darling v0.20.9 |
5758 | 2024-08-06T21:13:11.904Z | Fresh tempfile v3.10.1 |
5759 | 2024-08-06T21:13:11.904Z | Fresh slog-term v2.9.1 |
5760 | 2024-08-06T21:13:11.905Z | Fresh rustls-webpki v0.102.4 |
5761 | 2024-08-06T21:13:11.905Z | Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
5762 | 2024-08-06T21:13:11.905Z | Fresh slog-async v2.8.0 |
5763 | 2024-08-06T21:13:11.905Z | Fresh rustls-pemfile v2.1.2 |
5764 | 2024-08-06T21:13:11.905Z | Fresh debug-ignore v1.0.5 |
5765 | 2024-08-06T21:13:11.905Z | Fresh slog-json v2.6.1 |
5766 | 2024-08-06T21:13:11.905Z | Fresh newtype-uuid v1.1.0 |
5767 | 2024-08-06T21:13:11.905Z | Fresh rustls v0.22.4 |
5768 | 2024-08-06T21:13:11.905Z | Fresh async-stream-impl v0.3.5 |
5769 | 2024-08-06T21:13:11.905Z | Fresh instant v0.1.12 |
5770 | 2024-08-06T21:13:11.905Z | Fresh atomic-waker v1.1.2 |
5771 | 2024-08-06T21:13:11.905Z | Fresh slog-bunyan v2.5.0 |
5772 | 2024-08-06T21:13:11.905Z | Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
5773 | 2024-08-06T21:13:11.905Z | Fresh tokio-rustls v0.25.0 |
5774 | 2024-08-06T21:13:11.905Z | Fresh async-stream v0.3.5 |
5775 | 2024-08-06T21:13:11.905Z | Fresh waitgroup v0.1.2 |
5776 | 2024-08-06T21:13:11.905Z | Fresh multer v3.1.0 |
5777 | 2024-08-06T21:13:11.905Z | Fresh serde_path_to_error v0.1.16 |
5778 | 2024-08-06T21:13:11.905Z | Fresh hostname v0.4.0 |
5779 | 2024-08-06T21:13:11.905Z | Fresh serde_with_macros v3.8.3 |
5780 | 2024-08-06T21:13:11.906Z | Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
5781 | 2024-08-06T21:13:11.906Z | Fresh quick-error v1.2.3 |
5782 | 2024-08-06T21:13:11.906Z | Fresh serde_with v3.8.3 |
5783 | 2024-08-06T21:13:11.906Z | Fresh structmeta-derive v0.3.0 |
5784 | 2024-08-06T21:13:11.906Z | Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5785 | 2024-08-06T21:13:11.906Z | Fresh backoff v0.4.0 |
5786 | 2024-08-06T21:13:11.906Z | Fresh structmeta v0.3.0 |
5787 | 2024-08-06T21:13:11.906Z | Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5788 | 2024-08-06T21:13:11.906Z | Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
5789 | 2024-08-06T21:13:11.906Z | Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
5790 | 2024-08-06T21:13:11.906Z | Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
5791 | 2024-08-06T21:13:11.907Z | Fresh macaddr v1.0.1 |
5792 | 2024-08-06T21:13:11.907Z | Fresh wait-timeout v0.2.0 |
5793 | 2024-08-06T21:13:11.907Z | Fresh rand_xorshift v0.3.0 |
5794 | 2024-08-06T21:13:11.907Z | Fresh parse-display-derive v0.9.1 |
5795 | 2024-08-06T21:13:11.908Z | Fresh rusty-fork v0.3.0 |
5796 | 2024-08-06T21:13:11.908Z | Fresh structmeta-derive v0.2.0 |
5797 | 2024-08-06T21:13:11.908Z | Fresh unarray v0.1.4 |
5798 | 2024-08-06T21:13:11.914Z | Fresh camino-tempfile v1.1.1 |
5799 | 2024-08-06T21:13:11.914Z | Fresh proc-macro-crate v1.3.1 |
5800 | 2024-08-06T21:13:11.914Z | Fresh parse-display v0.9.1 |
5801 | 2024-08-06T21:13:11.915Z | Fresh proptest v1.4.0 |
5802 | 2024-08-06T21:13:11.915Z | Fresh structmeta v0.2.0 |
5803 | 2024-08-06T21:13:11.915Z | Fresh num_enum_derive v0.5.11 |
5804 | 2024-08-06T21:13:11.915Z | Fresh test-strategy v0.3.1 |
5805 | 2024-08-06T21:13:11.915Z | Fresh proc-macro-error-attr v1.0.4 |
5806 | 2024-08-06T21:13:11.915Z | Fresh num_enum v0.5.11 |
5807 | 2024-08-06T21:13:11.915Z | Fresh foreign-types-macros v0.2.3 |
5808 | 2024-08-06T21:13:11.915Z | Fresh foreign-types-shared v0.3.1 |
5809 | 2024-08-06T21:13:11.915Z | Fresh proc-macro-error v1.0.4 |
5810 | 2024-08-06T21:13:11.915Z | Fresh foreign-types v0.5.0 |
5811 | 2024-08-06T21:13:11.915Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5812 | 2024-08-06T21:13:11.915Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5813 | 2024-08-06T21:13:11.915Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
5814 | 2024-08-06T21:13:11.916Z | Fresh cstr-argument v0.1.2 |
5815 | 2024-08-06T21:13:11.916Z | Fresh pretty-hex v0.2.1 |
5816 | 2024-08-06T21:13:11.916Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5817 | 2024-08-06T21:13:11.916Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
5818 | 2024-08-06T21:13:11.916Z | Fresh tabwriter v1.4.0 |
5819 | 2024-08-06T21:13:11.916Z | Fresh colored v2.1.0 |
5820 | 2024-08-06T21:13:11.916Z | Fresh socket2 v0.4.10 |
5821 | 2024-08-06T21:13:11.916Z | Fresh smf v0.2.3 |
5822 | 2024-08-06T21:13:11.916Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5823 | 2024-08-06T21:13:11.916Z | Fresh hash32 v0.3.1 |
5824 | 2024-08-06T21:13:11.916Z | Fresh cobs v0.2.3 |
5825 | 2024-08-06T21:13:11.916Z | Fresh embedded-io v0.4.0 |
5826 | 2024-08-06T21:13:11.916Z | Fresh heapless v0.8.0 |
5827 | 2024-08-06T21:13:11.916Z | Fresh postcard v1.0.8 |
5828 | 2024-08-06T21:13:11.916Z | Fresh termtree v0.4.1 |
5829 | 2024-08-06T21:13:11.916Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5830 | 2024-08-06T21:13:11.916Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5831 | 2024-08-06T21:13:11.917Z | Fresh smoltcp v0.11.0 |
5832 | 2024-08-06T21:13:11.917Z | Fresh predicates-tree v1.0.9 |
5833 | 2024-08-06T21:13:11.917Z | Fresh crucible-workspace-hack v0.1.0 |
5834 | 2024-08-06T21:13:11.917Z | Fresh sigpipe v0.1.3 |
5835 | 2024-08-06T21:13:11.917Z | Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
5836 | 2024-08-06T21:13:11.917Z | Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
5837 | 2024-08-06T21:13:11.917Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
5838 | 2024-08-06T21:13:11.917Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5839 | 2024-08-06T21:13:11.917Z | Fresh mockall_derive v0.12.1 |
5840 | 2024-08-06T21:13:11.917Z | Fresh num-derive v0.4.2 |
5841 | 2024-08-06T21:13:11.917Z | Fresh downcast v0.11.0 |
5842 | 2024-08-06T21:13:11.917Z | Fresh fragile v2.0.0 |
5843 | 2024-08-06T21:13:11.917Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5844 | 2024-08-06T21:13:11.918Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
5845 | 2024-08-06T21:13:11.918Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
5846 | 2024-08-06T21:13:11.918Z | Fresh mockall v0.12.1 |
5847 | 2024-08-06T21:13:11.918Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
5848 | 2024-08-06T21:13:11.918Z | Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
5849 | 2024-08-06T21:13:11.918Z | Fresh humantime v2.1.0 |
5850 | 2024-08-06T21:13:11.918Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5851 | 2024-08-06T21:13:11.918Z | Fresh same-file v1.0.6 |
5852 | 2024-08-06T21:13:11.918Z | Fresh xattr v1.3.1 |
5853 | 2024-08-06T21:13:11.919Z | Fresh filetime v0.2.23 |
5854 | 2024-08-06T21:13:11.919Z | Fresh derive-where v1.2.7 |
5855 | 2024-08-06T21:13:11.919Z | Fresh newline-converter v0.3.0 |
5856 | 2024-08-06T21:13:11.919Z | Fresh password-hash v0.5.0 |
5857 | 2024-08-06T21:13:11.919Z | Fresh blake2 v0.10.6 |
5858 | 2024-08-06T21:13:11.919Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5859 | 2024-08-06T21:13:11.919Z | Fresh walkdir v2.5.0 |
5860 | 2024-08-06T21:13:11.919Z | Fresh tar v0.4.41 |
5861 | 2024-08-06T21:13:11.919Z | Fresh expectorate v1.1.0 |
5862 | 2024-08-06T21:13:11.919Z | Fresh argon2 v0.5.3 |
5863 | 2024-08-06T21:13:11.919Z | Fresh termcolor v1.4.1 |
5864 | 2024-08-06T21:13:11.919Z | Fresh convert_case v0.4.0 |
5865 | 2024-08-06T21:13:11.919Z | Fresh derive_more v0.99.18 |
5866 | 2024-08-06T21:13:11.919Z | Fresh arc-swap v1.7.1 |
5867 | 2024-08-06T21:13:11.919Z | Fresh home v0.5.9 |
5868 | 2024-08-06T21:13:11.919Z | Fresh slog-scope v4.4.0 |
5869 | 2024-08-06T21:13:11.919Z | Fresh utf-8 v0.7.6 |
5870 | 2024-08-06T21:13:11.919Z | Fresh atty v0.2.14 |
5871 | 2024-08-06T21:13:11.920Z | Fresh semver v0.1.20 |
5872 | 2024-08-06T21:13:11.920Z | Fresh pem v3.0.4 |
5873 | 2024-08-06T21:13:11.920Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5874 | 2024-08-06T21:13:11.920Z | Fresh slog-stdlog v4.1.1 |
5875 | 2024-08-06T21:13:11.920Z | Fresh rustc_version v0.1.7 |
5876 | 2024-08-06T21:13:11.920Z | Fresh tungstenite v0.21.0 |
5877 | 2024-08-06T21:13:11.920Z | Fresh env_logger v0.9.3 |
5878 | 2024-08-06T21:13:11.920Z | Fresh bitstruct_derive v0.1.0 |
5879 | 2024-08-06T21:13:11.920Z | Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5880 | 2024-08-06T21:13:11.920Z | Fresh slog-envlogger v2.2.0 |
5881 | 2024-08-06T21:13:11.920Z | Fresh tokio-tungstenite v0.21.0 |
5882 | 2024-08-06T21:13:11.920Z | Fresh glob v0.3.1 |
5883 | 2024-08-06T21:13:11.920Z | Fresh ascii v1.1.0 |
5884 | 2024-08-06T21:13:11.920Z | Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5885 | 2024-08-06T21:13:11.920Z | Fresh bitstruct v0.1.1 |
5886 | 2024-08-06T21:13:11.920Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5887 | 2024-08-06T21:13:11.920Z | Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
5888 | 2024-08-06T21:13:11.920Z | Fresh tungstenite v0.20.1 |
5889 | 2024-08-06T21:13:11.920Z | Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5890 | 2024-08-06T21:13:11.920Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5891 | 2024-08-06T21:13:11.920Z | Fresh serde_arrays v0.1.0 |
5892 | 2024-08-06T21:13:11.921Z | Fresh erased-serde v0.3.31 |
5893 | 2024-08-06T21:13:11.921Z | Fresh swrite v0.1.0 |
5894 | 2024-08-06T21:13:11.921Z | Fresh newtype_derive v0.1.6 |
5895 | 2024-08-06T21:13:11.921Z | Fresh tokio-tungstenite v0.20.1 |
5896 | 2024-08-06T21:13:11.921Z | Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5897 | 2024-08-06T21:13:11.921Z | Fresh prettyplease v0.2.20 |
5898 | 2024-08-06T21:13:11.927Z | Fresh heck v0.3.3 |
5899 | 2024-08-06T21:13:11.928Z | Fresh half v2.4.1 |
5900 | 2024-08-06T21:13:11.928Z | Fresh ciborium-io v0.2.2 |
5901 | 2024-08-06T21:13:11.928Z | Fresh steno v0.4.1 |
5902 | 2024-08-06T21:13:11.928Z | Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5903 | 2024-08-06T21:13:11.928Z | Fresh ciborium-ll v0.2.2 |
5904 | 2024-08-06T21:13:11.928Z | Fresh zone_cfg_derive v0.1.2 |
5905 | 2024-08-06T21:13:11.928Z | Fresh atomicwrites v0.4.3 |
5906 | 2024-08-06T21:13:11.928Z | Fresh headers-core v0.2.0 |
5907 | 2024-08-06T21:13:11.928Z | Fresh base64 v0.13.1 |
5908 | 2024-08-06T21:13:11.928Z | Fresh ciborium v0.2.2 |
5909 | 2024-08-06T21:13:11.928Z | Fresh headers v0.3.9 |
5910 | 2024-08-06T21:13:11.928Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
5911 | 2024-08-06T21:13:11.928Z | Fresh zone v0.1.8 |
5912 | 2024-08-06T21:13:11.928Z | Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5913 | 2024-08-06T21:13:11.928Z | Fresh ron v0.7.1 |
5914 | 2024-08-06T21:13:11.928Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5915 | 2024-08-06T21:13:11.929Z | Fresh crossbeam-deque v0.8.5 |
5916 | 2024-08-06T21:13:11.929Z | Fresh portpicker v0.1.1 |
5917 | 2024-08-06T21:13:11.929Z | Fresh rcgen v0.12.1 |
5918 | 2024-08-06T21:13:11.929Z | Fresh subprocess v0.2.9 |
5919 | 2024-08-06T21:13:11.929Z | Fresh arrayref v0.3.7 |
5920 | 2024-08-06T21:13:11.929Z | Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
5921 | 2024-08-06T21:13:11.929Z | Fresh rayon-core v1.12.1 |
5922 | 2024-08-06T21:13:11.929Z | Fresh arrayvec v0.7.4 |
5923 | 2024-08-06T21:13:11.929Z | Fresh constant_time_eq v0.3.0 |
5924 | 2024-08-06T21:13:11.929Z | Fresh num-rational v0.4.2 |
5925 | 2024-08-06T21:13:11.929Z | Fresh num-complex v0.4.6 |
5926 | 2024-08-06T21:13:11.929Z | Fresh rayon v1.10.0 |
5927 | 2024-08-06T21:13:11.929Z | Fresh cancel-safe-futures v0.1.5 |
5928 | 2024-08-06T21:13:11.929Z | Fresh num v0.4.3 |
5929 | 2024-08-06T21:13:11.929Z | Fresh libsw v3.3.1 |
5930 | 2024-08-06T21:13:11.929Z | Fresh linear-map v1.2.0 |
5931 | 2024-08-06T21:13:11.929Z | Fresh float-ord v0.3.2 |
5932 | 2024-08-06T21:13:11.929Z | Fresh owo-colors v4.0.0 |
5933 | 2024-08-06T21:13:11.930Z | Fresh memmap2 v0.9.4 |
5934 | 2024-08-06T21:13:11.930Z | Fresh spin v0.5.2 |
5935 | 2024-08-06T21:13:11.930Z | Fresh linked-hash-map v0.5.6 |
5936 | 2024-08-06T21:13:11.930Z | Fresh untrusted v0.7.1 |
5937 | 2024-08-06T21:13:11.930Z | Fresh display-error-chain v0.2.0 |
5938 | 2024-08-06T21:13:11.930Z | Fresh lru-cache v0.1.2 |
5939 | 2024-08-06T21:13:11.930Z | Fresh blake3 v1.5.1 |
5940 | 2024-08-06T21:13:11.930Z | Fresh ring v0.16.20 |
5941 | 2024-08-06T21:13:11.930Z | Fresh topological-sort v0.2.2 |
5942 | 2024-08-06T21:13:11.930Z | Fresh maplit v1.0.2 |
5943 | 2024-08-06T21:13:11.930Z | Fresh omicron-zone-package v0.11.0 |
5944 | 2024-08-06T21:13:11.930Z | Fresh toolchain_find v0.4.0 |
5945 | 2024-08-06T21:13:11.930Z | Fresh rustfmt-wrapper v0.2.1 |
5946 | 2024-08-06T21:13:11.930Z | Fresh tap v1.0.1 |
5947 | 2024-08-06T21:13:11.930Z | Fresh wyz v0.5.1 |
5948 | 2024-08-06T21:13:11.930Z | Fresh radium v0.7.0 |
5949 | 2024-08-06T21:13:11.930Z | Fresh slog-dtrace v0.3.0 |
5950 | 2024-08-06T21:13:11.930Z | Fresh resolv-conf v0.7.0 |
5951 | 2024-08-06T21:13:11.930Z | Fresh bitfield-struct v0.6.1 |
5952 | 2024-08-06T21:13:11.930Z | Fresh funty v2.0.0 |
5953 | 2024-08-06T21:13:11.930Z | Fresh crc-catalog v2.4.0 |
5954 | 2024-08-06T21:13:11.931Z | Fresh maybe-uninit v2.0.0 |
5955 | 2024-08-06T21:13:11.931Z | Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5956 | 2024-08-06T21:13:11.931Z | Fresh crc v3.2.1 |
5957 | 2024-08-06T21:13:11.931Z | Fresh bitvec v1.0.1 |
5958 | 2024-08-06T21:13:11.931Z | Fresh trust-dns-resolver v0.22.0 |
5959 | 2024-08-06T21:13:11.931Z | Fresh libefi-sys v0.1.0 |
5960 | 2024-08-06T21:13:11.931Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
5961 | 2024-08-06T21:13:11.931Z | Fresh gethostname v0.5.0 |
5962 | 2024-08-06T21:13:11.931Z | Fresh packed_struct_codegen v0.10.1 |
5963 | 2024-08-06T21:13:11.931Z | Fresh keccak v0.1.5 |
5964 | 2024-08-06T21:13:11.931Z | Fresh nodrop v0.1.14 |
5965 | 2024-08-06T21:13:11.931Z | Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5966 | 2024-08-06T21:13:11.931Z | Fresh bzip2-sys v0.1.11+1.0.8 |
5967 | 2024-08-06T21:13:11.931Z | Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
5968 | 2024-08-06T21:13:11.931Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
5969 | 2024-08-06T21:13:11.931Z | Fresh packed_struct v0.10.1 |
5970 | 2024-08-06T21:13:11.931Z | Fresh array-init v0.0.4 |
5971 | 2024-08-06T21:13:11.931Z | Fresh sha3 v0.10.8 |
5972 | 2024-08-06T21:13:11.931Z | Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5973 | 2024-08-06T21:13:11.931Z | Fresh num-bigint-dig v0.8.4 |
5974 | 2024-08-06T21:13:11.932Z | Fresh smallvec v0.6.14 |
5975 | 2024-08-06T21:13:11.932Z | Fresh pkcs1 v0.7.5 |
5976 | 2024-08-06T21:13:11.932Z | Fresh signature v2.2.0 |
5977 | 2024-08-06T21:13:11.932Z | Fresh secrecy v0.8.0 |
5978 | 2024-08-06T21:13:11.932Z | Fresh hashbrown v0.12.3 |
5979 | 2024-08-06T21:13:11.932Z | Fresh bitfield v0.14.0 |
5980 | 2024-08-06T21:13:11.932Z | Fresh rsa v0.9.6 |
5981 | 2024-08-06T21:13:11.932Z | Fresh indexmap v1.9.3 |
5982 | 2024-08-06T21:13:11.932Z | Fresh serde-hex v0.1.0 |
5983 | 2024-08-06T21:13:11.932Z | Fresh bzip2 v0.4.4 |
5984 | 2024-08-06T21:13:11.932Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
5985 | 2024-08-06T21:13:11.932Z | Fresh env_logger v0.10.2 |
5986 | 2024-08-06T21:13:11.932Z | Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
5987 | 2024-08-06T21:13:11.932Z | Fresh x509-cert v0.2.5 |
5988 | 2024-08-06T21:13:11.932Z | Fresh ron v0.8.1 |
5989 | 2024-08-06T21:13:11.932Z | Fresh hashbrown v0.13.2 |
5990 | 2024-08-06T21:13:11.932Z | Fresh crc-any v2.5.0 |
5991 | 2024-08-06T21:13:11.932Z | Fresh zip v0.6.6 |
5992 | 2024-08-06T21:13:11.932Z | Fresh object v0.30.4 |
5993 | 2024-08-06T21:13:11.932Z | Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
5994 | 2024-08-06T21:13:11.932Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
5995 | 2024-08-06T21:13:11.933Z | Fresh diff v0.1.13 |
5996 | 2024-08-06T21:13:11.933Z | Fresh path-slash v0.1.5 |
5997 | 2024-08-06T21:13:11.933Z | Fresh crunchy v0.2.2 |
5998 | 2024-08-06T21:13:11.937Z | Fresh nibble_vec v0.1.0 |
5999 | 2024-08-06T21:13:11.937Z | Fresh endian-type v0.1.2 |
6000 | 2024-08-06T21:13:11.937Z | Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
6001 | 2024-08-06T21:13:11.937Z | Fresh radix_trie v0.2.1 |
6002 | 2024-08-06T21:13:11.938Z | Fresh tiny-keccak v2.0.2 |
6003 | 2024-08-06T21:13:11.938Z | Fresh ascii-canvas v3.0.0 |
6004 | 2024-08-06T21:13:11.938Z | Fresh async-recursion v1.1.1 |
6005 | 2024-08-06T21:13:11.938Z | Fresh ref-cast-impl v1.0.23 |
6006 | 2024-08-06T21:13:11.938Z | Fresh ena v0.14.3 |
6007 | 2024-08-06T21:13:11.938Z | Fresh libloading v0.8.3 |
6008 | 2024-08-06T21:13:11.938Z | Fresh regex-syntax v0.6.29 |
6009 | 2024-08-06T21:13:11.938Z | Fresh ref-cast v1.0.23 |
6010 | 2024-08-06T21:13:11.938Z | Fresh clang-sys v1.7.0 |
6011 | 2024-08-06T21:13:11.938Z | Fresh lalrpop v0.19.12 |
6012 | 2024-08-06T21:13:11.938Z | Fresh which v4.4.2 |
6013 | 2024-08-06T21:13:11.938Z | Fresh cexpr v0.6.0 |
6014 | 2024-08-06T21:13:11.939Z | Fresh universal-hash v0.5.1 |
6015 | 2024-08-06T21:13:11.939Z | Fresh thiserror-impl-no-std v2.0.2 |
6016 | 2024-08-06T21:13:11.939Z | Fresh curve25519-dalek-derive v0.1.1 |
6017 | 2024-08-06T21:13:11.939Z | Fresh fxhash v0.2.1 |
6018 | 2024-08-06T21:13:11.939Z | Fresh shlex v1.3.0 |
6019 | 2024-08-06T21:13:11.939Z | Fresh rustc-hash v1.1.0 |
6020 | 2024-08-06T21:13:11.939Z | Fresh opaque-debug v0.3.1 |
6021 | 2024-08-06T21:13:11.939Z | Fresh lazycell v1.3.0 |
6022 | 2024-08-06T21:13:11.939Z | Fresh curve25519-dalek v4.1.3 |
6023 | 2024-08-06T21:13:11.939Z | Fresh thiserror-no-std v2.0.2 |
6024 | 2024-08-06T21:13:11.939Z | Fresh bindgen v0.69.4 |
6025 | 2024-08-06T21:13:11.939Z | Fresh poly1305 v0.8.0 |
6026 | 2024-08-06T21:13:11.939Z | Fresh derive_builder_core v0.20.0 |
6027 | 2024-08-06T21:13:11.939Z | Fresh chacha20 v0.9.1 |
6028 | 2024-08-06T21:13:11.939Z | Fresh aead v0.5.2 |
6029 | 2024-08-06T21:13:11.939Z | Fresh derive_builder_macro v0.20.0 |
6030 | 2024-08-06T21:13:11.939Z | Fresh chacha20poly1305 v0.10.1 |
6031 | 2024-08-06T21:13:11.939Z | Fresh vsss-rs v3.3.4 |
6032 | 2024-08-06T21:13:11.939Z | Fresh strum_macros v0.24.3 |
6033 | 2024-08-06T21:13:11.939Z | Fresh pin-project-internal v1.1.5 |
6034 | 2024-08-06T21:13:11.939Z | Fresh indoc v1.0.9 |
6035 | 2024-08-06T21:13:11.939Z | Fresh libxml v0.3.3 |
6036 | 2024-08-06T21:13:11.940Z | Fresh polar-core v0.27.3 |
6037 | 2024-08-06T21:13:11.940Z | Fresh pin-project v1.1.5 |
6038 | 2024-08-06T21:13:11.940Z | Fresh derive_builder v0.20.0 |
6039 | 2024-08-06T21:13:11.940Z | Fresh impl-trait-for-tuples v0.2.2 |
6040 | 2024-08-06T21:13:11.940Z | Fresh oso-derive v0.27.3 |
6041 | 2024-08-06T21:13:11.940Z | Fresh quick-xml v0.31.0 |
6042 | 2024-08-06T21:13:11.940Z | Fresh cookie v0.18.1 |
6043 | 2024-08-06T21:13:11.940Z | Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
6044 | 2024-08-06T21:13:11.940Z | Fresh oso v0.27.3 |
6045 | 2024-08-06T21:13:11.940Z | Fresh samael v0.0.15 |
6046 | 2024-08-06T21:13:11.940Z | Fresh buf-list v1.0.3 |
6047 | 2024-08-06T21:13:11.940Z | Fresh parking_lot_core v0.8.6 |
6048 | 2024-08-06T21:13:11.940Z | Fresh const_format_proc_macros v0.2.32 |
6049 | 2024-08-06T21:13:11.940Z | Fresh bb8 v0.8.5 |
6050 | 2024-08-06T21:13:11.940Z | Fresh vte_generate_state_changes v0.1.1 |
6051 | 2024-08-06T21:13:11.940Z | Fresh unicase v2.7.0 |
6052 | 2024-08-06T21:13:11.940Z | Fresh parking_lot v0.11.2 |
6053 | 2024-08-06T21:13:11.940Z | Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
6054 | 2024-08-06T21:13:11.940Z | Fresh const_format v0.2.32 |
6055 | 2024-08-06T21:13:11.940Z | Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
6056 | 2024-08-06T21:13:11.940Z | Fresh vte v0.11.1 |
6057 | 2024-08-06T21:13:11.941Z | Fresh trust-dns-client v0.22.0 |
6058 | 2024-08-06T21:13:11.941Z | Fresh fd-lock v4.0.2 |
6059 | 2024-08-06T21:13:11.941Z | Fresh toml v0.5.11 |
6060 | 2024-08-06T21:13:11.941Z | Fresh cfg_aliases v0.1.1 |
6061 | 2024-08-06T21:13:11.941Z | Fresh strip-ansi-escapes v0.2.0 |
6062 | 2024-08-06T21:13:11.941Z | Fresh memoffset v0.9.1 |
6063 | 2024-08-06T21:13:11.941Z | Fresh trust-dns-server v0.22.1 |
6064 | 2024-08-06T21:13:11.941Z | Fresh sled v0.34.7 |
6065 | 2024-08-06T21:13:11.941Z | Fresh kstat-rs v0.2.4 |
6066 | 2024-08-06T21:13:11.941Z | Fresh nanorand v0.7.0 |
6067 | 2024-08-06T21:13:11.941Z | Fresh nu-ansi-term v0.50.0 |
6068 | 2024-08-06T21:13:11.941Z | Fresh nix v0.27.1 |
6069 | 2024-08-06T21:13:11.941Z | Fresh reedline v0.31.0 |
6070 | 2024-08-06T21:13:11.941Z | Fresh flume v0.11.0 |
6071 | 2024-08-06T21:13:11.941Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
6072 | 2024-08-06T21:13:11.941Z | Fresh snafu-derive v0.8.2 |
6073 | 2024-08-06T21:13:11.941Z | Fresh serde-big-array v0.5.1 |
6074 | 2024-08-06T21:13:11.941Z | Fresh bytecount v0.6.8 |
6075 | 2024-08-06T21:13:11.941Z | Fresh snafu v0.8.2 |
6076 | 2024-08-06T21:13:11.941Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
6077 | 2024-08-06T21:13:11.941Z | Fresh nix v0.28.0 |
6078 | 2024-08-06T21:13:11.942Z | Fresh mime_guess v2.0.4 |
6079 | 2024-08-06T21:13:11.942Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
6080 | 2024-08-06T21:13:11.942Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
6081 | 2024-08-06T21:13:11.942Z | Fresh papergrid v0.11.0 |
6082 | 2024-08-06T21:13:11.942Z | Fresh tabled_derive v0.7.0 |
6083 | 2024-08-06T21:13:11.942Z | Fresh peg-macros v0.8.4 |
6084 | 2024-08-06T21:13:11.942Z | Fresh globset v0.4.14 |
6085 | 2024-08-06T21:13:11.942Z | Fresh signal-hook-tokio v0.3.1 |
6086 | 2024-08-06T21:13:11.942Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
6087 | 2024-08-06T21:13:11.942Z | Fresh olpc-cjson v0.1.3 |
6088 | 2024-08-06T21:13:11.942Z | Fresh serde_plain v1.0.2 |
6089 | 2024-08-06T21:13:11.942Z | Fresh sqlparser_derive v0.2.2 |
6090 | 2024-08-06T21:13:11.942Z | Fresh typed-path v0.7.1 |
6091 | 2024-08-06T21:13:11.942Z | Fresh http-range v0.1.5 |
6092 | 2024-08-06T21:13:11.942Z | Fresh unicode_categories v0.1.1 |
6093 | 2024-08-06T21:13:11.943Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
6094 | 2024-08-06T21:13:11.943Z | Fresh tabled v0.15.0 |
6095 | 2024-08-06T21:13:11.943Z | Fresh peg v0.8.4 |
6096 | 2024-08-06T21:13:11.943Z | Fresh sqlparser v0.45.0 |
6097 | 2024-08-06T21:13:11.943Z | Fresh hyper-staticfile v0.9.5 |
6098 | 2024-08-06T21:13:11.948Z | Fresh sqlformat v0.2.4 |
6099 | 2024-08-06T21:13:11.948Z | Fresh tough v0.17.1 |
6100 | 2024-08-06T21:13:11.948Z | Fresh rustyline v14.0.0 |
6101 | 2024-08-06T21:13:11.948Z | Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
6102 | 2024-08-06T21:13:11.948Z | Fresh bcs v0.1.6 |
6103 | 2024-08-06T21:13:11.948Z | Fresh highway v1.1.0 |
6104 | 2024-08-06T21:13:11.948Z | Fresh parse-size v1.0.0 |
6105 | 2024-08-06T21:13:11.948Z | Fresh rand_seeder v0.2.3 |
6106 | 2024-08-06T21:13:11.948Z | Fresh itertools v0.13.0 |
6107 | 2024-08-06T21:13:11.949Z | Fresh csv-core v0.1.11 |
6108 | 2024-08-06T21:13:11.949Z | Fresh is_ci v1.2.0 |
6109 | 2024-08-06T21:13:11.949Z | Fresh number_prefix v0.4.0 |
6110 | 2024-08-06T21:13:11.949Z | Fresh portable-atomic v1.6.0 |
6111 | 2024-08-06T21:13:11.949Z | Fresh csv v1.3.0 |
6112 | 2024-08-06T21:13:11.949Z | Fresh supports-color v3.0.0 |
6113 | 2024-08-06T21:13:11.949Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
6114 | 2024-08-06T21:13:11.949Z | Fresh castaway v0.2.2 |
6115 | 2024-08-06T21:13:11.949Z | Fresh indicatif v0.17.8 |
6116 | 2024-08-06T21:13:11.949Z | Fresh compact_str v0.7.1 |
6117 | 2024-08-06T21:13:11.949Z | Fresh unicode-truncate v1.0.0 |
6118 | 2024-08-06T21:13:11.949Z | Fresh lru v0.12.3 |
6119 | 2024-08-06T21:13:11.949Z | Fresh stability v0.2.0 |
6120 | 2024-08-06T21:13:11.949Z | Fresh assert_matches v1.5.0 |
6121 | 2024-08-06T21:13:11.949Z | Fresh cassowary v0.3.0 |
6122 | 2024-08-06T21:13:11.949Z | Fresh rtoolbox v0.0.2 |
6123 | 2024-08-06T21:13:11.950Z | Fresh ratatui v0.27.0 |
6124 | 2024-08-06T21:13:11.950Z | Fresh plotters-backend v0.3.5 |
6125 | 2024-08-06T21:13:11.950Z | Fresh smawk v0.3.2 |
6126 | 2024-08-06T21:13:11.950Z | Fresh unicode-linebreak v0.1.5 |
6127 | 2024-08-06T21:13:11.950Z | Fresh rpassword v7.3.1 |
6128 | 2024-08-06T21:13:11.950Z | Fresh plotters-svg v0.3.5 |
6129 | 2024-08-06T21:13:11.950Z | Fresh textwrap v0.16.1 |
6130 | 2024-08-06T21:13:11.950Z | Fresh tui-tree-widget v0.21.0 |
6131 | 2024-08-06T21:13:11.950Z | Fresh http-body v1.0.0 |
6132 | 2024-08-06T21:13:11.950Z | Fresh cargo-platform v0.1.8 |
6133 | 2024-08-06T21:13:11.950Z | Fresh tower-layer v0.3.2 |
6134 | 2024-08-06T21:13:11.950Z | Fresh cast v0.3.0 |
6135 | 2024-08-06T21:13:11.950Z | Fresh yansi v0.5.1 |
6136 | 2024-08-06T21:13:11.950Z | Fresh shell-words v1.1.0 |
6137 | 2024-08-06T21:13:11.950Z | Fresh pretty_assertions v1.4.0 |
6138 | 2024-08-06T21:13:11.950Z | Fresh hyper v1.3.1 |
6139 | 2024-08-06T21:13:11.950Z | Fresh criterion-plot v0.5.0 |
6140 | 2024-08-06T21:13:11.950Z | Fresh cargo_metadata v0.18.1 |
6141 | 2024-08-06T21:13:11.950Z | Fresh tower v0.4.13 |
6142 | 2024-08-06T21:13:11.951Z | Fresh plotters v0.3.5 |
6143 | 2024-08-06T21:13:11.951Z | Fresh target-lexicon v0.12.16 |
6144 | 2024-08-06T21:13:11.951Z | Fresh tinytemplate v1.2.1 |
6145 | 2024-08-06T21:13:11.951Z | Fresh oorandom v11.1.3 |
6146 | 2024-08-06T21:13:11.951Z | Fresh anes v0.1.6 |
6147 | 2024-08-06T21:13:11.951Z | Fresh cfg-expr v0.16.0 |
6148 | 2024-08-06T21:13:11.951Z | Fresh guppy-workspace-hack v0.1.0 |
6149 | 2024-08-06T21:13:11.951Z | Fresh criterion v0.5.1 |
6150 | 2024-08-06T21:13:11.951Z | Fresh doc-comment v0.3.3 |
6151 | 2024-08-06T21:13:11.951Z | Fresh hyper-util v0.1.3 |
6152 | 2024-08-06T21:13:11.951Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
6153 | 2024-08-06T21:13:11.951Z | Fresh rustls-native-certs v0.7.0 |
6154 | 2024-08-06T21:13:11.951Z | Fresh httptest v0.15.5 |
6155 | 2024-08-06T21:13:11.951Z | Fresh fatfs v0.3.6 |
6156 | 2024-08-06T21:13:11.951Z | Fresh escape8259 v0.5.2 |
6157 | 2024-08-06T21:13:11.952Z | Fresh threadpool v1.8.1 |
6158 | 2024-08-06T21:13:11.952Z | Fresh relative-path v1.9.3 |
6159 | 2024-08-06T21:13:11.952Z | Fresh assert_cmd v2.0.15 |
6160 | 2024-08-06T21:13:11.952Z | Fresh hyper-rustls v0.26.0 |
6161 | 2024-08-06T21:13:11.952Z | Fresh rstest_macros v0.19.0 |
6162 | 2024-08-06T21:13:11.952Z | Fresh libtest-mimic v0.7.3 |
6163 | 2024-08-06T21:13:11.952Z | Fresh target-spec v3.2.1 |
6164 | 2024-08-06T21:13:11.952Z | Fresh blake2b_simd v1.0.2 |
6165 | 2024-08-06T21:13:11.952Z | Fresh pathdiff v0.2.1 |
6166 | 2024-08-06T21:13:11.952Z | Fresh fancy-regex v0.13.0 |
6167 | 2024-08-06T21:13:11.952Z | Fresh uzers v0.11.3 |
6168 | 2024-08-06T21:13:11.952Z | Fresh nested v0.1.1 |
6169 | 2024-08-06T21:13:11.952Z | Fresh indent_write v2.2.0 |
6170 | 2024-08-06T21:13:11.952Z | Fresh futures-timer v3.0.3 |
6171 | 2024-08-06T21:13:11.952Z | Fresh trybuild v1.0.97 |
6172 | 2024-08-06T21:13:11.953Z | Fresh rust-argon2 v2.1.0 |
6173 | 2024-08-06T21:13:11.953Z | Fresh rstest v0.19.0 |
6174 | 2024-08-06T21:13:11.953Z | Fresh guppy v0.17.7 |
6175 | 2024-08-06T21:13:11.953Z | Fresh datatest-stable v0.2.9 |
6176 | 2024-08-06T21:13:11.953Z | Fresh partial-io v0.5.4 |
6177 | 2024-08-06T21:13:11.953Z | Fresh similar-asserts v1.5.0 |
6178 | 2024-08-06T21:13:11.953Z | Fresh rand_distr v0.4.3 |
6179 | 2024-08-06T21:13:11.953Z | Fresh approx v0.5.1 |
6180 | 2024-08-06T21:13:11.953Z | Fresh hex-literal v0.4.1 |
6181 | 2024-08-06T21:13:11.953Z | Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
6182 | 2024-08-06T21:13:11.953Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
6183 | 2024-08-06T21:13:11.953Z | Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
6184 | 2024-08-06T21:13:11.953Z | Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
6185 | 2024-08-06T21:13:11.953Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
6186 | 2024-08-06T21:13:11.953Z | Fresh oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
6187 | 2024-08-06T21:13:11.953Z | Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
6188 | 2024-08-06T21:13:11.953Z | Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
6189 | 2024-08-06T21:13:11.953Z | Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
6190 | 2024-08-06T21:13:11.953Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
6191 | 2024-08-06T21:13:11.954Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
6192 | 2024-08-06T21:13:11.954Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
6193 | 2024-08-06T21:13:11.954Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
6194 | 2024-08-06T21:13:11.954Z | Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
6195 | 2024-08-06T21:13:11.954Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
6196 | 2024-08-06T21:13:11.954Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
6197 | 2024-08-06T21:13:11.954Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
6198 | 2024-08-06T21:13:11.962Z | Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
6199 | 2024-08-06T21:13:11.962Z | Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
6200 | 2024-08-06T21:13:11.962Z | Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
6201 | 2024-08-06T21:13:11.962Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
6202 | 2024-08-06T21:13:11.962Z | Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
6203 | 2024-08-06T21:13:11.962Z | Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
6204 | 2024-08-06T21:13:11.962Z | Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
6205 | 2024-08-06T21:13:11.962Z | Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
6206 | 2024-08-06T21:13:11.962Z | Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
6207 | 2024-08-06T21:13:11.963Z | Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
6208 | 2024-08-06T21:13:11.963Z | Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
6209 | 2024-08-06T21:13:11.963Z | Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
6210 | 2024-08-06T21:13:11.963Z | Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
6211 | 2024-08-06T21:13:11.963Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
6212 | 2024-08-06T21:13:11.963Z | Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
6213 | 2024-08-06T21:13:11.963Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
6214 | 2024-08-06T21:13:11.963Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
6215 | 2024-08-06T21:13:11.963Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
6216 | 2024-08-06T21:13:11.963Z | Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
6217 | 2024-08-06T21:13:11.963Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
6218 | 2024-08-06T21:13:11.963Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
6219 | 2024-08-06T21:13:11.963Z | Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
6220 | 2024-08-06T21:13:11.963Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
6221 | 2024-08-06T21:13:11.963Z | Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
6222 | 2024-08-06T21:13:11.963Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
6223 | 2024-08-06T21:13:11.963Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
6224 | 2024-08-06T21:13:11.963Z | Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
6225 | 2024-08-06T21:13:11.963Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
6226 | 2024-08-06T21:13:11.963Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
6227 | 2024-08-06T21:13:11.963Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
6228 | 2024-08-06T21:13:11.963Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
6229 | 2024-08-06T21:13:11.964Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
6230 | 2024-08-06T21:13:11.964Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
6231 | 2024-08-06T21:13:11.964Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
6232 | 2024-08-06T21:13:11.964Z | Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
6233 | 2024-08-06T21:13:11.964Z | Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
6234 | 2024-08-06T21:13:11.964Z | Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
6235 | 2024-08-06T21:13:11.964Z | Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
6236 | 2024-08-06T21:13:11.964Z | Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
6237 | 2024-08-06T21:13:11.964Z | Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
6238 | 2024-08-06T21:13:11.964Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
6239 | 2024-08-06T21:13:11.964Z | Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
6240 | 2024-08-06T21:13:11.964Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
6241 | 2024-08-06T21:13:11.964Z | Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
6242 | 2024-08-06T21:13:11.964Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
6243 | 2024-08-06T21:13:11.964Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
6244 | 2024-08-06T21:13:11.964Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
6245 | 2024-08-06T21:13:11.965Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
6246 | 2024-08-06T21:13:11.965Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
6247 | 2024-08-06T21:13:11.965Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
6248 | 2024-08-06T21:13:11.965Z | Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
6249 | 2024-08-06T21:13:11.965Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
6250 | 2024-08-06T21:13:11.965Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
6251 | 2024-08-06T21:13:11.965Z | Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
6252 | 2024-08-06T21:13:11.965Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
6253 | 2024-08-06T21:13:11.965Z | Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
6254 | 2024-08-06T21:13:11.965Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
6255 | 2024-08-06T21:13:11.965Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
6256 | 2024-08-06T21:13:11.965Z | Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
6257 | 2024-08-06T21:13:11.965Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
6258 | 2024-08-06T21:13:11.965Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
6259 | 2024-08-06T21:13:11.965Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
6260 | 2024-08-06T21:13:11.965Z | Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
6261 | 2024-08-06T21:13:11.965Z | Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
6262 | 2024-08-06T21:13:11.965Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
6263 | 2024-08-06T21:13:11.966Z | Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
6264 | 2024-08-06T21:13:11.966Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
6265 | 2024-08-06T21:13:11.966Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
6266 | 2024-08-06T21:13:11.966Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
6267 | 2024-08-06T21:13:11.966Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
6268 | 2024-08-06T21:13:11.966Z | Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
6269 | 2024-08-06T21:13:11.966Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
6270 | 2024-08-06T21:13:11.966Z | Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
6271 | 2024-08-06T21:13:11.966Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
6272 | 2024-08-06T21:13:11.966Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1.94s |
6273 | 2024-08-06T21:13:12.016Z | Doc-tests api_identity |
6274 | 2024-08-06T21:13:12.023Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-803816be2e893e71.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6275 | 2024-08-06T21:13:12.277Z | |
6276 | 2024-08-06T21:13:12.277Z | running 0 tests |
6277 | 2024-08-06T21:13:12.277Z | |
6278 | 2024-08-06T21:13:12.277Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6279 | 2024-08-06T21:13:12.277Z | |
6280 | 2024-08-06T21:13:12.287Z | Doc-tests authz_macros |
6281 | 2024-08-06T21:13:12.311Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6cbd2fef54f4d927.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-04a557d9d2408839.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6282 | 2024-08-06T21:13:12.416Z | |
6283 | 2024-08-06T21:13:12.416Z | running 7 tests |
6284 | 2024-08-06T21:13:12.422Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored |
6285 | 2024-08-06T21:13:12.422Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored |
6286 | 2024-08-06T21:13:12.422Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored |
6287 | 2024-08-06T21:13:12.422Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored |
6288 | 2024-08-06T21:13:12.422Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored |
6289 | 2024-08-06T21:13:12.422Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored |
6290 | 2024-08-06T21:13:12.422Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored |
6291 | 2024-08-06T21:13:12.422Z | |
6292 | 2024-08-06T21:13:12.422Z | test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6293 | 2024-08-06T21:13:12.422Z | |
6294 | 2024-08-06T21:13:12.427Z | Doc-tests bootstore |
6295 | 2024-08-06T21:13:12.430Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-f4ff649d09ea8b55.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-97891c26559d8d15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-abb45d9a44b46ce4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
6296 | 2024-08-06T21:13:13.286Z | |
6297 | 2024-08-06T21:13:13.286Z | running 0 tests |
6298 | 2024-08-06T21:13:13.286Z | |
6299 | 2024-08-06T21:13:13.293Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6300 | 2024-08-06T21:13:13.294Z | |
6301 | 2024-08-06T21:13:13.307Z | Doc-tests bootstrap_agent_api |
6302 | 2024-08-06T21:13:13.314Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6303 | 2024-08-06T21:13:17.252Z | |
6304 | 2024-08-06T21:13:17.252Z | running 2 tests |
6305 | 2024-08-06T21:13:17.336Z | test sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored |
6306 | 2024-08-06T21:13:17.336Z | test sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored |
6307 | 2024-08-06T21:13:17.336Z | |
6308 | 2024-08-06T21:13:17.336Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6309 | 2024-08-06T21:13:17.336Z | |
6310 | 2024-08-06T21:13:17.336Z | Doc-tests bootstrap_agent_client |
6311 | 2024-08-06T21:13:17.336Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6312 | 2024-08-06T21:13:17.383Z | |
6313 | 2024-08-06T21:13:17.383Z | running 0 tests |
6314 | 2024-08-06T21:13:17.383Z | |
6315 | 2024-08-06T21:13:17.383Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6316 | 2024-08-06T21:13:17.383Z | |
6317 | 2024-08-06T21:13:17.383Z | Doc-tests cockroach_admin_api |
6318 | 2024-08-06T21:13:17.383Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c88147cb881d4cad.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fbd191bca03bf3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6319 | 2024-08-06T21:13:17.383Z | |
6320 | 2024-08-06T21:13:17.383Z | running 2 tests |
6321 | 2024-08-06T21:13:17.383Z | test cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored |
6322 | 2024-08-06T21:13:17.383Z | test cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored |
6323 | 2024-08-06T21:13:17.383Z | |
6324 | 2024-08-06T21:13:17.383Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6325 | 2024-08-06T21:13:17.383Z | |
6326 | 2024-08-06T21:13:17.383Z | Doc-tests cockroach_admin_client |
6327 | 2024-08-06T21:13:17.383Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6328 | 2024-08-06T21:13:17.384Z | |
6329 | 2024-08-06T21:13:17.384Z | running 0 tests |
6330 | 2024-08-06T21:13:17.384Z | |
6331 | 2024-08-06T21:13:17.384Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6332 | 2024-08-06T21:13:17.384Z | |
6333 | 2024-08-06T21:13:17.384Z | Doc-tests cockroach_admin_types |
6334 | 2024-08-06T21:13:17.384Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fbd191bca03bf3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6335 | 2024-08-06T21:13:17.384Z | |
6336 | 2024-08-06T21:13:17.384Z | running 0 tests |
6337 | 2024-08-06T21:13:17.384Z | |
6338 | 2024-08-06T21:13:17.384Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6339 | 2024-08-06T21:13:17.384Z | |
6340 | 2024-08-06T21:13:17.384Z | Doc-tests db_macros |
6341 | 2024-08-06T21:13:17.384Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d026e1878bc2dc6a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-04a557d9d2408839.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f9328d5cc5ebe7f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6342 | 2024-08-06T21:13:17.384Z | |
6343 | 2024-08-06T21:13:17.384Z | running 3 tests |
6344 | 2024-08-06T21:13:17.384Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored |
6345 | 2024-08-06T21:13:17.384Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored |
6346 | 2024-08-06T21:13:17.384Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored |
6347 | 2024-08-06T21:13:17.384Z | |
6348 | 2024-08-06T21:13:17.384Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6349 | 2024-08-06T21:13:17.384Z | |
6350 | 2024-08-06T21:13:17.384Z | Doc-tests dns_server |
6351 | 2024-08-06T21:13:17.384Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-be4718859cb35f9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-74dacd92ab06eb38.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-33d9f9b8626e1764.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6352 | 2024-08-06T21:13:17.384Z | |
6353 | 2024-08-06T21:13:17.384Z | running 0 tests |
6354 | 2024-08-06T21:13:17.384Z | |
6355 | 2024-08-06T21:13:17.384Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6356 | 2024-08-06T21:13:17.384Z | |
6357 | 2024-08-06T21:13:17.384Z | Doc-tests dns_server_api |
6358 | 2024-08-06T21:13:17.384Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6359 | 2024-08-06T21:13:17.384Z | |
6360 | 2024-08-06T21:13:17.384Z | running 2 tests |
6361 | 2024-08-06T21:13:17.385Z | test dns-server-api/src/lib.rs - dns_server_api::api_description (line 110) ... ignored |
6362 | 2024-08-06T21:13:17.385Z | test dns-server-api/src/lib.rs - dns_server_api::stub_api_description (line 116) ... ignored |
6363 | 2024-08-06T21:13:17.385Z | |
6364 | 2024-08-06T21:13:17.385Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6365 | 2024-08-06T21:13:17.385Z | |
6366 | 2024-08-06T21:13:17.385Z | Doc-tests dns_service_client |
6367 | 2024-08-06T21:13:17.385Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6368 | 2024-08-06T21:13:17.385Z | |
6369 | 2024-08-06T21:13:17.385Z | running 0 tests |
6370 | 2024-08-06T21:13:17.385Z | |
6371 | 2024-08-06T21:13:17.385Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6372 | 2024-08-06T21:13:17.385Z | |
6373 | 2024-08-06T21:13:17.385Z | Doc-tests dpd_client |
6374 | 2024-08-06T21:13:17.385Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6375 | 2024-08-06T21:13:17.400Z | |
6376 | 2024-08-06T21:13:17.400Z | running 0 tests |
6377 | 2024-08-06T21:13:17.400Z | |
6378 | 2024-08-06T21:13:17.400Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6379 | 2024-08-06T21:13:17.400Z | |
6380 | 2024-08-06T21:13:17.405Z | Doc-tests gateway_api |
6381 | 2024-08-06T21:13:17.405Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-decd411bd7ffa048.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6382 | 2024-08-06T21:13:17.742Z | |
6383 | 2024-08-06T21:13:17.742Z | running 2 tests |
6384 | 2024-08-06T21:13:17.746Z | test gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored |
6385 | 2024-08-06T21:13:17.746Z | test gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored |
6386 | 2024-08-06T21:13:17.746Z | |
6387 | 2024-08-06T21:13:17.746Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6388 | 2024-08-06T21:13:17.746Z | |
6389 | 2024-08-06T21:13:17.762Z | Doc-tests gateway_client |
6390 | 2024-08-06T21:13:17.765Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6391 | 2024-08-06T21:13:18.719Z | |
6392 | 2024-08-06T21:13:18.719Z | running 0 tests |
6393 | 2024-08-06T21:13:18.719Z | |
6394 | 2024-08-06T21:13:18.719Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6395 | 2024-08-06T21:13:18.719Z | |
6396 | 2024-08-06T21:13:18.745Z | Doc-tests gateway_test_utils |
6397 | 2024-08-06T21:13:18.748Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ec8f2ddc320371ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6398 | 2024-08-06T21:13:19.252Z | |
6399 | 2024-08-06T21:13:19.252Z | running 0 tests |
6400 | 2024-08-06T21:13:19.252Z | |
6401 | 2024-08-06T21:13:19.259Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6402 | 2024-08-06T21:13:19.259Z | |
6403 | 2024-08-06T21:13:19.270Z | Doc-tests gateway_types |
6404 | 2024-08-06T21:13:19.273Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6405 | 2024-08-06T21:13:19.899Z | |
6406 | 2024-08-06T21:13:19.899Z | running 0 tests |
6407 | 2024-08-06T21:13:19.899Z | |
6408 | 2024-08-06T21:13:19.899Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6409 | 2024-08-06T21:13:19.899Z | |
6410 | 2024-08-06T21:13:19.925Z | Doc-tests illumos_utils |
6411 | 2024-08-06T21:13:19.928Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1e9a622927351da5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-689f621da57c8fbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-3c7e1096ffe93a92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d020738c9bd4c9ea.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-fb903f7b10f5119d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edcb067e2f996f26.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human` |
6412 | 2024-08-06T21:13:21.764Z | |
6413 | 2024-08-06T21:13:21.764Z | running 0 tests |
6414 | 2024-08-06T21:13:21.764Z | |
6415 | 2024-08-06T21:13:21.764Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6416 | 2024-08-06T21:13:21.764Z | |
6417 | 2024-08-06T21:13:21.813Z | Doc-tests installinator |
6418 | 2024-08-06T21:13:21.816Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-62e455a79e0f9ffa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0673e8dac4ebf73d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-61f3ef51c317df09.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-12d2e27935c3546e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human` |
6419 | 2024-08-06T21:13:22.565Z | |
6420 | 2024-08-06T21:13:22.566Z | running 0 tests |
6421 | 2024-08-06T21:13:22.566Z | |
6422 | 2024-08-06T21:13:22.566Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6423 | 2024-08-06T21:13:22.566Z | |
6424 | 2024-08-06T21:13:22.591Z | Doc-tests installinator_api |
6425 | 2024-08-06T21:13:22.594Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7d968b921f1d8203.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6426 | 2024-08-06T21:13:22.864Z | |
6427 | 2024-08-06T21:13:22.865Z | running 2 tests |
6428 | 2024-08-06T21:13:22.868Z | test installinator-api/src/lib.rs - installinator_api::api_description (line 39) ... ignored |
6429 | 2024-08-06T21:13:22.868Z | test installinator-api/src/lib.rs - installinator_api::stub_api_description (line 45) ... ignored |
6430 | 2024-08-06T21:13:22.868Z | |
6431 | 2024-08-06T21:13:22.868Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6432 | 2024-08-06T21:13:22.868Z | |
6433 | 2024-08-06T21:13:22.885Z | Doc-tests installinator_client |
6434 | 2024-08-06T21:13:22.888Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-61f3ef51c317df09.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6435 | 2024-08-06T21:13:23.686Z | |
6436 | 2024-08-06T21:13:23.686Z | running 0 tests |
6437 | 2024-08-06T21:13:23.686Z | |
6438 | 2024-08-06T21:13:23.686Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6439 | 2024-08-06T21:13:23.686Z | |
6440 | 2024-08-06T21:13:23.713Z | Doc-tests installinator_common |
6441 | 2024-08-06T21:13:23.716Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6442 | 2024-08-06T21:13:24.078Z | |
6443 | 2024-08-06T21:13:24.078Z | running 0 tests |
6444 | 2024-08-06T21:13:24.079Z | |
6445 | 2024-08-06T21:13:24.079Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6446 | 2024-08-06T21:13:24.079Z | |
6447 | 2024-08-06T21:13:24.098Z | Doc-tests internal_dns |
6448 | 2024-08-06T21:13:24.103Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3e591a889d0ba674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6449 | 2024-08-06T21:13:24.375Z | |
6450 | 2024-08-06T21:13:24.375Z | running 0 tests |
6451 | 2024-08-06T21:13:24.375Z | |
6452 | 2024-08-06T21:13:24.375Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6453 | 2024-08-06T21:13:24.375Z | |
6454 | 2024-08-06T21:13:24.397Z | Doc-tests ipcc |
6455 | 2024-08-06T21:13:24.414Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ --document-private-items -D warnings --error-format human` |
6456 | 2024-08-06T21:13:24.718Z | |
6457 | 2024-08-06T21:13:24.718Z | running 0 tests |
6458 | 2024-08-06T21:13:24.718Z | |
6459 | 2024-08-06T21:13:24.718Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6460 | 2024-08-06T21:13:24.718Z | |
6461 | 2024-08-06T21:13:24.748Z | Doc-tests key_manager |
6462 | 2024-08-06T21:13:24.748Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-97891c26559d8d15.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-febd0f8e696ec4df.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6463 | 2024-08-06T21:13:24.887Z | |
6464 | 2024-08-06T21:13:24.904Z | Doc-tests nexus_auth |
6465 | 2024-08-06T21:13:24.908Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6cbd2fef54f4d927.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4f994c6cf04cdde0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f5df9bd0047849ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-dd5a998ef65f99dd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-16def9b3daa6204c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
6466 | 2024-08-06T21:13:24.908Z | running 0 tests |
6467 | 2024-08-06T21:13:24.908Z | |
6468 | 2024-08-06T21:13:24.908Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6469 | 2024-08-06T21:13:24.908Z | |
6470 | 2024-08-06T21:13:26.298Z | |
6471 | 2024-08-06T21:13:26.298Z | running 0 tests |
6472 | 2024-08-06T21:13:26.298Z | |
6473 | 2024-08-06T21:13:26.299Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6474 | 2024-08-06T21:13:26.299Z | |
6475 | 2024-08-06T21:13:26.334Z | Doc-tests nexus_client |
6476 | 2024-08-06T21:13:26.338Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6477 | 2024-08-06T21:13:28.103Z | |
6478 | 2024-08-06T21:13:28.103Z | running 0 tests |
6479 | 2024-08-06T21:13:28.104Z | |
6480 | 2024-08-06T21:13:28.104Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6481 | 2024-08-06T21:13:28.104Z | |
6482 | 2024-08-06T21:13:28.144Z | Doc-tests nexus_config |
6483 | 2024-08-06T21:13:28.148Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6484 | 2024-08-06T21:13:28.649Z | |
6485 | 2024-08-06T21:13:28.649Z | running 0 tests |
6486 | 2024-08-06T21:13:28.649Z | |
6487 | 2024-08-06T21:13:28.649Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6488 | 2024-08-06T21:13:28.649Z | |
6489 | 2024-08-06T21:13:28.672Z | Doc-tests nexus_db_fixed_data |
6490 | 2024-08-06T21:13:28.675Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f5df9bd0047849ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
6491 | 2024-08-06T21:13:29.063Z | |
6492 | 2024-08-06T21:13:29.063Z | running 0 tests |
6493 | 2024-08-06T21:13:29.063Z | |
6494 | 2024-08-06T21:13:29.063Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6495 | 2024-08-06T21:13:29.063Z | |
6496 | 2024-08-06T21:13:29.084Z | Doc-tests nexus_db_model |
6497 | 2024-08-06T21:13:29.088Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d026e1878bc2dc6a.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bd4853e59d6b860a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-bc43c9f76654c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
6498 | 2024-08-06T21:13:39.849Z | |
6499 | 2024-08-06T21:13:39.849Z | running 2 tests |
6500 | 2024-08-06T21:13:42.231Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok |
6501 | 2024-08-06T21:14:18.234Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok |
6502 | 2024-08-06T21:14:18.234Z | |
6503 | 2024-08-06T21:14:18.234Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 38.38s |
6504 | 2024-08-06T21:14:18.234Z | |
6505 | 2024-08-06T21:14:18.407Z | Doc-tests nexus_db_queries |
6506 | 2024-08-06T21:14:18.412Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-05c2ba87b772dc84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-9e3019dfa2e7afee.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d026e1878bc2dc6a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9931f706335e9c2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ea59ecf370fcea10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f5df9bd0047849ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-dd5a998ef65f99dd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
6507 | 2024-08-06T21:14:20.609Z | |
6508 | 2024-08-06T21:14:20.610Z | running 1 test |
6509 | 2024-08-06T21:14:23.599Z | test nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok |
6510 | 2024-08-06T21:14:23.599Z | |
6511 | 2024-08-06T21:14:23.599Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.99s |
6512 | 2024-08-06T21:14:23.602Z | |
6513 | 2024-08-06T21:14:23.660Z | Doc-tests nexus_defaults |
6514 | 2024-08-06T21:14:23.663Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6515 | 2024-08-06T21:14:23.865Z | |
6516 | 2024-08-06T21:14:23.865Z | running 0 tests |
6517 | 2024-08-06T21:14:23.865Z | |
6518 | 2024-08-06T21:14:23.865Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6519 | 2024-08-06T21:14:23.865Z | |
6520 | 2024-08-06T21:14:23.881Z | Doc-tests nexus_internal_api |
6521 | 2024-08-06T21:14:23.884Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6522 | 2024-08-06T21:14:24.274Z | |
6523 | 2024-08-06T21:14:24.275Z | running 2 tests |
6524 | 2024-08-06T21:14:24.277Z | test nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 57) ... ignored |
6525 | 2024-08-06T21:14:24.277Z | test nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 63) ... ignored |
6526 | 2024-08-06T21:14:24.277Z | |
6527 | 2024-08-06T21:14:24.278Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6528 | 2024-08-06T21:14:24.278Z | |
6529 | 2024-08-06T21:14:24.298Z | Doc-tests nexus_inventory |
6530 | 2024-08-06T21:14:24.301Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ec23a74c59ffc04c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6531 | 2024-08-06T21:14:24.625Z | |
6532 | 2024-08-06T21:14:24.625Z | running 0 tests |
6533 | 2024-08-06T21:14:24.625Z | |
6534 | 2024-08-06T21:14:24.625Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6535 | 2024-08-06T21:14:24.625Z | |
6536 | 2024-08-06T21:14:24.648Z | Doc-tests nexus_macros_common |
6537 | 2024-08-06T21:14:24.651Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-04a557d9d2408839.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6538 | 2024-08-06T21:14:24.723Z | |
6539 | 2024-08-06T21:14:24.723Z | running 0 tests |
6540 | 2024-08-06T21:14:24.723Z | |
6541 | 2024-08-06T21:14:24.726Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6542 | 2024-08-06T21:14:24.726Z | |
6543 | 2024-08-06T21:14:24.730Z | Doc-tests nexus_metrics_producer_gc |
6544 | 2024-08-06T21:14:24.733Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7eacacb6c3bd5360.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2435343a0ff487b6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
6545 | 2024-08-06T21:14:25.116Z | |
6546 | 2024-08-06T21:14:25.116Z | running 0 tests |
6547 | 2024-08-06T21:14:25.116Z | |
6548 | 2024-08-06T21:14:25.116Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6549 | 2024-08-06T21:14:25.116Z | |
6550 | 2024-08-06T21:14:25.142Z | Doc-tests nexus_networking |
6551 | 2024-08-06T21:14:25.145Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6552 | 2024-08-06T21:14:25.522Z | |
6553 | 2024-08-06T21:14:25.522Z | running 0 tests |
6554 | 2024-08-06T21:14:25.522Z | |
6555 | 2024-08-06T21:14:25.522Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6556 | 2024-08-06T21:14:25.522Z | |
6557 | 2024-08-06T21:14:25.548Z | Doc-tests nexus_reconfigurator_execution |
6558 | 2024-08-06T21:14:25.551Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7eacacb6c3bd5360.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
6559 | 2024-08-06T21:14:25.996Z | |
6560 | 2024-08-06T21:14:25.996Z | running 0 tests |
6561 | 2024-08-06T21:14:25.996Z | |
6562 | 2024-08-06T21:14:25.996Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6563 | 2024-08-06T21:14:25.996Z | |
6564 | 2024-08-06T21:14:26.023Z | Doc-tests nexus_reconfigurator_planning |
6565 | 2024-08-06T21:14:26.026Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5c04a260354ba41e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ec23a74c59ffc04c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6566 | 2024-08-06T21:14:26.428Z | |
6567 | 2024-08-06T21:14:26.428Z | running 0 tests |
6568 | 2024-08-06T21:14:26.428Z | |
6569 | 2024-08-06T21:14:26.428Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6570 | 2024-08-06T21:14:26.428Z | |
6571 | 2024-08-06T21:14:26.453Z | Doc-tests nexus_reconfigurator_preparation |
6572 | 2024-08-06T21:14:26.456Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6573 | 2024-08-06T21:14:26.827Z | |
6574 | 2024-08-06T21:14:26.827Z | running 0 tests |
6575 | 2024-08-06T21:14:26.827Z | |
6576 | 2024-08-06T21:14:26.827Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6577 | 2024-08-06T21:14:26.827Z | |
6578 | 2024-08-06T21:14:26.853Z | Doc-tests nexus_saga_recovery |
6579 | 2024-08-06T21:14:26.856Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
6580 | 2024-08-06T21:14:27.201Z | |
6581 | 2024-08-06T21:14:27.201Z | running 0 tests |
6582 | 2024-08-06T21:14:27.201Z | |
6583 | 2024-08-06T21:14:27.201Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6584 | 2024-08-06T21:14:27.201Z | |
6585 | 2024-08-06T21:14:27.225Z | Doc-tests nexus_sled_agent_shared |
6586 | 2024-08-06T21:14:27.228Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6587 | 2024-08-06T21:14:27.587Z | |
6588 | 2024-08-06T21:14:27.587Z | running 0 tests |
6589 | 2024-08-06T21:14:27.587Z | |
6590 | 2024-08-06T21:14:27.587Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6591 | 2024-08-06T21:14:27.587Z | |
6592 | 2024-08-06T21:14:27.608Z | Doc-tests nexus_test_interface |
6593 | 2024-08-06T21:14:27.616Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6594 | 2024-08-06T21:14:27.885Z | |
6595 | 2024-08-06T21:14:27.885Z | running 0 tests |
6596 | 2024-08-06T21:14:27.885Z | |
6597 | 2024-08-06T21:14:27.885Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6598 | 2024-08-06T21:14:27.885Z | |
6599 | 2024-08-06T21:14:27.906Z | Doc-tests nexus_test_utils |
6600 | 2024-08-06T21:14:27.909Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human` |
6601 | 2024-08-06T21:14:28.784Z | |
6602 | 2024-08-06T21:14:28.784Z | running 0 tests |
6603 | 2024-08-06T21:14:28.784Z | |
6604 | 2024-08-06T21:14:28.784Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6605 | 2024-08-06T21:14:28.784Z | |
6606 | 2024-08-06T21:14:28.817Z | Doc-tests nexus_test_utils_macros |
6607 | 2024-08-06T21:14:28.820Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6608 | 2024-08-06T21:14:28.894Z | |
6609 | 2024-08-06T21:14:28.894Z | running 1 test |
6610 | 2024-08-06T21:14:28.898Z | test nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored |
6611 | 2024-08-06T21:14:28.898Z | |
6612 | 2024-08-06T21:14:28.898Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6613 | 2024-08-06T21:14:28.898Z | |
6614 | 2024-08-06T21:14:28.904Z | Doc-tests nexus_types |
6615 | 2024-08-06T21:14:28.908Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-803816be2e893e71.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb456c076a8cfe3b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6616 | 2024-08-06T21:14:31.411Z | |
6617 | 2024-08-06T21:14:31.411Z | running 0 tests |
6618 | 2024-08-06T21:14:31.411Z | |
6619 | 2024-08-06T21:14:31.411Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6620 | 2024-08-06T21:14:31.411Z | |
6621 | 2024-08-06T21:14:31.471Z | Doc-tests omicron_certificates |
6622 | 2024-08-06T21:14:31.474Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-477a0033dd312b72.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-bc43c9f76654c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-174bf46f611de01e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6623 | 2024-08-06T21:14:31.733Z | |
6624 | 2024-08-06T21:14:31.733Z | running 0 tests |
6625 | 2024-08-06T21:14:31.733Z | |
6626 | 2024-08-06T21:14:31.733Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6627 | 2024-08-06T21:14:31.733Z | |
6628 | 2024-08-06T21:14:31.753Z | Doc-tests omicron_cockroach_admin |
6629 | 2024-08-06T21:14:31.756Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c88147cb881d4cad.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fbd191bca03bf3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e103c5678d88616c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-7cdc85741b1b2731.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
6630 | 2024-08-06T21:14:32.035Z | |
6631 | 2024-08-06T21:14:32.035Z | running 0 tests |
6632 | 2024-08-06T21:14:32.035Z | |
6633 | 2024-08-06T21:14:32.035Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6634 | 2024-08-06T21:14:32.036Z | |
6635 | 2024-08-06T21:14:32.055Z | Doc-tests omicron_common |
6636 | 2024-08-06T21:14:32.058Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-803816be2e893e71.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-bdc8ebeba972b459.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea2ba10869ac3f1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human` |
6637 | 2024-08-06T21:14:33.779Z | |
6638 | 2024-08-06T21:14:33.779Z | running 2 tests |
6639 | 2024-08-06T21:14:33.781Z | test common/src/lib.rs - FileKv (line 59) ... ignored |
6640 | 2024-08-06T21:14:38.381Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 614) ... ok |
6641 | 2024-08-06T21:14:38.381Z | |
6642 | 2024-08-06T21:14:38.381Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.60s |
6643 | 2024-08-06T21:14:38.381Z | |
6644 | 2024-08-06T21:14:38.427Z | Doc-tests omicron_ddm_admin_client |
6645 | 2024-08-06T21:14:38.430Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-24dbd60510aba295.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6646 | 2024-08-06T21:14:38.684Z | |
6647 | 2024-08-06T21:14:38.684Z | running 0 tests |
6648 | 2024-08-06T21:14:38.684Z | |
6649 | 2024-08-06T21:14:38.684Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6650 | 2024-08-06T21:14:38.684Z | |
6651 | 2024-08-06T21:14:38.703Z | Doc-tests omicron_gateway |
6652 | 2024-08-06T21:14:38.706Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-decd411bd7ffa048.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b28dfcc14d448ae8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ee999d3966d7f342.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ec8f2ddc320371ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-eab8d8ce29be8020.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1c66ee49eac8cc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-501de9f73827781b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6653 | 2024-08-06T21:14:39.142Z | |
6654 | 2024-08-06T21:14:39.142Z | running 0 tests |
6655 | 2024-08-06T21:14:39.142Z | |
6656 | 2024-08-06T21:14:39.142Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6657 | 2024-08-06T21:14:39.142Z | |
6658 | 2024-08-06T21:14:39.165Z | Doc-tests omicron_nexus |
6659 | 2024-08-06T21:14:39.170Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-64eef4d971903686.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dd76494fad3e7713.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7db36a8a5503a964.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ceebc2860edcfbf6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-763a677b1fef1417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7eacacb6c3bd5360.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ea59ecf370fcea10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6c105e3664a5165c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-95b58a46835c342c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-83eb4087f61179da.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c21198ddbf1aabe0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b0475fca5c983a5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2435343a0ff487b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-680d7e9e6dd9e5f2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-fb585603e5df32a9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ac13155b423f9074.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-77eff302f534489b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3170b46bca3212f8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6a36ba66f91b5fc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-25882e699a7f42f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b304da231556068c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-255ebfe9f2eb511b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cc98e139dd72bf46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a85118165711fbad.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-061d94c6ea3ff8ed.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-896d6c52fdef54d8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b3514b319f5e7239.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ac0fa20b0d958b89.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-16def9b3daa6204c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0623a53ab5b0828a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ded4a73b48eb45bd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-790b8f41322549a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d60f84fcbd870422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
6660 | 2024-08-06T21:14:42.282Z | |
6661 | 2024-08-06T21:14:42.282Z | running 5 tests |
6662 | 2024-08-06T21:14:42.285Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 244) ... ignored |
6663 | 2024-08-06T21:14:45.690Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 846) ... ok |
6664 | 2024-08-06T21:14:45.698Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 752) ... ok |
6665 | 2024-08-06T21:14:45.701Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 774) ... ok |
6666 | 2024-08-06T21:14:45.701Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 816) ... ok |
6667 | 2024-08-06T21:14:45.701Z | |
6668 | 2024-08-06T21:14:45.701Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.42s |
6669 | 2024-08-06T21:14:45.701Z | |
6670 | 2024-08-06T21:14:45.772Z | Doc-tests omicron_package |
6671 | 2024-08-06T21:14:45.775Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7904378359a02bca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-5927f1a04e363fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-349a70d6c7deeceb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f23ccef928d19afe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-73dd36569f7ae032.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6672 | 2024-08-06T21:14:46.010Z | |
6673 | 2024-08-06T21:14:46.010Z | running 0 tests |
6674 | 2024-08-06T21:14:46.010Z | |
6675 | 2024-08-06T21:14:46.010Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6676 | 2024-08-06T21:14:46.010Z | |
6677 | 2024-08-06T21:14:46.023Z | Doc-tests omicron_passwords |
6678 | 2024-08-06T21:14:46.026Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3f7ada01ae793e53.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7db36a8a5503a964.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-bf090fd0f301430c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6679 | 2024-08-06T21:14:46.136Z | |
6680 | 2024-08-06T21:14:46.136Z | running 0 tests |
6681 | 2024-08-06T21:14:46.136Z | |
6682 | 2024-08-06T21:14:46.136Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6683 | 2024-08-06T21:14:46.136Z | |
6684 | 2024-08-06T21:14:46.147Z | Doc-tests omicron_rpaths |
6685 | 2024-08-06T21:14:46.151Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1ebab6f40f4cba07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6686 | 2024-08-06T21:14:46.214Z | |
6687 | 2024-08-06T21:14:46.214Z | running 0 tests |
6688 | 2024-08-06T21:14:46.214Z | |
6689 | 2024-08-06T21:14:46.214Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6690 | 2024-08-06T21:14:46.215Z | |
6691 | 2024-08-06T21:14:46.222Z | Doc-tests omicron_sled_agent |
6692 | 2024-08-06T21:14:46.225Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ec831ef06ed9b580.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04a85e01b7d7ec19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a177229a302ce38.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cf5464513ebfbf72.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cec6bb1bce885ee1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ce10b0fd0d13975f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9cb4fa1dba96dc7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-799fe6f08515f9c6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-f0b11a3298ecb625.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-456a744d704c9f62.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e334db0ca4f7eb10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c05a9d9bbd60e25.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d27a03ef173278b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b3bcd80ccae76870.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3de3f56e02d24f31.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human` |
6693 | 2024-08-06T21:14:48.491Z | |
6694 | 2024-08-06T21:14:48.492Z | running 0 tests |
6695 | 2024-08-06T21:14:48.492Z | |
6696 | 2024-08-06T21:14:48.492Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6697 | 2024-08-06T21:14:48.492Z | |
6698 | 2024-08-06T21:14:48.550Z | Doc-tests omicron_test_utils |
6699 | 2024-08-06T21:14:48.553Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0b67d46e7569c3c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6ecd1acd9143268d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-37792cd2aa3864cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-43ae40aa9927d26c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-592fb6b6ed0f85bc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-775635e3865218b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a6ece9236df16887.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human` |
6700 | 2024-08-06T21:14:48.859Z | |
6701 | 2024-08-06T21:14:48.860Z | running 0 tests |
6702 | 2024-08-06T21:14:48.860Z | |
6703 | 2024-08-06T21:14:48.860Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6704 | 2024-08-06T21:14:48.860Z | |
6705 | 2024-08-06T21:14:48.880Z | Doc-tests omicron_uuid_kinds |
6706 | 2024-08-06T21:14:48.883Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb456c076a8cfe3b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-20c833e2d602254f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib -C embed-bitcode=no --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"))' --document-private-items -D warnings --error-format human` |
6707 | 2024-08-06T21:14:48.982Z | |
6708 | 2024-08-06T21:14:48.982Z | running 0 tests |
6709 | 2024-08-06T21:14:48.982Z | |
6710 | 2024-08-06T21:14:48.982Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6711 | 2024-08-06T21:14:48.982Z | |
6712 | 2024-08-06T21:14:48.991Z | Doc-tests omicron_workspace_hack |
6713 | 2024-08-06T21:14:48.994Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2015 --crate-type lib --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-db913bca224bc7dc.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-00d774e06ceb2f21.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0a7ce7632533ff0c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f2feca33e2b5367a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4499841fd6127d59.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17249b5a9669d189.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-26e7096777fff4cf.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a832b836e5e69f36.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-5f79fe7a45357f7f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bca7f4c54429777f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d77e7648b499580e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-27034870866a0d3f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d5d3c5dd2e616b61.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-745eea638614c2b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-607798d871d02c59.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-e01bf9851d04f707.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-858b565cf019bd67.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-97ec19c641ff3d71.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-fe57b77d42b085dc.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b358fd68a8929de5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e20d6edc3549df10.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2c016a8c8d83913e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-965ddd6e72b3c181.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd15c3e3cb3531c.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cb5123e19cab14d8.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3426d4b6e25fde9e.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3c3ebf591d27e0e4.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-3654032bd4092d60.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1807aa5de28961ae.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0f3b03011585f442.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1056b9125c84375a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9f842656b715fe2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b0e87a4d764765f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-729a771cc5ab4cd3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35cfcb1498660a15.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-92f4e854e5aa636b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3271814d2e5a31be.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-c4135d2565c6698b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-25247ca285912f88.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-19ffccf241e2723d.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-a02a49ad752a40ca.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3216f958024c8247.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b562a6826fc3bfa1.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-780b40e41bf6c021.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-2aad1ef0d3dbd2b4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-4d32e03047f7ae68.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-44b46876d3f5d8b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9adaac230c4a1804.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-70f0e71b0df087bd.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7a0afa63b1dab3f5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-093c7222dfaf14f8.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-51c27a07e49375f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-32fdcae0183ab583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4ef99abaa23c0234.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9958a4f088408474.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d3b9ad59c4201009.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-77d7a9c6e0653fb3.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-3aaf81cb9250b263.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a44438aabaad8a21.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-030fce1de1eb389d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eddcfb8785cb6fda.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a458146c63f26b69.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-30a0c6427d8ae65e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-43edc7c5b30365cb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-58478b7f7cb067e4.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a7093791ef0a72d8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-63fe8ae31dea6430.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a533648fb54e4110.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-59578cfcb975beac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f3b7acb007a4ffea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-97830cc928b40c66.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6da37cf47ad8825.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6714 | 2024-08-06T21:14:49.057Z | |
6715 | 2024-08-06T21:14:49.057Z | running 0 tests |
6716 | 2024-08-06T21:14:49.057Z | |
6717 | 2024-08-06T21:14:49.057Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6718 | 2024-08-06T21:14:49.057Z | |
6719 | 2024-08-06T21:14:49.065Z | Doc-tests openapi_manager |
6720 | 2024-08-06T21:14:49.068Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe1abee13e7250dc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3e5527b6db61973b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c88147cb881d4cad.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-93521094cc29b48c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-decd411bd7ffa048.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2ffa4b3b86ade42d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7d968b921f1d8203.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-865a94673ab48613.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-a98efb234d88c969.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f5d3f531916d1b00.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2b7fb8eb8b5f5ed0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6721 | 2024-08-06T21:14:49.478Z | |
6722 | 2024-08-06T21:14:49.478Z | running 0 tests |
6723 | 2024-08-06T21:14:49.478Z | |
6724 | 2024-08-06T21:14:49.478Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6725 | 2024-08-06T21:14:49.478Z | |
6726 | 2024-08-06T21:14:49.501Z | Doc-tests oxide_client |
6727 | 2024-08-06T21:14:49.504Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2455bf5aeb1a140b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6728 | 2024-08-06T21:14:54.426Z | |
6729 | 2024-08-06T21:14:54.426Z | running 196 tests |
6730 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored |
6731 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored |
6732 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored |
6733 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored |
6734 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored |
6735 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored |
6736 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored |
6737 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored |
6738 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored |
6739 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored |
6740 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored |
6741 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored |
6742 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored |
6743 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored |
6744 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored |
6745 | 2024-08-06T21:14:54.430Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored |
6746 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored |
6747 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored |
6748 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored |
6749 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored |
6750 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored |
6751 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored |
6752 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored |
6753 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored |
6754 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored |
6755 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored |
6756 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored |
6757 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored |
6758 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored |
6759 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored |
6760 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored |
6761 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored |
6762 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored |
6763 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored |
6764 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored |
6765 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored |
6766 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored |
6767 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored |
6768 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored |
6769 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored |
6770 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored |
6771 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored |
6772 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored |
6773 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored |
6774 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored |
6775 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored |
6776 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored |
6777 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored |
6778 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored |
6779 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored |
6780 | 2024-08-06T21:14:54.431Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored |
6781 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored |
6782 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored |
6783 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored |
6784 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored |
6785 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored |
6786 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored |
6787 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored |
6788 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored |
6789 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored |
6790 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored |
6791 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored |
6792 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored |
6793 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored |
6794 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored |
6795 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored |
6796 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored |
6797 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored |
6798 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored |
6799 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored |
6800 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored |
6801 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored |
6802 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored |
6803 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored |
6804 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored |
6805 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored |
6806 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored |
6807 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored |
6808 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored |
6809 | 2024-08-06T21:14:54.432Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored |
6810 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored |
6811 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored |
6812 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored |
6813 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored |
6814 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored |
6815 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored |
6816 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored |
6817 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored |
6818 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored |
6819 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored |
6820 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored |
6821 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored |
6822 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored |
6823 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored |
6824 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored |
6825 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored |
6826 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored |
6827 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored |
6828 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored |
6829 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored |
6830 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored |
6831 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored |
6832 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored |
6833 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored |
6834 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored |
6835 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored |
6836 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored |
6837 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored |
6838 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored |
6839 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored |
6840 | 2024-08-06T21:14:54.437Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored |
6841 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored |
6842 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored |
6843 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored |
6844 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored |
6845 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored |
6846 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored |
6847 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored |
6848 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored |
6849 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored |
6850 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored |
6851 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored |
6852 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored |
6853 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored |
6854 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored |
6855 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored |
6856 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored |
6857 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored |
6858 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored |
6859 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored |
6860 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored |
6861 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored |
6862 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored |
6863 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored |
6864 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored |
6865 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored |
6866 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored |
6867 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored |
6868 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored |
6869 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored |
6870 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored |
6871 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored |
6872 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored |
6873 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored |
6874 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored |
6875 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored |
6876 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored |
6877 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored |
6878 | 2024-08-06T21:14:54.438Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored |
6879 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored |
6880 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored |
6881 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored |
6882 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored |
6883 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored |
6884 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored |
6885 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored |
6886 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored |
6887 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored |
6888 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored |
6889 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored |
6890 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored |
6891 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored |
6892 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored |
6893 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored |
6894 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored |
6895 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored |
6896 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored |
6897 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored |
6898 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored |
6899 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored |
6900 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored |
6901 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored |
6902 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored |
6903 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored |
6904 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored |
6905 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored |
6906 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored |
6907 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored |
6908 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored |
6909 | 2024-08-06T21:14:54.439Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored |
6910 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored |
6911 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored |
6912 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored |
6913 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored |
6914 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored |
6915 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored |
6916 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored |
6917 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored |
6918 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored |
6919 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored |
6920 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored |
6921 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored |
6922 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored |
6923 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored |
6924 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored |
6925 | 2024-08-06T21:14:54.443Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored |
6926 | 2024-08-06T21:14:54.443Z | |
6927 | 2024-08-06T21:14:54.443Z | test result: ok. 0 passed; 0 failed; 196 ignored; 0 measured; 0 filtered out; finished in 0.01s |
6928 | 2024-08-06T21:14:54.443Z | |
6929 | 2024-08-06T21:14:54.519Z | Doc-tests oximeter |
6930 | 2024-08-06T21:14:54.523Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-f059a47940117e70.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab18c47c950de1f3.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-bbfd9520551aced1.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6931 | 2024-08-06T21:14:54.757Z | |
6932 | 2024-08-06T21:14:54.757Z | running 2 tests |
6933 | 2024-08-06T21:14:54.761Z | test oximeter/oximeter/src/lib.rs - (line 111) ... ignored |
6934 | 2024-08-06T21:14:55.910Z | test oximeter/oximeter/src/lib.rs - (line 118) ... ok |
6935 | 2024-08-06T21:14:55.911Z | |
6936 | 2024-08-06T21:14:55.911Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.15s |
6937 | 2024-08-06T21:14:55.911Z | |
6938 | 2024-08-06T21:14:55.933Z | Doc-tests oximeter_api |
6939 | 2024-08-06T21:14:55.937Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6940 | 2024-08-06T21:14:56.172Z | |
6941 | 2024-08-06T21:14:56.172Z | running 2 tests |
6942 | 2024-08-06T21:14:56.175Z | test oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored |
6943 | 2024-08-06T21:14:56.175Z | test oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored |
6944 | 2024-08-06T21:14:56.175Z | |
6945 | 2024-08-06T21:14:56.175Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6946 | 2024-08-06T21:14:56.175Z | |
6947 | 2024-08-06T21:14:56.190Z | Doc-tests oximeter_client |
6948 | 2024-08-06T21:14:56.193Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6949 | 2024-08-06T21:14:56.496Z | |
6950 | 2024-08-06T21:14:56.496Z | running 0 tests |
6951 | 2024-08-06T21:14:56.497Z | |
6952 | 2024-08-06T21:14:56.497Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6953 | 2024-08-06T21:14:56.497Z | |
6954 | 2024-08-06T21:14:56.517Z | Doc-tests oximeter_collector |
6955 | 2024-08-06T21:14:56.520Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d64691ff9d42128.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-700992abf06d6818.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c3749d8de4c23100.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-44aa343b60aa8601.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6956 | 2024-08-06T21:14:56.997Z | |
6957 | 2024-08-06T21:14:56.997Z | running 0 tests |
6958 | 2024-08-06T21:14:56.997Z | |
6959 | 2024-08-06T21:14:56.997Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6960 | 2024-08-06T21:14:56.997Z | |
6961 | 2024-08-06T21:14:57.026Z | Doc-tests oximeter_db |
6962 | 2024-08-06T21:14:57.029Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-99429e77c166d629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c9b854d891cee8be.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5a76b667f5e267c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-492364698e2c4284.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d9ba1cc879d3e727.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-53934843a53e3434.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-7f10d800046d5b1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fb0e421323b0324a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e24fcdcb4aae180a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e68c17264a849cdc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ef1a0946b4d0a611.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' --document-private-items -D warnings --error-format human` |
6963 | 2024-08-06T21:14:58.419Z | |
6964 | 2024-08-06T21:14:58.419Z | running 1 test |
6965 | 2024-08-06T21:14:58.422Z | test oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored |
6966 | 2024-08-06T21:14:58.422Z | |
6967 | 2024-08-06T21:14:58.422Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6968 | 2024-08-06T21:14:58.422Z | |
6969 | 2024-08-06T21:14:58.464Z | Doc-tests oximeter_impl |
6970 | 2024-08-06T21:14:58.467Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_impl --test oximeter/impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ed2645e20bbe17f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7db36a8a5503a964.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-abd285a280e52eb7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1ce8b6ca8473fcb4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-8943dd744285ef2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-f059a47940117e70.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab18c47c950de1f3.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-53561bce7794549b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d90253b1b4a9a210.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-37c86d6fe2f7066a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-05d79594f2ff6eae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7c17c6fc013871f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6971 | 2024-08-06T21:14:59.435Z | |
6972 | 2024-08-06T21:14:59.435Z | running 11 tests |
6973 | 2024-08-06T21:14:59.569Z | test oximeter/impl/src/traits.rs - traits::Metric (line 187) - compile fail ... ok |
6974 | 2024-08-06T21:15:06.865Z | test oximeter/impl/src/quantile.rs - quantile::Quantile::new (line 80) ... ok |
6975 | 2024-08-06T21:15:06.896Z | test oximeter/impl/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok |
6976 | 2024-08-06T21:15:06.920Z | test oximeter/impl/src/quantile.rs - quantile::Quantile::append (line 245) ... ok |
6977 | 2024-08-06T21:15:06.977Z | test oximeter/impl/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok |
6978 | 2024-08-06T21:15:06.983Z | test oximeter/impl/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok |
6979 | 2024-08-06T21:15:07.002Z | test oximeter/impl/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok |
6980 | 2024-08-06T21:15:07.009Z | test oximeter/impl/src/traits.rs - traits::Metric (line 162) ... ok |
6981 | 2024-08-06T21:15:07.401Z | test oximeter/impl/src/traits.rs - traits::Target (line 77) - compile fail ... ok |
6982 | 2024-08-06T21:15:09.430Z | test oximeter/impl/src/traits.rs - traits::Producer (line 366) ... ok |
6983 | 2024-08-06T21:15:11.860Z | test oximeter/impl/src/traits.rs - traits::Target (line 47) ... ok |
6984 | 2024-08-06T21:15:11.863Z | |
6985 | 2024-08-06T21:15:11.864Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.68s |
6986 | 2024-08-06T21:15:11.864Z | |
6987 | 2024-08-06T21:15:11.892Z | Doc-tests oximeter_instruments |
6988 | 2024-08-06T21:15:11.895Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-3609e5b1b652ea2c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f094103a4d21de15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --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"))' --document-private-items -D warnings --error-format human` |
6989 | 2024-08-06T21:15:12.281Z | |
6990 | 2024-08-06T21:15:12.281Z | running 0 tests |
6991 | 2024-08-06T21:15:12.281Z | |
6992 | 2024-08-06T21:15:12.281Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6993 | 2024-08-06T21:15:12.281Z | |
6994 | 2024-08-06T21:15:12.306Z | Doc-tests oximeter_macro_impl |
6995 | 2024-08-06T21:15:12.309Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab18c47c950de1f3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6996 | 2024-08-06T21:15:12.396Z | |
6997 | 2024-08-06T21:15:12.396Z | running 0 tests |
6998 | 2024-08-06T21:15:12.396Z | |
6999 | 2024-08-06T21:15:12.396Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7000 | 2024-08-06T21:15:12.396Z | |
7001 | 2024-08-06T21:15:12.404Z | Doc-tests oximeter_producer |
7002 | 2024-08-06T21:15:12.407Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-486c7d10b7aad819.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54c2a3dbdf7fc0f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4c9aeaf19b20bcd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7003 | 2024-08-06T21:15:12.763Z | |
7004 | 2024-08-06T21:15:12.763Z | running 0 tests |
7005 | 2024-08-06T21:15:12.763Z | |
7006 | 2024-08-06T21:15:12.763Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7007 | 2024-08-06T21:15:12.763Z | |
7008 | 2024-08-06T21:15:12.789Z | Doc-tests oximeter_timeseries_macro |
7009 | 2024-08-06T21:15:12.792Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-dbf3fae006cf0020.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-bbfd9520551aced1.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-aed117de774bb31a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b92390512ec867fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b1f18f81f3fbeb41.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7010 | 2024-08-06T21:15:13.024Z | |
7011 | 2024-08-06T21:15:13.024Z | running 0 tests |
7012 | 2024-08-06T21:15:13.024Z | |
7013 | 2024-08-06T21:15:13.024Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7014 | 2024-08-06T21:15:13.024Z | |
7015 | 2024-08-06T21:15:13.041Z | Doc-tests oxlog |
7016 | 2024-08-06T21:15:13.044Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-fb903f7b10f5119d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-13f426de100b5efd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7017 | 2024-08-06T21:15:13.124Z | |
7018 | 2024-08-06T21:15:13.124Z | running 0 tests |
7019 | 2024-08-06T21:15:13.124Z | |
7020 | 2024-08-06T21:15:13.124Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7021 | 2024-08-06T21:15:13.124Z | |
7022 | 2024-08-06T21:15:13.134Z | Doc-tests sled_agent_client |
7023 | 2024-08-06T21:15:13.137Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-af04bccd1dea72f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7024 | 2024-08-06T21:15:14.733Z | |
7025 | 2024-08-06T21:15:14.733Z | running 0 tests |
7026 | 2024-08-06T21:15:14.733Z | |
7027 | 2024-08-06T21:15:14.733Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7028 | 2024-08-06T21:15:14.733Z | |
7029 | 2024-08-06T21:15:14.773Z | Doc-tests sled_agent_types |
7030 | 2024-08-06T21:15:14.778Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-451d0221cc1a8b0d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-1d9951a555b06db6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e322e502269b6e3c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3c1ddfe0e7f81f2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7031 | 2024-08-06T21:15:15.228Z | |
7032 | 2024-08-06T21:15:15.228Z | running 0 tests |
7033 | 2024-08-06T21:15:15.228Z | |
7034 | 2024-08-06T21:15:15.228Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7035 | 2024-08-06T21:15:15.228Z | |
7036 | 2024-08-06T21:15:15.241Z | Doc-tests sled_hardware |
7037 | 2024-08-06T21:15:15.244Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f3f2a447323204e2.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5205a223002816b9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f3f2c30f5b1e55f4.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-80f7b973b0ef1a55.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b3879db478c5c841.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d61b13f568a47a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-178b3e28fdd74426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7038 | 2024-08-06T21:15:15.606Z | |
7039 | 2024-08-06T21:15:15.607Z | running 0 tests |
7040 | 2024-08-06T21:15:15.607Z | |
7041 | 2024-08-06T21:15:15.607Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7042 | 2024-08-06T21:15:15.607Z | |
7043 | 2024-08-06T21:15:15.634Z | Doc-tests sled_hardware_types |
7044 | 2024-08-06T21:15:15.641Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-238ce5f46815ffab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7045 | 2024-08-06T21:15:15.894Z | |
7046 | 2024-08-06T21:15:15.894Z | running 0 tests |
7047 | 2024-08-06T21:15:15.894Z | |
7048 | 2024-08-06T21:15:15.894Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7049 | 2024-08-06T21:15:15.894Z | |
7050 | 2024-08-06T21:15:15.913Z | Doc-tests sled_storage |
7051 | 2024-08-06T21:15:15.916Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-774af40ecdc28659.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-883af3463e9cec52.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-284fe0832177121d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b861d7230f417c37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f59dc4a8eb97f55b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-884350d46cfc65af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human` |
7052 | 2024-08-06T21:15:16.349Z | |
7053 | 2024-08-06T21:15:16.349Z | running 0 tests |
7054 | 2024-08-06T21:15:16.349Z | |
7055 | 2024-08-06T21:15:16.349Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7056 | 2024-08-06T21:15:16.349Z | |
7057 | 2024-08-06T21:15:16.373Z | Doc-tests sp_sim |
7058 | 2024-08-06T21:15:16.376Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-fb01dee71938cb3a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8c2e1bda74376808.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7059 | 2024-08-06T21:15:16.812Z | |
7060 | 2024-08-06T21:15:16.812Z | running 0 tests |
7061 | 2024-08-06T21:15:16.812Z | |
7062 | 2024-08-06T21:15:16.812Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7063 | 2024-08-06T21:15:16.812Z | |
7064 | 2024-08-06T21:15:16.836Z | Doc-tests tufaceous |
7065 | 2024-08-06T21:15:16.839Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-90bdb0154a4d266a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-2194ed98f5905483.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3d935994e515e44c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f36aa2a648e67d04.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7066 | 2024-08-06T21:15:17.125Z | |
7067 | 2024-08-06T21:15:17.125Z | running 0 tests |
7068 | 2024-08-06T21:15:17.125Z | |
7069 | 2024-08-06T21:15:17.125Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7070 | 2024-08-06T21:15:17.125Z | |
7071 | 2024-08-06T21:15:17.145Z | Doc-tests tufaceous_lib |
7072 | 2024-08-06T21:15:17.148Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2ec637c94335f0dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-65f3f11df37059d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-a24edd536aa54664.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7523ee74c820e643.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e50a3ade234e9462.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7073 | 2024-08-06T21:15:17.565Z | |
7074 | 2024-08-06T21:15:17.565Z | running 0 tests |
7075 | 2024-08-06T21:15:17.565Z | |
7076 | 2024-08-06T21:15:17.565Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7077 | 2024-08-06T21:15:17.565Z | |
7078 | 2024-08-06T21:15:17.588Z | Doc-tests typed_rng |
7079 | 2024-08-06T21:15:17.591Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb456c076a8cfe3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8a7eb093f46e6e2f.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1dd66902d420be4f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ec23a74c59ffc04c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7080 | 2024-08-06T21:15:17.668Z | |
7081 | 2024-08-06T21:15:17.668Z | running 0 tests |
7082 | 2024-08-06T21:15:17.668Z | |
7083 | 2024-08-06T21:15:17.668Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7084 | 2024-08-06T21:15:17.668Z | |
7085 | 2024-08-06T21:15:17.677Z | Doc-tests update_common |
7086 | 2024-08-06T21:15:17.679Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7087 | 2024-08-06T21:15:17.981Z | |
7088 | 2024-08-06T21:15:17.981Z | running 0 tests |
7089 | 2024-08-06T21:15:17.981Z | |
7090 | 2024-08-06T21:15:17.981Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7091 | 2024-08-06T21:15:17.981Z | |
7092 | 2024-08-06T21:15:18.002Z | Doc-tests update_engine |
7093 | 2024-08-06T21:15:18.005Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1072da1fa430056f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d666b93f9fb29b09.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-47c3fd79a7f9f7d3.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cda52d613f1b0236.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ae161d6998a5d922.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e58607d2c19fe61f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-08911d812e47efaf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7094 | 2024-08-06T21:15:18.468Z | |
7095 | 2024-08-06T21:15:18.468Z | running 3 tests |
7096 | 2024-08-06T21:15:18.471Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored |
7097 | 2024-08-06T21:15:18.471Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored |
7098 | 2024-08-06T21:15:18.471Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored |
7099 | 2024-08-06T21:15:18.471Z | |
7100 | 2024-08-06T21:15:18.471Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7101 | 2024-08-06T21:15:18.471Z | |
7102 | 2024-08-06T21:15:18.488Z | Doc-tests wicket |
7103 | 2024-08-06T21:15:18.491Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-90bdb0154a4d266a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a45c3f82f9c3f2c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39525177f1ff5709.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ee7e7cf975d85015.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-100a42c70ee5419d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c9c4cfff83209833.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3e30f58a41c0b791.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-24603f533631e598.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-fb2280538013c290.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9f0d2d084e4a8eaf.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-23620c177ab77b6c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-58478b7f7cb067e4.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-305679deb8dd2087.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1a02ab4d900b2a08.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1f0d2df034cf6cc6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7104 | 2024-08-06T21:15:19.443Z | |
7105 | 2024-08-06T21:15:19.443Z | running 0 tests |
7106 | 2024-08-06T21:15:19.443Z | |
7107 | 2024-08-06T21:15:19.443Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7108 | 2024-08-06T21:15:19.443Z | |
7109 | 2024-08-06T21:15:19.475Z | Doc-tests wicket_common |
7110 | 2024-08-06T21:15:19.478Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-e159aa24ac4243d4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7111 | 2024-08-06T21:15:20.044Z | |
7112 | 2024-08-06T21:15:20.044Z | running 0 tests |
7113 | 2024-08-06T21:15:20.045Z | |
7114 | 2024-08-06T21:15:20.045Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7115 | 2024-08-06T21:15:20.045Z | |
7116 | 2024-08-06T21:15:20.076Z | Doc-tests wicket_dbg |
7117 | 2024-08-06T21:15:20.090Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e3b7abc70f74cd15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc8c55d9fc3e99e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d87e6311d06f57b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b4460c5f8b6d4f8b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-24db7526b7c3a433.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7118 | 2024-08-06T21:15:20.440Z | |
7119 | 2024-08-06T21:15:20.440Z | running 0 tests |
7120 | 2024-08-06T21:15:20.440Z | |
7121 | 2024-08-06T21:15:20.440Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7122 | 2024-08-06T21:15:20.440Z | |
7123 | 2024-08-06T21:15:20.462Z | Doc-tests wicketd |
7124 | 2024-08-06T21:15:20.465Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5eb9c922344cdb6f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8ad9489ee5dcb09a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-823a1c68e731b1ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-80f253f0e12459de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c399524f4e357873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a6f195c80b1aac5c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-868af700da08e0dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e56b7ef3306b611a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-39399cfff738991b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9599ae581e4b25d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-998a130f659c3900.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-321ed4acdbeabee9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cf7d2b0f06898cb2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4890bc76a38651d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-1b1bc6aec7bcf50f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-eded1dced6096e9f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1d8618b39ac5f846.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a8b96c5d9bf1ab3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0673e8dac4ebf73d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7d968b921f1d8203.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-61f3ef51c317df09.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-da1debaff0851a89.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f7dbba0a6eb1a620.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-01d33f158b8606cf.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-bc43c9f76654c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-40543155570b6336.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-206568bec9e25ae9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9764b2a8786f26ad.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-af5ad43bdbccf2f8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-630934f5cfde2559.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-28d4123639757f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1efc6ea173f4be2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c1a12c3e2bb6befe.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-ce55536c928b0f6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-18d57a91cf37c3dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8304b047886bea63.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a105170949c2382a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3d79178bfcf2d2cd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3b1a22f9d04c62c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-de90fe16ed8cb186.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-410b2d50e7f14768.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dc77651d212d103f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-60cd1d9b41fddb20.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f48ff700730a218a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2b7fb8eb8b5f5ed0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7125 | 2024-08-06T21:15:21.094Z | |
7126 | 2024-08-06T21:15:21.094Z | running 0 tests |
7127 | 2024-08-06T21:15:21.094Z | |
7128 | 2024-08-06T21:15:21.094Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7129 | 2024-08-06T21:15:21.094Z | |
7130 | 2024-08-06T21:15:21.122Z | Doc-tests wicketd_api |
7131 | 2024-08-06T21:15:21.125Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d87d31ad6876433.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f955bcce410401f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b04ad3b446dede27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2b7fb8eb8b5f5ed0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7132 | 2024-08-06T21:15:21.530Z | |
7133 | 2024-08-06T21:15:21.530Z | running 2 tests |
7134 | 2024-08-06T21:15:21.533Z | test wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored |
7135 | 2024-08-06T21:15:21.533Z | test wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored |
7136 | 2024-08-06T21:15:21.533Z | |
7137 | 2024-08-06T21:15:21.533Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7138 | 2024-08-06T21:15:21.533Z | |
7139 | 2024-08-06T21:15:21.554Z | Doc-tests wicketd_client |
7140 | 2024-08-06T21:15:21.557Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bfb72a2afc18d443.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c2ebbcd349c3e635.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-59f31a44b3111cc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5c1b3543a4309a4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-30de308571094725.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b4cd2ad66b20a3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-60453ed6767bb2fa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0ea58a9b1ea54fed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2b0998f5f5862fda.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-153304bc6cc057c9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b435ad6f1e9dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7141 | 2024-08-06T21:15:23.095Z | |
7142 | 2024-08-06T21:15:23.095Z | running 0 tests |
7143 | 2024-08-06T21:15:23.095Z | |
7144 | 2024-08-06T21:15:23.095Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7145 | 2024-08-06T21:15:23.095Z | |
7146 | 2024-08-06T21:15:23.132Z | Doc-tests xtask_downloader |
7147 | 2024-08-06T21:15:23.135Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-36e3f7138bb5c5be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25f044098c4b01c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8401222394cbbdca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5dd7ced686b88fec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1f451e4dcad55989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d2dd9b37d6b784af.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-51438f91825da9a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3366cca7b3f6cc90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-9205dc65ca56579d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7148 | 2024-08-06T21:15:23.306Z | |
7149 | 2024-08-06T21:15:23.306Z | running 1 test |
7150 | 2024-08-06T21:15:23.309Z | test dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored |
7151 | 2024-08-06T21:15:23.309Z | |
7152 | 2024-08-06T21:15:23.309Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7153 | 2024-08-06T21:15:23.309Z | |
7154 | 2024-08-06T21:15:23.319Z | Doc-tests zone_setup |
7155 | 2024-08-06T21:15:23.322Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-530fe3e1e62b5bbb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-637693a26e703f67/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-77fff6f357e0ece4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b5467e1632890e2a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-80bd3ed9288099a4/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b67caa0eba41acc2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-db79d45a7c3cbf1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-efe1244c6605fdea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-574eaa58047d9176.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c73dc887d18aacfd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ffdda7587b6e31f7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ba1af92f04c7b0d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1a152cc9879e17df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-444c5358b98f058d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c68b642a06e7ad56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-92c1fd007162d39d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-742498fb17b42521.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-29d63f48e78fe462.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-af7c2d038b0c5c1e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bbfa80d77b048a8a.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-1d4772a3445f7b04.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7156 | 2024-08-06T21:15:23.564Z | |
7157 | 2024-08-06T21:15:23.564Z | running 0 tests |
7158 | 2024-08-06T21:15:23.564Z | |
7159 | 2024-08-06T21:15:23.564Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7160 | 2024-08-06T21:15:23.564Z | |
7161 | 2024-08-06T21:15:23.648Z | |
7162 | 2024-08-06T21:15:23.649Z | real 2:13.708466892 |
7163 | 2024-08-06T21:15:23.649Z | user 2:18.773986210 |
7164 | 2024-08-06T21:15:23.649Z | sys 47.086568216 |
7165 | 2024-08-06T21:15:23.649Z | trap 0.026337211 |
7166 | 2024-08-06T21:15:23.649Z | tflt 1.233030145 |
7167 | 2024-08-06T21:15:23.649Z | dflt 5.887967748 |
7168 | 2024-08-06T21:15:23.649Z | kflt 0.024247088 |
7169 | 2024-08-06T21:15:23.649Z | lock 3:01.825007082 |
7170 | 2024-08-06T21:15:23.649Z | slp 15:24.330203427 |
7171 | 2024-08-06T21:15:23.652Z | lat 2.660800094 |
7172 | 2024-08-06T21:15:23.652Z | stop 7.456193170 |
7173 | 2024-08-06T21:15:23.652Z | + rm -rf /var/tmp/omicron_tmp/crdb-base-build |
7174 | 2024-08-06T21:15:23.655Z | + unset TMPDIR |
7175 | 2024-08-06T21:15:23.655Z | + echo 'files in /var/tmp/omicron_tmp (none expected on success):' |
7176 | 2024-08-06T21:15:23.655Z | files in /var/tmp/omicron_tmp (none expected on success): |
7177 | 2024-08-06T21:15:23.655Z | + find /var/tmp/omicron_tmp -ls |
7178 | 2024-08-06T21:15:23.658Z | 163962 11 drwxr-xr-x 2 build build 2 Aug 6 21:15 /var/tmp/omicron_tmp |
7179 | 2024-08-06T21:15:23.658Z | + rmdir /var/tmp/omicron_tmp |
7180 | 2024-08-06T21:15:23.774Z | process exited: duration 3702632 ms, exit code 0 |
|
7181 | 2024-08-06T21:15:23.786Z | found 1 output files |
7182 | 2024-08-06T21:15:23.795Z | uploading: /work/crate-build-timings.json (514827 bytes) |
7183 | 2024-08-06T21:15:24.814Z | uploaded: /work/crate-build-timings.json |